Html Css Color HEX #D80ABB Deep Magenta

📋 copy color: '#D80ABB'

red 216 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #D80ABB

Tints of Deep Magenta #D80ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 52.3%
G = 2.42%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D80ABB (or 0xD80ABB) is known color: Deep Magenta. HEX triplet: D8, 0A and BB. RGB value is (216,10,187). Sum of RGB (Red+Green+Blue) = 216+10+187=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ABB is #27F544. Grayscale: #5B5B5B. Windows color (decimal): -2618693 or 12258008. OLE color: 12258008.

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

Color convert

RGB 216 10 187 -
CMYK 0 0.95 0.13 0.15
HSL 308.45º 0.91% 0.44% -
HSV(B) 308.45º 0.95% 0.85% -
XYZ 37.4 18.4 48.59 -
YUV 91.77 181.75 216.61 -
System Red Green Blue C M Y K H S L
Decimal 216 10 187 0 0.95 0.13 0.15 308.45 0.91 0.44
Hex D8 A BB 0 5F D F 134 5B 2C
Octal 330 12 273 0 137 15 17 464 133 54
Binary 11011000 1010 10111011 0 1011111 1101 1111 100110100 1011011 101100

Color Harmonies of #D80ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80ABB

Black with #D80ABB

Text Example


Text Example

White with #D80ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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