Html Css Color HEX #DC0AB7 Deep Magenta

📋 copy color: '#DC0AB7'

red 220 ◦ green 10 ◦ blue 183

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

Shades of Deep Magenta #DC0AB7

Tints of Deep Magenta #DC0AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.31%

R = 53.27%
G = 2.42%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC0AB7 (or 0xDC0AB7) is known color: Deep Magenta. HEX triplet: DC, 0A and B7. RGB value is (220,10,183). Sum of RGB (Red+Green+Blue) = 220+10+183=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AB7 is #23F548. Grayscale: #5C5C5C. Windows color (decimal): -2356553 or 11995868. OLE color: 11995868.

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

Color convert

RGB 220 10 183 -
CMYK 0 0.95 0.17 0.14
HSL 310.57º 0.91% 0.45% -
HSV(B) 310.57º 0.95% 0.86% -
XYZ 38.17 18.85 46.43 -
YUV 92.51 179.07 218.93 -
System Red Green Blue C M Y K H S L
Decimal 220 10 183 0 0.95 0.17 0.14 310.57 0.91 0.45
Hex DC A B7 0 5F 11 E 137 5B 2D
Octal 334 12 267 0 137 21 16 467 133 55
Binary 11011100 1010 10110111 0 1011111 10001 1110 100110111 1011011 101101

Color Harmonies of #DC0AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AB7

Black with #DC0AB7

Text Example


Text Example

White with #DC0AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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