Html Css Color HEX #DC05D5 Deep Magenta

📋 copy color: '#DC05D5'

red 220 ◦ green 5 ◦ blue 213

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

Shades of Deep Magenta #DC05D5

Tints of Deep Magenta #DC05D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.63%

R = 50.23%
G = 1.14%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC05D5 (or 0xDC05D5) is known color: Deep Magenta. HEX triplet: DC, 05 and D5. RGB value is (220,5,213). Sum of RGB (Red+Green+Blue) = 220+5+213=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05D5 is #23FA2A. Grayscale: #5C5C5C. Windows color (decimal): -2357803 or 13960668. OLE color: 13960668.

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

Color convert

RGB 220 5 213 -
CMYK 0 0.98 0.03 0.14
HSL 301.95º 0.96% 0.44% -
HSV(B) 301.95º 0.98% 0.86% -
XYZ 41.58 20.13 64.64 -
YUV 93 195.73 218.59 -
System Red Green Blue C M Y K H S L
Decimal 220 5 213 0 0.98 0.03 0.14 301.95 0.96 0.44
Hex DC 5 D5 0 62 3 E 12E 60 2C
Octal 334 5 325 0 142 3 16 456 140 54
Binary 11011100 101 11010101 0 1100010 11 1110 100101110 1100000 101100

Color Harmonies of #DC05D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05D5

Black with #DC05D5

Text Example


Text Example

White with #DC05D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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