Html Css Color HEX #DC05D9 Deep Magenta

📋 copy color: '#DC05D9'

red 220 ◦ green 5 ◦ blue 217

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

Shades of Deep Magenta #DC05D9

Tints of Deep Magenta #DC05D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 49.77%
G = 1.13%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC05D9 (or 0xDC05D9) is known color: Deep Magenta. HEX triplet: DC, 05 and D9. RGB value is (220,5,217). Sum of RGB (Red+Green+Blue) = 220+5+217=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05D9 is #23FA26. Grayscale: #5C5C5C. Windows color (decimal): -2357799 or 14222812. OLE color: 14222812.

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

Color convert

RGB 220 5 217 -
CMYK 0 0.98 0.01 0.14
HSL 300.84º 0.96% 0.44% -
HSV(B) 300.84º 0.98% 0.86% -
XYZ 42.09 20.33 67.35 -
YUV 93.45 197.73 218.26 -
System Red Green Blue C M Y K H S L
Decimal 220 5 217 0 0.98 0.01 0.14 300.84 0.96 0.44
Hex DC 5 D9 0 62 1 E 12D 60 2C
Octal 334 5 331 0 142 1 16 455 140 54
Binary 11011100 101 11011001 0 1100010 1 1110 100101101 1100000 101100

Color Harmonies of #DC05D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05D9

Black with #DC05D9

Text Example


Text Example

White with #DC05D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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