#D81984

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

Shades of Medium Violet Red #D81984

Tints of Medium Violet Red #D81984

Color information

#D81984 (or 0xD81984) is unknown color: approx Medium Violet Red. HEX triplet: D8, 19 and 84. RGB value is (216,25,132). Sum of RGB (Red+Green+Blue) = 216+25+132=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D81984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81984 is #27E67B. Grayscale: #5E5E5E. Windows color (decimal): -2614908 or 8657368. OLE color: 8657368.

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

Color convert

RGB21625132-
CMYK00.880.390.15
HSL326.39º79.25%47.25%-
HSV(B)326.39º88.43%84.71%-
XYZ32.8316.9623.37-
YUV94.31149.28214.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.91%
GREEN value IS 25 (10.16% from 255) = 6.70%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=57.91%
G=6.70%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162513200.880.390.15326.3979.2547.25
HexD8198405827F1464f2f
Octal330312040130471750611757
Binary1101100011001100001000101100010011111111010001101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81984; }

 p { color: rgb(216,25,132); }

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

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

 a { background-color: rgb(216,25,132); }

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

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

 span { border-color: rgb(216,25,132); }

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