#D81DA6

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

Shades of Medium Violet Red #D81DA6

Tints of Medium Violet Red #D81DA6

Color information

#D81DA6 (or 0xD81DA6) is unknown color: approx Medium Violet Red. HEX triplet: D8, 1D and A6. RGB value is (216,29,166). Sum of RGB (Red+Green+Blue) = 216+29+166=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA6 is #27E259. Grayscale: #646464. Windows color (decimal): -2613850 or 10886616. OLE color: 10886616.

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

Color convert

RGB21629166-
CMYK00.870.230.15
HSL316.04º76.33%48.04%-
HSV(B)316.04º86.57%84.71%-
XYZ35.6418.2337.72-
YUV100.53164.95210.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 29 (11.72% from 255) = 7.06%
BLUE value IS 166 (65.23% from 255) = 40.39%
R=52.55%
G=7.06%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162916600.870.230.15316.0476.3348.04
HexD81DA605717F13c4c30
Octal330352460127271747411460
Binary110110001110110100110010101111011111111001111001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81DA6; }

 p { color: rgb(216,29,166); }

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

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

 a { background-color: rgb(216,29,166); }

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

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

 span { border-color: rgb(216,29,166); }

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