Html Css Color HEX #DC0CD0 Deep Magenta

📋 copy color: '#DC0CD0'

red 220 ◦ green 12 ◦ blue 208

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

Shades of Deep Magenta #DC0CD0

Tints of Deep Magenta #DC0CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 50%
G = 2.73%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC0CD0 (or 0xDC0CD0) is known color: Deep Magenta. HEX triplet: DC, 0C and D0. RGB value is (220,12,208). Sum of RGB (Red+Green+Blue) = 220+12+208=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CD0 is #23F32F. Grayscale: #5F5F5F. Windows color (decimal): -2356016 or 13634780. OLE color: 13634780.

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

Color convert

RGB 220 12 208 -
CMYK 0 0.95 0.05 0.14
HSL 303.46º 0.9% 0.45% -
HSV(B) 303.46º 0.95% 0.86% -
XYZ 41.03 20.03 61.38 -
YUV 96.54 190.91 216.06 -
System Red Green Blue C M Y K H S L
Decimal 220 12 208 0 0.95 0.05 0.14 303.46 0.9 0.45
Hex DC C D0 0 5F 5 E 12F 5A 2D
Octal 334 14 320 0 137 5 16 457 132 55
Binary 11011100 1100 11010000 0 1011111 101 1110 100101111 1011010 101101

Color Harmonies of #DC0CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CD0

Black with #DC0CD0

Text Example


Text Example

White with #DC0CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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