Html Css Color HEX #D004C9 Deep Magenta

📋 copy color: '#D004C9'

red 208 ◦ green 4 ◦ blue 201

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

Shades of Deep Magenta #D004C9

Tints of Deep Magenta #D004C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.67%

R = 50.36%
G = 0.97%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D004C9 (or 0xD004C9) is known color: Deep Magenta. HEX triplet: D0, 04 and C9. RGB value is (208,4,201). Sum of RGB (Red+Green+Blue) = 208+4+201=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D004C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004C9 is #2FFB36. Grayscale: #565656. Windows color (decimal): -3144503 or 13173968. OLE color: 13173968.

HSL color Cylindrical-coordinate representation of color #D004C9: hue angle of 302.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004C9 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 4 201 -
CMYK 0 0.98 0.03 0.18
HSL 302.06º 0.96% 0.42% -
HSV(B) 302.06º 0.98% 0.82% -
XYZ 36.6 17.71 56.75 -
YUV 87.45 192.09 213.98 -
System Red Green Blue C M Y K H S L
Decimal 208 4 201 0 0.98 0.03 0.18 302.06 0.96 0.42
Hex D0 4 C9 0 62 3 12 12E 60 2A
Octal 320 4 311 0 142 3 22 456 140 52
Binary 11010000 100 11001001 0 1100010 11 10010 100101110 1100000 101010

Color Harmonies of #D004C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004C9

Black with #D004C9

Text Example


Text Example

White with #D004C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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