Html Css Color HEX #DC05CA Deep Magenta

📋 copy color: '#DC05CA'

red 220 ◦ green 5 ◦ blue 202

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

Shades of Deep Magenta #DC05CA

Tints of Deep Magenta #DC05CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 51.52%
G = 1.17%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC05CA (or 0xDC05CA) is known color: Deep Magenta. HEX triplet: DC, 05 and CA. RGB value is (220,5,202). Sum of RGB (Red+Green+Blue) = 220+5+202=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05CA is #23FA35. Grayscale: #5B5B5B. Windows color (decimal): -2357814 or 13239772. OLE color: 13239772.

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

Color convert

RGB 220 5 202 -
CMYK 0 0.98 0.08 0.14
HSL 305.02º 0.96% 0.44% -
HSV(B) 305.02º 0.98% 0.86% -
XYZ 40.23 19.59 57.54 -
YUV 91.74 190.23 219.48 -
System Red Green Blue C M Y K H S L
Decimal 220 5 202 0 0.98 0.08 0.14 305.02 0.96 0.44
Hex DC 5 CA 0 62 8 E 131 60 2C
Octal 334 5 312 0 142 10 16 461 140 54
Binary 11011100 101 11001010 0 1100010 1000 1110 100110001 1100000 101100

Color Harmonies of #DC05CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05CA

Black with #DC05CA

Text Example


Text Example

White with #DC05CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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