Html Css Color HEX #DC0ABC Deep Magenta

📋 copy color: '#DC0ABC'

red 220 ◦ green 10 ◦ blue 188

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

Shades of Deep Magenta #DC0ABC

Tints of Deep Magenta #DC0ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 52.63%
G = 2.39%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC0ABC (or 0xDC0ABC) is known color: Deep Magenta. HEX triplet: DC, 0A and BC. RGB value is (220,10,188). Sum of RGB (Red+Green+Blue) = 220+10+188=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ABC is #23F543. Grayscale: #5C5C5C. Windows color (decimal): -2356548 or 12323548. OLE color: 12323548.

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

Color convert

RGB 220 10 188 -
CMYK 0 0.95 0.15 0.14
HSL 309.14º 0.91% 0.45% -
HSV(B) 309.14º 0.95% 0.86% -
XYZ 38.7 19.06 49.22 -
YUV 93.08 181.57 218.53 -
System Red Green Blue C M Y K H S L
Decimal 220 10 188 0 0.95 0.15 0.14 309.14 0.91 0.45
Hex DC A BC 0 5F F E 135 5B 2D
Octal 334 12 274 0 137 17 16 465 133 55
Binary 11011100 1010 10111100 0 1011111 1111 1110 100110101 1011011 101101

Color Harmonies of #DC0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0ABC

Black with #DC0ABC

Text Example


Text Example

White with #DC0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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