Html Css Color HEX #DC05C6 Deep Magenta

📋 copy color: '#DC05C6'

red 220 ◦ green 5 ◦ blue 198

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

Shades of Deep Magenta #DC05C6

Tints of Deep Magenta #DC05C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.81%

R = 52.01%
G = 1.18%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC05C6 (or 0xDC05C6) is known color: Deep Magenta. HEX triplet: DC, 05 and C6. RGB value is (220,5,198). Sum of RGB (Red+Green+Blue) = 220+5+198=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05C6 is #23FA39. Grayscale: #5A5A5A. Windows color (decimal): -2357818 or 12977628. OLE color: 12977628.

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

Color convert

RGB 220 5 198 -
CMYK 0 0.98 0.1 0.14
HSL 306.14º 0.96% 0.44% -
HSV(B) 306.14º 0.98% 0.86% -
XYZ 39.76 19.4 55.08 -
YUV 91.29 188.23 219.81 -
System Red Green Blue C M Y K H S L
Decimal 220 5 198 0 0.98 0.1 0.14 306.14 0.96 0.44
Hex DC 5 C6 0 62 A E 132 60 2C
Octal 334 5 306 0 142 12 16 462 140 54
Binary 11011100 101 11000110 0 1100010 1010 1110 100110010 1100000 101100

Color Harmonies of #DC05C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05C6

Black with #DC05C6

Text Example


Text Example

White with #DC05C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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