Html Css Color HEX #D80AC5 Deep Magenta

📋 copy color: '#D80AC5'

red 216 ◦ green 10 ◦ blue 197

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

Shades of Deep Magenta #D80AC5

Tints of Deep Magenta #D80AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.57%

R = 51.06%
G = 2.36%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D80AC5 (or 0xD80AC5) is known color: Deep Magenta. HEX triplet: D8, 0A and C5. RGB value is (216,10,197). Sum of RGB (Red+Green+Blue) = 216+10+197=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AC5 is #27F53A. Grayscale: #5C5C5C. Windows color (decimal): -2618683 or 12913368. OLE color: 12913368.

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

Color convert

RGB 216 10 197 -
CMYK 0 0.95 0.09 0.15
HSL 305.53º 0.91% 0.44% -
HSV(B) 305.53º 0.95% 0.85% -
XYZ 38.51 18.85 54.43 -
YUV 92.91 186.75 215.79 -
System Red Green Blue C M Y K H S L
Decimal 216 10 197 0 0.95 0.09 0.15 305.53 0.91 0.44
Hex D8 A C5 0 5F 9 F 132 5B 2C
Octal 330 12 305 0 137 11 17 462 133 54
Binary 11011000 1010 11000101 0 1011111 1001 1111 100110010 1011011 101100

Color Harmonies of #D80AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AC5

Black with #D80AC5

Text Example


Text Example

White with #D80AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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