#D81DA7

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

Shades of Medium Violet Red #D81DA7

Tints of Medium Violet Red #D81DA7

Color information

#D81DA7 (or 0xD81DA7) is unknown color: approx Medium Violet Red. HEX triplet: D8, 1D and A7. RGB value is (216,29,167). Sum of RGB (Red+Green+Blue) = 216+29+167=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA7 is #27E258. Grayscale: #646464. Windows color (decimal): -2613849 or 10952152. OLE color: 10952152.

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

Color convert

RGB21629167-
CMYK00.870.230.15
HSL315.72º76.33%48.04%-
HSV(B)315.72º86.57%84.71%-
XYZ35.7318.2738.2-
YUV100.64165.45210.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.43%
GREEN value IS 29 (11.72% from 255) = 7.04%
BLUE value IS 167 (65.62% from 255) = 40.53%
R=52.43%
G=7.04%
B=40.53%

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
Decimal2162916700.870.230.15315.7276.3348.04
HexD81DA705717F13c4c30
Octal330352470127271747411460
Binary110110001110110100111010101111011111111001111001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81DA7; }

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

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

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

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

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

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

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

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