Html Css Color HEX #DC04C7 Deep Magenta

📋 copy color: '#DC04C7'

red 220 ◦ green 4 ◦ blue 199

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

Shades of Deep Magenta #DC04C7

Tints of Deep Magenta #DC04C7

RGB

 RED value IS 220 (86.33% from 255) = 52.01%

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

 BLUE value IS 199 (78.13% from 255) = 47.04%

R = 52.01%
G = 0.95%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC04C7 (or 0xDC04C7) is known color: Deep Magenta. HEX triplet: DC, 04 and C7. RGB value is (220,4,199). Sum of RGB (Red+Green+Blue) = 220+4+199=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04C7 is #23FB38. Grayscale: #5A5A5A. Windows color (decimal): -2358073 or 13042908. OLE color: 13042908.

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

Color convert

RGB 220 4 199 -
CMYK 0 0.98 0.10 0.14
HSL 305.83º 0.96% 0.44% -
HSV(B) 305.83º 0.98% 0.86% -
XYZ 39.87 19.43 55.68 -
YUV 90.81 189.06 220.14 -
System Red Green Blue C M Y K H S L
Decimal 220 4 199 0 0.98 0.10 0.14 305.83 0.96 0.44
Hex DC 4 C7 0 62 A E 132 60 2C
Octal 334 4 307 0 142 12 16 462 140 54
Binary 11011100 100 11000111 0 1100010 1010 1110 100110010 1100000 101100

Color Harmonies of #DC04C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC04C7

Black with #DC04C7

Text Example


Text Example

White with #DC04C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC04C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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