Html Css Color HEX #DC05C9 Deep Magenta

📋 copy color: '#DC05C9'

red 220 ◦ green 5 ◦ blue 201

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

Shades of Deep Magenta #DC05C9

Tints of Deep Magenta #DC05C9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 51.64%
G = 1.17%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC05C9 (or 0xDC05C9) is known color: Deep Magenta. HEX triplet: DC, 05 and C9. RGB value is (220,5,201). Sum of RGB (Red+Green+Blue) = 220+5+201=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05C9 is #23FA36. Grayscale: #5B5B5B. Windows color (decimal): -2357815 or 13174236. OLE color: 13174236.

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

Color convert

RGB 220 5 201 -
CMYK 0 0.98 0.09 0.14
HSL 305.3º 0.96% 0.44% -
HSV(B) 305.3º 0.98% 0.86% -
XYZ 40.11 19.54 56.92 -
YUV 91.63 189.73 219.56 -
System Red Green Blue C M Y K H S L
Decimal 220 5 201 0 0.98 0.09 0.14 305.3 0.96 0.44
Hex DC 5 C9 0 62 9 E 131 60 2C
Octal 334 5 311 0 142 11 16 461 140 54
Binary 11011100 101 11001001 0 1100010 1001 1110 100110001 1100000 101100

Color Harmonies of #DC05C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05C9

Black with #DC05C9

Text Example


Text Example

White with #DC05C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05C9; }

 p { color: rgb(220,5,201); }

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

background-color css

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

 a { background-color: rgb(220,5,201); }

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

border-color css

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

 span { border-color: rgb(220,5,201); }

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