#D31AAC

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

Shades of Medium Violet Red #D31AAC

Tints of Medium Violet Red #D31AAC

Color information

#D31AAC (or 0xD31AAC) is unknown color: approx Medium Violet Red. HEX triplet: D3, 1A and AC. RGB value is (211,26,172). Sum of RGB (Red+Green+Blue) = 211+26+172=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31AAC is #2CE553. Grayscale: #616161. Windows color (decimal): -2942292 or 11279059. OLE color: 11279059.

HSL color Cylindrical-coordinate representation of color #D31AAC: hue angle of 312.65º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31AAC is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21126172-
CMYK00.880.180.17
HSL312.65º78.06%46.47%-
HSV(B)312.65º87.68%82.75%-
XYZ34.6817.5740.59-
YUV97.96169.79208.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 26 (10.55% from 255) = 6.36%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=51.59%
G=6.36%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112617200.880.180.17312.6578.0646.47
HexD31AAC05812111394e2e
Octal323322540130222147111656
Binary1101001111010101011000101100010010100011001110011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31AAC; }

 p { color: rgb(211,26,172); }

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

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

 a { background-color: rgb(211,26,172); }

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

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

 span { border-color: rgb(211,26,172); }

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