#D31C9A

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

Shades of Medium Violet Red #D31C9A

Tints of Medium Violet Red #D31C9A

Color information

#D31C9A (or 0xD31C9A) is unknown color: approx Medium Violet Red. HEX triplet: D3, 1C and 9A. RGB value is (211,28,154). Sum of RGB (Red+Green+Blue) = 211+28+154=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D31C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31C9A is #2CE365. Grayscale: #606060. Windows color (decimal): -2941798 or 10099923. OLE color: 10099923.

HSL color Cylindrical-coordinate representation of color #D31C9A: hue angle of 318.69º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31C9A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB21128154-
CMYK00.870.270.17
HSL318.69º76.57%46.86%-
HSV(B)318.69º86.73%82.75%-
XYZ33.1117.0132.11-
YUV97.08160.13209.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.69%
GREEN value IS 28 (11.33% from 255) = 7.12%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=53.69%
G=7.12%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112815400.870.270.17318.6976.5746.86
HexD31C9A0571B1113f4d2f
Octal323342320127332147711557
Binary1101001111100100110100101011111011100011001111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31C9A; }

 p { color: rgb(211,28,154); }

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

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

 a { background-color: rgb(211,28,154); }

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

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

 span { border-color: rgb(211,28,154); }

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