Html Css Color HEX #DC0AB8 Deep Magenta

📋 copy color: '#DC0AB8'

red 220 ◦ green 10 ◦ blue 184

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

Shades of Deep Magenta #DC0AB8

Tints of Deep Magenta #DC0AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.44%

R = 53.14%
G = 2.42%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC0AB8 (or 0xDC0AB8) is known color: Deep Magenta. HEX triplet: DC, 0A and B8. RGB value is (220,10,184). Sum of RGB (Red+Green+Blue) = 220+10+184=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AB8 is #23F547. Grayscale: #5C5C5C. Windows color (decimal): -2356552 or 12061404. OLE color: 12061404.

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

Color convert

RGB 220 10 184 -
CMYK 0 0.95 0.16 0.14
HSL 310.29º 0.91% 0.45% -
HSV(B) 310.29º 0.95% 0.86% -
XYZ 38.28 18.89 46.98 -
YUV 92.63 179.57 218.85 -
System Red Green Blue C M Y K H S L
Decimal 220 10 184 0 0.95 0.16 0.14 310.29 0.91 0.45
Hex DC A B8 0 5F 10 E 136 5B 2D
Octal 334 12 270 0 137 20 16 466 133 55
Binary 11011100 1010 10111000 0 1011111 10000 1110 100110110 1011011 101101

Color Harmonies of #DC0AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AB8

Black with #DC0AB8

Text Example


Text Example

White with #DC0AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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