Html Css Color HEX #DC0ABF Deep Magenta

📋 copy color: '#DC0ABF'

red 220 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #DC0ABF

Tints of Deep Magenta #DC0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 52.26%
G = 2.38%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC0ABF (or 0xDC0ABF) is known color: Deep Magenta. HEX triplet: DC, 0A and BF. RGB value is (220,10,191). Sum of RGB (Red+Green+Blue) = 220+10+191=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ABF is #23F540. Grayscale: #5C5C5C. Windows color (decimal): -2356545 or 12520156. OLE color: 12520156.

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

Color convert

RGB 220 10 191 -
CMYK 0 0.95 0.13 0.14
HSL 308.29º 0.91% 0.45% -
HSV(B) 308.29º 0.95% 0.86% -
XYZ 39.03 19.19 50.94 -
YUV 93.42 183.07 218.28 -
System Red Green Blue C M Y K H S L
Decimal 220 10 191 0 0.95 0.13 0.14 308.29 0.91 0.45
Hex DC A BF 0 5F D E 134 5B 2D
Octal 334 12 277 0 137 15 16 464 133 55
Binary 11011100 1010 10111111 0 1011111 1101 1110 100110100 1011011 101101

Color Harmonies of #DC0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0ABF

Black with #DC0ABF

Text Example


Text Example

White with #DC0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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