#D313A2

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

Shades of Medium Violet Red #D313A2

Tints of Medium Violet Red #D313A2

Color information

#D313A2 (or 0xD313A2) is unknown color: approx Medium Violet Red. HEX triplet: D3, 13 and A2. RGB value is (211,19,162). Sum of RGB (Red+Green+Blue) = 211+19+162=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D313A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D313A2 is #2CEC5D. Grayscale: #5C5C5C. Windows color (decimal): -2944094 or 10621907. OLE color: 10621907.

HSL color Cylindrical-coordinate representation of color #D313A2: hue angle of 315.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D313A2 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB21119162-
CMYK00.910.230.17
HSL315.31º83.48%45.1%-
HSV(B)315.31º91%82.75%-
XYZ33.6216.9235.68-
YUV92.71167.11212.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.83%
GREEN value IS 19 (7.81% from 255) = 4.85%
BLUE value IS 162 (63.67% from 255) = 41.33%
R=53.83%
G=4.85%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111916200.910.230.17315.3183.4845.1
HexD313A205B171113b532d
Octal323232420133272147312355
Binary1101001110011101000100101101110111100011001110111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D313A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D313A2; }

 p { color: rgb(211,19,162); }

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

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

 a { background-color: rgb(211,19,162); }

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

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

 span { border-color: rgb(211,19,162); }

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