Html Css Color HEX #D80AC7 Deep Magenta

📋 copy color: '#D80AC7'

red 216 ◦ green 10 ◦ blue 199

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

Shades of Deep Magenta #D80AC7

Tints of Deep Magenta #D80AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.82%

R = 50.82%
G = 2.35%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D80AC7 (or 0xD80AC7) is known color: Deep Magenta. HEX triplet: D8, 0A and C7. RGB value is (216,10,199). Sum of RGB (Red+Green+Blue) = 216+10+199=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AC7 is #27F538. Grayscale: #5C5C5C. Windows color (decimal): -2618681 or 13044440. OLE color: 13044440.

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

Color convert

RGB 216 10 199 -
CMYK 0 0.95 0.08 0.15
HSL 304.95º 0.91% 0.44% -
HSV(B) 304.95º 0.95% 0.85% -
XYZ 38.74 18.94 55.65 -
YUV 93.14 187.75 215.63 -
System Red Green Blue C M Y K H S L
Decimal 216 10 199 0 0.95 0.08 0.15 304.95 0.91 0.44
Hex D8 A C7 0 5F 8 F 131 5B 2C
Octal 330 12 307 0 137 10 17 461 133 54
Binary 11011000 1010 11000111 0 1011111 1000 1111 100110001 1011011 101100

Color Harmonies of #D80AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AC7

Black with #D80AC7

Text Example


Text Example

White with #D80AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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