Html Css Color HEX #DE02CC Deep Magenta

📋 copy color: '#DE02CC'

red 222 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #DE02CC

Tints of Deep Magenta #DE02CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 51.87%
G = 0.47%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE02CC (or 0xDE02CC) is known color: Deep Magenta. HEX triplet: DE, 02 and CC. RGB value is (222,2,204). Sum of RGB (Red+Green+Blue) = 222+2+204=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02CC is #21FD33. Grayscale: #5A5A5A. Windows color (decimal): -2227508 or 13370078. OLE color: 13370078.

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

Color convert

RGB 222 2 204 -
CMYK 0 0.99 0.08 0.13
HSL 304.91º 0.98% 0.44% -
HSV(B) 304.91º 0.99% 0.87% -
XYZ 41.04 19.93 58.81 -
YUV 90.81 191.89 221.57 -
System Red Green Blue C M Y K H S L
Decimal 222 2 204 0 0.99 0.08 0.13 304.91 0.98 0.44
Hex DE 2 CC 0 63 8 D 131 62 2C
Octal 336 2 314 0 143 10 15 461 142 54
Binary 11011110 10 11001100 0 1100011 1000 1101 100110001 1100010 101100

Color Harmonies of #DE02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE02CC

Black with #DE02CC

Text Example


Text Example

White with #DE02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE02CC; }

 p { color: rgb(222,2,204); }

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

background-color css

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

 a { background-color: rgb(222,2,204); }

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

border-color css

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

 span { border-color: rgb(222,2,204); }

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