Html Css Color HEX #D80ABD Deep Magenta

📋 copy color: '#D80ABD'

red 216 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #D80ABD

Tints of Deep Magenta #D80ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 52.05%
G = 2.41%
B = 45.54%

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

#D80ABD (or 0xD80ABD) is known color: Deep Magenta. HEX triplet: D8, 0A and BD. RGB value is (216,10,189). Sum of RGB (Red+Green+Blue) = 216+10+189=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ABD is #27F542. Grayscale: #5B5B5B. Windows color (decimal): -2618691 or 12389080. OLE color: 12389080.

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

Color convert

RGB 216 10 189 -
CMYK 0 0.95 0.12 0.15
HSL 307.86º 0.91% 0.44% -
HSV(B) 307.86º 0.95% 0.85% -
XYZ 37.61 18.49 49.73 -
YUV 92 182.75 216.45 -
System Red Green Blue C M Y K H S L
Decimal 216 10 189 0 0.95 0.12 0.15 307.86 0.91 0.44
Hex D8 A BD 0 5F C F 134 5B 2C
Octal 330 12 275 0 137 14 17 464 133 54
Binary 11011000 1010 10111101 0 1011111 1100 1111 100110100 1011011 101100

Color Harmonies of #D80ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80ABD

Black with #D80ABD

Text Example


Text Example

White with #D80ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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