#D81B77

Color #D81B77 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D81B77

Tints of Medium Violet Red #D81B77

Color information

#D81B77 (or 0xD81B77) is unknown color: approx Medium Violet Red. HEX triplet: D8, 1B and 77. RGB value is (216,27,119). Sum of RGB (Red+Green+Blue) = 216+27+119=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B77 is #27E488. Grayscale: #5D5D5D. Windows color (decimal): -2614409 or 7805912. OLE color: 7805912.

HSL color Cylindrical-coordinate representation of color #D81B77: hue angle of 330.79º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81B77 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB21627119-
CMYK00.880.450.15
HSL330.79º77.78%47.65%-
HSV(B)330.79º87.5%84.71%-
XYZ32.0416.7118.99-
YUV94142.12215.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.67%
GREEN value IS 27 (10.94% from 255) = 7.46%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=59.67%
G=7.46%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162711900.880.450.15330.7977.7847.65
HexD81B770582DF14b4e30
Octal330331670130551751311660
Binary110110001101111101110101100010110111111010010111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81B77; }

 p { color: rgb(216,27,119); }

 H1.HeaderClassName
 {
   color: #D81B77;
 }
 .AnyTagClassName
 {
   color: #D81B77;
 }
</style>
background-color css

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

 a { background-color: rgb(216,27,119); }

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

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

 span { border-color: rgb(216,27,119); }

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