Html Css Color HEX #D01EC9 Deep Magenta

📋 copy color: '#D01EC9'

red 208 ◦ green 30 ◦ blue 201

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

Shades of Deep Magenta #D01EC9

Tints of Deep Magenta #D01EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 47.38%
G = 6.83%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D01EC9 (or 0xD01EC9) is known color: Deep Magenta. HEX triplet: D0, 1E and C9. RGB value is (208,30,201). Sum of RGB (Red+Green+Blue) = 208+30+201=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EC9 is #2FE136. Grayscale: #666666. Windows color (decimal): -3137847 or 13180624. OLE color: 13180624.

HSL color Cylindrical-coordinate representation of color #D01EC9: hue angle of 302.36º 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 #D01EC9 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 201 -
CMYK 0 0.86 0.03 0.18
HSL 302.36º 0.75% 0.47% -
HSV(B) 302.36º 0.86% 0.82% -
XYZ 37.02 18.56 56.89 -
YUV 102.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 208 30 201 0 0.86 0.03 0.18 302.36 0.75 0.47
Hex D0 1E C9 0 56 3 12 12E 4B 2F
Octal 320 36 311 0 126 3 22 456 113 57
Binary 11010000 11110 11001001 0 1010110 11 10010 100101110 1001011 101111

Color Harmonies of #D01EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EC9

Black with #D01EC9

Text Example


Text Example

White with #D01EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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