Html Css Color HEX #DC0CD5 Deep Magenta

📋 copy color: '#DC0CD5'

red 220 ◦ green 12 ◦ blue 213

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

Shades of Deep Magenta #DC0CD5

Tints of Deep Magenta #DC0CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

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

R = 49.44%
G = 2.7%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC0CD5 (or 0xDC0CD5) is known color: Deep Magenta. HEX triplet: DC, 0C and D5. RGB value is (220,12,213). Sum of RGB (Red+Green+Blue) = 220+12+213=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CD5 is #23F32A. Grayscale: #606060. Windows color (decimal): -2356011 or 13962460. OLE color: 13962460.

HSL color Cylindrical-coordinate representation of color #DC0CD5: hue angle of 302.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CD5 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 213 -
CMYK 0 0.95 0.03 0.14
HSL 302.02º 0.9% 0.45% -
HSV(B) 302.02º 0.95% 0.86% -
XYZ 41.66 20.28 64.67 -
YUV 97.11 193.41 215.66 -
System Red Green Blue C M Y K H S L
Decimal 220 12 213 0 0.95 0.03 0.14 302.02 0.9 0.45
Hex DC C D5 0 5F 3 E 12E 5A 2D
Octal 334 14 325 0 137 3 16 456 132 55
Binary 11011100 1100 11010101 0 1011111 11 1110 100101110 1011010 101101

Color Harmonies of #DC0CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CD5

Black with #DC0CD5

Text Example


Text Example

White with #DC0CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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