#D81AA3

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

Shades of Medium Violet Red #D81AA3

Tints of Medium Violet Red #D81AA3

Color information

#D81AA3 (or 0xD81AA3) is unknown color: approx Medium Violet Red. HEX triplet: D8, 1A and A3. RGB value is (216,26,163). Sum of RGB (Red+Green+Blue) = 216+26+163=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81AA3 is #27E55C. Grayscale: #626262. Windows color (decimal): -2614621 or 10689240. OLE color: 10689240.

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

Color convert

RGB21626163-
CMYK00.880.250.15
HSL316.74º78.51%47.45%-
HSV(B)316.74º87.96%84.71%-
XYZ35.317.9836.26-
YUV98.43164.45211.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.33%
GREEN value IS 26 (10.55% from 255) = 6.42%
BLUE value IS 163 (64.06% from 255) = 40.25%
R=53.33%
G=6.42%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162616300.880.250.15316.7478.5147.45
HexD81AA305819F13d4f2f
Octal330322430130311747511757
Binary110110001101010100011010110001100111111001111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81AA3; }

 p { color: rgb(216,26,163); }

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

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

 a { background-color: rgb(216,26,163); }

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

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

 span { border-color: rgb(216,26,163); }

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