Html Css Color HEX #D80A99 Medium Violet Red

📋 copy color: '#D80A99'

red 216 ◦ green 10 ◦ blue 153

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

Shades of Medium Violet Red #D80A99

Tints of Medium Violet Red #D80A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 56.99%
G = 2.64%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D80A99 (or 0xD80A99) is known color: Medium Violet Red. HEX triplet: D8, 0A and 99. RGB value is (216,10,153). Sum of RGB (Red+Green+Blue) = 216+10+153=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80A99 is #27F566. Grayscale: #575757. Windows color (decimal): -2618727 or 10029784. OLE color: 10029784.

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

Color convert

RGB 216 10 153 -
CMYK 0 0.95 0.29 0.15
HSL 318.35º 0.91% 0.44% -
HSV(B) 318.35º 0.95% 0.85% -
XYZ 34.18 17.12 31.64 -
YUV 87.9 164.75 219.37 -
System Red Green Blue C M Y K H S L
Decimal 216 10 153 0 0.95 0.29 0.15 318.35 0.91 0.44
Hex D8 A 99 0 5F 1D F 13E 5B 2C
Octal 330 12 231 0 137 35 17 476 133 54
Binary 11011000 1010 10011001 0 1011111 11101 1111 100111110 1011011 101100

Color Harmonies of #D80A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A99

Black with #D80A99

Text Example


Text Example

White with #D80A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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