Html Css Color HEX #D01ECB Deep Magenta

📋 copy color: '#D01ECB'

red 208 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #D01ECB

Tints of Deep Magenta #D01ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 47.17%
G = 6.8%
B = 46.03%

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

#D01ECB (or 0xD01ECB) is known color: Deep Magenta. HEX triplet: D0, 1E and CB. RGB value is (208,30,203). Sum of RGB (Red+Green+Blue) = 208+30+203=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D01ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ECB is #2FE134. Grayscale: #666666. Windows color (decimal): -3137845 or 13311696. OLE color: 13311696.

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

Color convert

RGB 208 30 203 -
CMYK 0 0.86 0.02 0.18
HSL 301.69º 0.75% 0.47% -
HSV(B) 301.69º 0.86% 0.82% -
XYZ 37.26 18.65 58.14 -
YUV 102.94 184.47 202.93 -
System Red Green Blue C M Y K H S L
Decimal 208 30 203 0 0.86 0.02 0.18 301.69 0.75 0.47
Hex D0 1E CB 0 56 2 12 12E 4B 2F
Octal 320 36 313 0 126 2 22 456 113 57
Binary 11010000 11110 11001011 0 1010110 10 10010 100101110 1001011 101111

Color Harmonies of #D01ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01ECB

Black with #D01ECB

Text Example


Text Example

White with #D01ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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