#D81B7C

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

Shades of Medium Violet Red #D81B7C

Tints of Medium Violet Red #D81B7C

Color information

#D81B7C (or 0xD81B7C) is unknown color: approx Medium Violet Red. HEX triplet: D8, 1B and 7C. RGB value is (216,27,124). Sum of RGB (Red+Green+Blue) = 216+27+124=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B7C is #27E483. Grayscale: #5E5E5E. Windows color (decimal): -2614404 or 8133592. OLE color: 8133592.

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

Color convert

RGB21627124-
CMYK00.880.430.15
HSL329.21º77.78%47.65%-
HSV(B)329.21º87.5%84.71%-
XYZ32.3516.8420.61-
YUV94.57144.62214.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.86%
GREEN value IS 27 (10.94% from 255) = 7.36%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=58.86%
G=7.36%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162712400.880.430.15329.2177.7847.65
HexD81B7C0582BF1494e30
Octal330331740130531751111660
Binary110110001101111111000101100010101111111010010011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81B7C; }

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

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

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

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

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

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

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

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