Html Css Color HEX #D80988 Medium Violet Red

📋 copy color: '#D80988'

red 216 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #D80988

Tints of Medium Violet Red #D80988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 59.83%
G = 2.49%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D80988 (or 0xD80988) is known color: Medium Violet Red. HEX triplet: D8, 09 and 88. RGB value is (216,9,136). Sum of RGB (Red+Green+Blue) = 216+9+136=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D80988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80988 is #27F677. Grayscale: #555555. Windows color (decimal): -2619000 or 8915416. OLE color: 8915416.

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

Color convert

RGB 216 9 136 -
CMYK 0 0.96 0.37 0.15
HSL 323.19º 0.92% 0.44% -
HSV(B) 323.19º 0.96% 0.85% -
XYZ 32.86 16.57 24.76 -
YUV 85.37 156.58 221.17 -
System Red Green Blue C M Y K H S L
Decimal 216 9 136 0 0.96 0.37 0.15 323.19 0.92 0.44
Hex D8 9 88 0 60 25 F 143 5C 2C
Octal 330 11 210 0 140 45 17 503 134 54
Binary 11011000 1001 10001000 0 1100000 100101 1111 101000011 1011100 101100

Color Harmonies of #D80988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80988

Black with #D80988

Text Example


Text Example

White with #D80988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80988; }

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

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

background-color css

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

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

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

border-color css

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

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

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