Html Css Color HEX #D80887 Medium Violet Red

📋 copy color: '#D80887'

red 216 ◦ green 8 ◦ blue 135

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

Shades of Medium Violet Red #D80887

Tints of Medium Violet Red #D80887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 60.17%
G = 2.23%
B = 37.6%

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

#D80887 (or 0xD80887) is known color: Medium Violet Red. HEX triplet: D8, 08 and 87. RGB value is (216,8,135). Sum of RGB (Red+Green+Blue) = 216+8+135=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D80887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80887 is #27F778. Grayscale: #545454. Windows color (decimal): -2619257 or 8849624. OLE color: 8849624.

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

Color convert

RGB 216 8 135 -
CMYK 0 0.96 0.38 0.15
HSL 323.37º 0.93% 0.44% -
HSV(B) 323.37º 0.96% 0.85% -
XYZ 32.78 16.52 24.38 -
YUV 84.67 156.41 221.67 -
System Red Green Blue C M Y K H S L
Decimal 216 8 135 0 0.96 0.38 0.15 323.37 0.93 0.44
Hex D8 8 87 0 60 26 F 143 5D 2C
Octal 330 10 207 0 140 46 17 503 135 54
Binary 11011000 1000 10000111 0 1100000 100110 1111 101000011 1011101 101100

Color Harmonies of #D80887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80887

Black with #D80887

Text Example


Text Example

White with #D80887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80887; }

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

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

background-color css

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

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

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

border-color css

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

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

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