Html Css Color HEX #D80ABA Deep Magenta

📋 copy color: '#D80ABA'

red 216 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #D80ABA

Tints of Deep Magenta #D80ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 52.43%
G = 2.43%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D80ABA (or 0xD80ABA) is known color: Deep Magenta. HEX triplet: D8, 0A and BA. RGB value is (216,10,186). Sum of RGB (Red+Green+Blue) = 216+10+186=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ABA is #27F545. Grayscale: #5B5B5B. Windows color (decimal): -2618694 or 12192472. OLE color: 12192472.

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

Color convert

RGB 216 10 186 -
CMYK 0 0.95 0.14 0.15
HSL 308.74º 0.91% 0.44% -
HSV(B) 308.74º 0.95% 0.85% -
XYZ 37.29 18.36 48.03 -
YUV 91.66 181.25 216.69 -
System Red Green Blue C M Y K H S L
Decimal 216 10 186 0 0.95 0.14 0.15 308.74 0.91 0.44
Hex D8 A BA 0 5F E F 135 5B 2C
Octal 330 12 272 0 137 16 17 465 133 54
Binary 11011000 1010 10111010 0 1011111 1110 1111 100110101 1011011 101100

Color Harmonies of #D80ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80ABA

Black with #D80ABA

Text Example


Text Example

White with #D80ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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