Html Css Color HEX #D80987 Medium Violet Red

📋 copy color: '#D80987'

red 216 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #D80987

Tints of Medium Violet Red #D80987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.5%

R = 60%
G = 2.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D80987 (or 0xD80987) is known color: Medium Violet Red. HEX triplet: D8, 09 and 87. RGB value is (216,9,135). Sum of RGB (Red+Green+Blue) = 216+9+135=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D80987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80987 is #27F678. Grayscale: #545454. Windows color (decimal): -2619001 or 8849880. OLE color: 8849880.

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

Color convert

RGB 216 9 135 -
CMYK 0 0.96 0.38 0.15
HSL 323.48º 0.92% 0.44% -
HSV(B) 323.48º 0.96% 0.85% -
XYZ 32.79 16.54 24.39 -
YUV 85.26 156.08 221.25 -
System Red Green Blue C M Y K H S L
Decimal 216 9 135 0 0.96 0.38 0.15 323.48 0.92 0.44
Hex D8 9 87 0 60 26 F 143 5C 2C
Octal 330 11 207 0 140 46 17 503 134 54
Binary 11011000 1001 10000111 0 1100000 100110 1111 101000011 1011100 101100

Color Harmonies of #D80987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80987

Black with #D80987

Text Example


Text Example

White with #D80987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80987; }

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

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

background-color css

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

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

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

border-color css

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

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

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