Html Css Color HEX #D004C8 Deep Magenta

📋 copy color: '#D004C8'

red 208 ◦ green 4 ◦ blue 200

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

Shades of Deep Magenta #D004C8

Tints of Deep Magenta #D004C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.54%

R = 50.49%
G = 0.97%
B = 48.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D004C8 (or 0xD004C8) is known color: Deep Magenta. HEX triplet: D0, 04 and C8. RGB value is (208,4,200). Sum of RGB (Red+Green+Blue) = 208+4+200=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D004C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004C8 is #2FFB37. Grayscale: #565656. Windows color (decimal): -3144504 or 13108432. OLE color: 13108432.

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

Color convert

RGB 208 4 200 -
CMYK 0 0.98 0.04 0.18
HSL 302.35º 0.96% 0.42% -
HSV(B) 302.35º 0.98% 0.82% -
XYZ 36.48 17.67 56.13 -
YUV 87.34 191.59 214.06 -
System Red Green Blue C M Y K H S L
Decimal 208 4 200 0 0.98 0.04 0.18 302.35 0.96 0.42
Hex D0 4 C8 0 62 4 12 12E 60 2A
Octal 320 4 310 0 142 4 22 456 140 52
Binary 11010000 100 11001000 0 1100010 100 10010 100101110 1100000 101010

Color Harmonies of #D004C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004C8

Black with #D004C8

Text Example


Text Example

White with #D004C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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