#D316AA

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

Shades of Medium Violet Red #D316AA

Tints of Medium Violet Red #D316AA

Color information

#D316AA (or 0xD316AA) is unknown color: approx Medium Violet Red. HEX triplet: D3, 16 and AA. RGB value is (211,22,170). Sum of RGB (Red+Green+Blue) = 211+22+170=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D316AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D316AA is #2CE955. Grayscale: #5E5E5E. Windows color (decimal): -2943318 or 11146963. OLE color: 11146963.

HSL color Cylindrical-coordinate representation of color #D316AA: hue angle of 313.02º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D316AA is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB21122170-
CMYK00.900.190.17
HSL313.02º81.12%45.69%-
HSV(B)313.02º89.57%82.75%-
XYZ34.4117.3239.56-
YUV95.38170.12210.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.36%
GREEN value IS 22 (8.98% from 255) = 5.46%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=52.36%
G=5.46%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112217000.900.190.17313.0281.1245.69
HexD316AA05A1311139512e
Octal323262520132232147112156
Binary1101001110110101010100101101010011100011001110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D316AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D316AA; }

 p { color: rgb(211,22,170); }

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

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

 a { background-color: rgb(211,22,170); }

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

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

 span { border-color: rgb(211,22,170); }

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