Html Css Color HEX #D004DB Deep Magenta

📋 copy color: '#D004DB'

red 208 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #D004DB

Tints of Deep Magenta #D004DB

RGB

 RED value IS 208 (81.64% from 255) = 48.26%

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

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

R = 48.26%
G = 0.93%
B = 50.81%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D004DB (or 0xD004DB) is known color: Deep Magenta. HEX triplet: D0, 04 and DB. RGB value is (208,4,219). Sum of RGB (Red+Green+Blue) = 208+4+219=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #D004DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004DB is #2FFB24. Grayscale: #585858. Windows color (decimal): -3144485 or 14353616. OLE color: 14353616.

HSL color Cylindrical-coordinate representation of color #D004DB: hue angle of 296.93º 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 #D004DB is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 4 219 -
CMYK 0.05 0.98 0 0.14
HSL 296.93º 0.96% 0.44% -
HSV(B) 296.93º 0.98% 0.86% -
XYZ 38.84 18.61 68.56 -
YUV 89.51 201.09 212.52 -
System Red Green Blue C M Y K H S L
Decimal 208 4 219 0.05 0.98 0 0.14 296.93 0.96 0.44
Hex D0 4 DB 5 62 0 E 129 60 2C
Octal 320 4 333 5 142 0 16 451 140 54
Binary 11010000 100 11011011 101 1100010 0 1110 100101001 1100000 101100

Color Harmonies of #D004DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004DB

Black with #D004DB

Text Example


Text Example

White with #D004DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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