Html Css Color HEX #DB04DE Deep Magenta

📋 copy color: '#DB04DE'

red 219 ◦ green 4 ◦ blue 222

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

Shades of Deep Magenta #DB04DE

Tints of Deep Magenta #DB04DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 49.21%
G = 0.9%
B = 49.89%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB04DE (or 0xDB04DE) is known color: Deep Magenta. HEX triplet: DB, 04 and DE. RGB value is (219,4,222). Sum of RGB (Red+Green+Blue) = 219+4+222=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB04DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04DE is #24FB21. Grayscale: #5C5C5C. Windows color (decimal): -2423586 or 14550235. OLE color: 14550235.

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

Color convert

RGB 219 4 222 -
CMYK 0.01 0.98 0 0.13
HSL 299.17º 0.96% 0.44% -
HSV(B) 299.17º 0.98% 0.87% -
XYZ 42.44 20.42 70.81 -
YUV 93.14 200.73 217.77 -
System Red Green Blue C M Y K H S L
Decimal 219 4 222 0.01 0.98 0 0.13 299.17 0.96 0.44
Hex DB 4 DE 1 62 0 D 12B 60 2C
Octal 333 4 336 1 142 0 15 453 140 54
Binary 11011011 100 11011110 1 1100010 0 1101 100101011 1100000 101100

Color Harmonies of #DB04DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB04DE

Black with #DB04DE

Text Example


Text Example

White with #DB04DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB04DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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