Html Css Color HEX #DB04DB Deep Magenta

📋 copy color: '#DB04DB'

red 219 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #DB04DB

Tints of Deep Magenta #DB04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 49.55%
G = 0.9%
B = 49.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB04DB (or 0xDB04DB) is known color: Deep Magenta. HEX triplet: DB, 04 and DB. RGB value is (219,4,219). Sum of RGB (Red+Green+Blue) = 219+4+219=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04DB is #24FB24. Grayscale: #5C5C5C. Windows color (decimal): -2423589 or 14353627. OLE color: 14353627.

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

Color convert

RGB 219 4 219 -
CMYK 0 0.98 0 0.14
HSL 300º 0.96% 0.44% -
HSV(B) 300º 0.98% 0.86% -
XYZ 42.04 20.26 68.71 -
YUV 92.8 199.23 218.02 -
System Red Green Blue C M Y K H S L
Decimal 219 4 219 0 0.98 0 0.14 300 0.96 0.44
Hex DB 4 DB 0 62 0 E 12C 60 2C
Octal 333 4 333 0 142 0 16 454 140 54
Binary 11011011 100 11011011 0 1100010 0 1110 100101100 1100000 101100

Color Harmonies of #DB04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB04DB

Black with #DB04DB

Text Example


Text Example

White with #DB04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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