#D20494

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

Shades of Medium Violet Red #D20494

Tints of Medium Violet Red #D20494

Color information

#D20494 (or 0xD20494) is unknown color: approx Medium Violet Red. HEX triplet: D2, 04 and 94. RGB value is (210,4,148). Sum of RGB (Red+Green+Blue) = 210+4+148=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D20494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20494 is #2DFB6B. Grayscale: #515151. Windows color (decimal): -3013484 or 9700562. OLE color: 9700562.

HSL color Cylindrical-coordinate representation of color #D20494: hue angle of 318.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20494 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB2104148-
CMYK00.980.300.18
HSL318.06º96.26%41.96%-
HSV(B)318.06º98.1%82.35%-
XYZ31.9715.9329.41-
YUV82.01165.25219.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.01%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=58.01%
G=1.10%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210414800.980.300.18318.0696.2641.96
HexD24940621E1213e602a
Octal32242240142362247614052
Binary11010010100100101000110001011110100101001111101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20494; }

 p { color: rgb(210,4,148); }

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

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

 a { background-color: rgb(210,4,148); }

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

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

 span { border-color: rgb(210,4,148); }

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