Html Css Color HEX #DE02DB Deep Magenta

📋 copy color: '#DE02DB'

red 222 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #DE02DB

Tints of Deep Magenta #DE02DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 50.11%
G = 0.45%
B = 49.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE02DB (or 0xDE02DB) is known color: Deep Magenta. HEX triplet: DE, 02 and DB. RGB value is (222,2,219). Sum of RGB (Red+Green+Blue) = 222+2+219=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02DB is #21FD24. Grayscale: #5B5B5B. Windows color (decimal): -2227493 or 14353118. OLE color: 14353118.

HSL color Cylindrical-coordinate representation of color #DE02DB: hue angle of 300.82º 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 #DE02DB is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 2 219 -
CMYK 0 0.99 0.01 0.13
HSL 300.82º 0.98% 0.44% -
HSV(B) 300.82º 0.99% 0.87% -
XYZ 42.93 20.69 68.75 -
YUV 92.52 199.39 220.36 -
System Red Green Blue C M Y K H S L
Decimal 222 2 219 0 0.99 0.01 0.13 300.82 0.98 0.44
Hex DE 2 DB 0 63 1 D 12D 62 2C
Octal 336 2 333 0 143 1 15 455 142 54
Binary 11011110 10 11011011 0 1100011 1 1101 100101101 1100010 101100

Color Harmonies of #DE02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE02DB

Black with #DE02DB

Text Example


Text Example

White with #DE02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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