#D313A4

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

Shades of Medium Violet Red #D313A4

Tints of Medium Violet Red #D313A4

Color information

#D313A4 (or 0xD313A4) is unknown color: approx Medium Violet Red. HEX triplet: D3, 13 and A4. RGB value is (211,19,164). Sum of RGB (Red+Green+Blue) = 211+19+164=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D313A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D313A4 is #2CEC5B. Grayscale: #5C5C5C. Windows color (decimal): -2944092 or 10752979. OLE color: 10752979.

HSL color Cylindrical-coordinate representation of color #D313A4: hue angle of 314.69º 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 #D313A4 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB21119164-
CMYK00.910.220.17
HSL314.69º83.48%45.1%-
HSV(B)314.69º91%82.75%-
XYZ33.816.9936.62-
YUV92.94168.11212.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.55%
GREEN value IS 19 (7.81% from 255) = 4.82%
BLUE value IS 164 (64.45% from 255) = 41.62%
R=53.55%
G=4.82%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111916400.910.220.17314.6983.4845.1
HexD313A405B161113b532d
Octal323232440133262147312355
Binary1101001110011101001000101101110110100011001110111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D313A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D313A4; }

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

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

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

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

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

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

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

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