Html Css Color HEX #D004DC Deep Magenta

📋 copy color: '#D004DC'

red 208 ◦ green 4 ◦ blue 220

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

Shades of Deep Magenta #D004DC

Tints of Deep Magenta #D004DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 48.15%
G = 0.93%
B = 50.93%

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

#D004DC (or 0xD004DC) is known color: Deep Magenta. HEX triplet: D0, 04 and DC. RGB value is (208,4,220). Sum of RGB (Red+Green+Blue) = 208+4+220=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #D004DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004DC is #2FFB23. Grayscale: #585858. Windows color (decimal): -3144484 or 14419152. OLE color: 14419152.

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

Color convert

RGB 208 4 220 -
CMYK 0.05 0.98 0 0.14
HSL 296.67º 0.96% 0.44% -
HSV(B) 296.67º 0.98% 0.86% -
XYZ 38.97 18.66 69.26 -
YUV 89.62 201.59 212.44 -
System Red Green Blue C M Y K H S L
Decimal 208 4 220 0.05 0.98 0 0.14 296.67 0.96 0.44
Hex D0 4 DC 5 62 0 E 129 60 2C
Octal 320 4 334 5 142 0 16 451 140 54
Binary 11010000 100 11011100 101 1100010 0 1110 100101001 1100000 101100

Color Harmonies of #D004DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004DC

Black with #D004DC

Text Example


Text Example

White with #D004DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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