Html Css Color HEX #DC0AD9 Deep Magenta

📋 copy color: '#DC0AD9'

red 220 ◦ green 10 ◦ blue 217

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

Shades of Deep Magenta #DC0AD9

Tints of Deep Magenta #DC0AD9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

 BLUE value IS 217 (85.16% from 255) = 48.55%

R = 49.22%
G = 2.24%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC0AD9 (or 0xDC0AD9) is known color: Deep Magenta. HEX triplet: DC, 0A and D9. RGB value is (220,10,217). Sum of RGB (Red+Green+Blue) = 220+10+217=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AD9 is #23F526. Grayscale: #5F5F5F. Windows color (decimal): -2356519 or 14224092. OLE color: 14224092.

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

Color convert

RGB 220 10 217 -
CMYK 0 0.95 0.01 0.14
HSL 300.86º 0.91% 0.45% -
HSV(B) 300.86º 0.95% 0.86% -
XYZ 42.15 20.44 67.37 -
YUV 96.39 196.07 216.17 -
System Red Green Blue C M Y K H S L
Decimal 220 10 217 0 0.95 0.01 0.14 300.86 0.91 0.45
Hex DC A D9 0 5F 1 E 12D 5B 2D
Octal 334 12 331 0 137 1 16 455 133 55
Binary 11011100 1010 11011001 0 1011111 1 1110 100101101 1011011 101101

Color Harmonies of #DC0AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AD9

Black with #DC0AD9

Text Example


Text Example

White with #DC0AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AD9; }

 p { color: rgb(220,10,217); }

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

background-color css

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

 a { background-color: rgb(220,10,217); }

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

border-color css

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

 span { border-color: rgb(220,10,217); }

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