#D013DE

Color #D013DE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D013DE

Tints of Deep Magenta #D013DE

Color information

#D013DE (or 0xD013DE) is unknown color: approx Deep Magenta. HEX triplet: D0, 13 and DE. RGB value is (208,19,222). Sum of RGB (Red+Green+Blue) = 208+19+222=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #D013DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013DE is #2FEC21. Grayscale: #626262. Windows color (decimal): -3140642 or 14554064. OLE color: 14554064.

HSL color Cylindrical-coordinate representation of color #D013DE: hue angle of 295.86º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013DE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20819222-
CMYK0.060.9100.13
HSL295.86º84.23%47.25%-
HSV(B)295.86º91.44%87.06%-
XYZ39.4319.1570.73-
YUV98.65197.62205.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 46.33%
GREEN value IS 19 (7.81% from 255) = 4.23%
BLUE value IS 222 (87.11% from 255) = 49.44%
R=46.33%
G=4.23%
B=49.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208192220.060.9100.13295.8684.2347.25
HexD013DE65B0D128542f
Octal32023336613301545012457
Binary1101000010011110111101101011011011011001010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D013DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D013DE; }

 p { color: rgb(208,19,222); }

 H1.HeaderClassName
 {
   color: #D013DE;
 }
 .AnyTagClassName
 {
   color: #D013DE;
 }
</style>
background-color css

<style>
 a { background-color: #D013DE; }

 a { background-color: rgb(208,19,222); }

 div.DivClassName
 {
   background-color: #D013DE;
 }
 .BgClassName
 {
   background-color: #D013DE;
 }
</style>
border-color css

<style>
 span { border-color: #D013DE; }

 span { border-color: rgb(208,19,222); }

 td.TdClassName
 {
   border-color: #D013DE;
 }
 .TagClassName
 {
   border-color: #D013DE;
 }
</style>