Html Css Color HEX #DE01CB Deep Magenta

📋 copy color: '#DE01CB'

red 222 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #DE01CB

Tints of Deep Magenta #DE01CB

RGB

 RED value IS 222 (87.11% from 255) = 52.11%

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 52.11%
G = 0.23%
B = 47.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE01CB (or 0xDE01CB) is known color: Deep Magenta. HEX triplet: DE, 01 and CB. RGB value is (222,1,203). Sum of RGB (Red+Green+Blue) = 222+1+203=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE01CB is #21FE34. Grayscale: #595959. Windows color (decimal): -2227765 or 13304286. OLE color: 13304286.

HSL color Cylindrical-coordinate representation of color #DE01CB: hue angle of 305.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE01CB is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 203 -
CMYK 0 1.00 0.09 0.13
HSL 305.16º 0.99% 0.44% -
HSV(B) 305.16º 1% 0.87% -
XYZ 40.91 19.86 58.18 -
YUV 90.11 191.72 222.07 -
System Red Green Blue C M Y K H S L
Decimal 222 1 203 0 1.00 0.09 0.13 305.16 0.99 0.44
Hex DE 1 CB 0 64 9 D 131 63 2C
Octal 336 1 313 0 144 11 15 461 143 54
Binary 11011110 1 11001011 0 1100100 1001 1101 100110001 1100011 101100

Color Harmonies of #DE01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE01CB

Black with #DE01CB

Text Example


Text Example

White with #DE01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE01CB; }

 p { color: rgb(222,1,203); }

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

background-color css

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

 a { background-color: rgb(222,1,203); }

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

border-color css

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

 span { border-color: rgb(222,1,203); }

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