Html Css Color HEX #D80991 Medium Violet Red

📋 copy color: '#D80991'

red 216 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #D80991

Tints of Medium Violet Red #D80991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 58.38%
G = 2.43%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D80991 (or 0xD80991) is known color: Medium Violet Red. HEX triplet: D8, 09 and 91. RGB value is (216,9,145). Sum of RGB (Red+Green+Blue) = 216+9+145=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D80991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80991 is #27F66E. Grayscale: #565656. Windows color (decimal): -2618991 or 9505240. OLE color: 9505240.

HSL color Cylindrical-coordinate representation of color #D80991: hue angle of 320.58º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80991 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 145 -
CMYK 0 0.96 0.33 0.15
HSL 320.58º 0.92% 0.44% -
HSV(B) 320.58º 0.96% 0.85% -
XYZ 33.53 16.84 28.27 -
YUV 86.4 161.08 220.44 -
System Red Green Blue C M Y K H S L
Decimal 216 9 145 0 0.96 0.33 0.15 320.58 0.92 0.44
Hex D8 9 91 0 60 21 F 141 5C 2C
Octal 330 11 221 0 140 41 17 501 134 54
Binary 11011000 1001 10010001 0 1100000 100001 1111 101000001 1011100 101100

Color Harmonies of #D80991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80991

Black with #D80991

Text Example


Text Example

White with #D80991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80991; }

 p { color: rgb(216,9,145); }

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

background-color css

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

 a { background-color: rgb(216,9,145); }

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

border-color css

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

 span { border-color: rgb(216,9,145); }

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