Html Css Color HEX #DB02DB Deep Magenta

📋 copy color: '#DB02DB'

red 219 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #DB02DB

Tints of Deep Magenta #DB02DB

RGB

 RED value IS 219 (85.94% from 255) = 49.77%

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

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

R = 49.77%
G = 0.45%
B = 49.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB02DB (or 0xDB02DB) is known color: Deep Magenta. HEX triplet: DB, 02 and DB. RGB value is (219,2,219). Sum of RGB (Red+Green+Blue) = 219+2+219=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02DB is #24FD24. Grayscale: #5A5A5A. Windows color (decimal): -2424101 or 14353115. OLE color: 14353115.

HSL color Cylindrical-coordinate representation of color #DB02DB: hue angle of 300º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02DB is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 219 -
CMYK 0 0.99 0 0.14
HSL 300º 0.98% 0.43% -
HSV(B) 300º 0.99% 0.86% -
XYZ 42.02 20.22 68.71 -
YUV 91.62 199.89 218.86 -
System Red Green Blue C M Y K H S L
Decimal 219 2 219 0 0.99 0 0.14 300 0.98 0.43
Hex DB 2 DB 0 63 0 E 12C 62 2B
Octal 333 2 333 0 143 0 16 454 142 53
Binary 11011011 10 11011011 0 1100011 0 1110 100101100 1100010 101011

Color Harmonies of #DB02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02DB

Black with #DB02DB

Text Example


Text Example

White with #DB02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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