Html Css Color HEX #D01ECC Deep Magenta

📋 copy color: '#D01ECC'

red 208 ◦ green 30 ◦ blue 204

#D01ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D01ECC

Tints of Deep Magenta #D01ECC

RGB

 RED value IS 208 (81.64% from 255) = 47.06%

 GREEN value IS 30 (12.11% from 255) = 6.79%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 47.06%
G = 6.79%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D01ECC (or 0xD01ECC) is known color: Deep Magenta. HEX triplet: D0, 1E and CC. RGB value is (208,30,204). Sum of RGB (Red+Green+Blue) = 208+30+204=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D01ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ECC is #2FE133. Grayscale: #666666. Windows color (decimal): -3137844 or 13377232. OLE color: 13377232.

HSL color Cylindrical-coordinate representation of color #D01ECC: hue angle of 301.35º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01ECC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 204 -
CMYK 0 0.86 0.02 0.18
HSL 301.35º 0.75% 0.47% -
HSV(B) 301.35º 0.86% 0.82% -
XYZ 37.38 18.7 58.77 -
YUV 103.06 184.97 202.85 -
System Red Green Blue C M Y K H S L
Decimal 208 30 204 0 0.86 0.02 0.18 301.35 0.75 0.47
Hex D0 1E CC 0 56 2 12 12D 4B 2F
Octal 320 36 314 0 126 2 22 455 113 57
Binary 11010000 11110 11001100 0 1010110 10 10010 100101101 1001011 101111

Color Harmonies of #D01ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01ECC

Black with #D01ECC

Text Example


Text Example

White with #D01ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01ECC; }

 p { color: rgb(208,30,204); }

 H1.HeaderClassName
 {
   color: #D01ECC;
 }
 .AnyTagClassName
 {
   color: #D01ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(208,30,204); }

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

border-color css

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

 span { border-color: rgb(208,30,204); }

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