Html Css Color HEX #D80ABF Deep Magenta

📋 copy color: '#D80ABF'

red 216 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #D80ABF

Tints of Deep Magenta #D80ABF

RGB

 RED value IS 216 (84.77% from 255) = 51.8%

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

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

R = 51.8%
G = 2.4%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D80ABF (or 0xD80ABF) is known color: Deep Magenta. HEX triplet: D8, 0A and BF. RGB value is (216,10,191). Sum of RGB (Red+Green+Blue) = 216+10+191=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ABF is #27F540. Grayscale: #5B5B5B. Windows color (decimal): -2618689 or 12520152. OLE color: 12520152.

HSL color Cylindrical-coordinate representation of color #D80ABF: hue angle of 307.28º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80ABF is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 10 191 -
CMYK 0 0.95 0.12 0.15
HSL 307.28º 0.91% 0.44% -
HSV(B) 307.28º 0.95% 0.85% -
XYZ 37.83 18.58 50.88 -
YUV 92.23 183.75 216.28 -
System Red Green Blue C M Y K H S L
Decimal 216 10 191 0 0.95 0.12 0.15 307.28 0.91 0.44
Hex D8 A BF 0 5F C F 133 5B 2C
Octal 330 12 277 0 137 14 17 463 133 54
Binary 11011000 1010 10111111 0 1011111 1100 1111 100110011 1011011 101100

Color Harmonies of #D80ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80ABF

Black with #D80ABF

Text Example


Text Example

White with #D80ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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