Html Css Color HEX #DC0CD8 Deep Magenta

📋 copy color: '#DC0CD8'

red 220 ◦ green 12 ◦ blue 216

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

Shades of Deep Magenta #DC0CD8

Tints of Deep Magenta #DC0CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.21%

R = 49.11%
G = 2.68%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC0CD8 (or 0xDC0CD8) is known color: Deep Magenta. HEX triplet: DC, 0C and D8. RGB value is (220,12,216). Sum of RGB (Red+Green+Blue) = 220+12+216=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CD8 is #23F327. Grayscale: #606060. Windows color (decimal): -2356008 or 14159068. OLE color: 14159068.

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

Color convert

RGB 220 12 216 -
CMYK 0 0.95 0.02 0.14
HSL 301.15º 0.9% 0.45% -
HSV(B) 301.15º 0.95% 0.86% -
XYZ 42.04 20.44 66.69 -
YUV 97.45 194.91 215.41 -
System Red Green Blue C M Y K H S L
Decimal 220 12 216 0 0.95 0.02 0.14 301.15 0.9 0.45
Hex DC C D8 0 5F 2 E 12D 5A 2D
Octal 334 14 330 0 137 2 16 455 132 55
Binary 11011100 1100 11011000 0 1011111 10 1110 100101101 1011010 101101

Color Harmonies of #DC0CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CD8

Black with #DC0CD8

Text Example


Text Example

White with #DC0CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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