#D409A0

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

Shades of Medium Violet Red #D409A0

Tints of Medium Violet Red #D409A0

Color information

#D409A0 (or 0xD409A0) is unknown color: approx Medium Violet Red. HEX triplet: D4, 09 and A0. RGB value is (212,9,160). Sum of RGB (Red+Green+Blue) = 212+9+160=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D409A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D409A0 is #2BF65F. Grayscale: #565656. Windows color (decimal): -2881120 or 10488276. OLE color: 10488276.

HSL color Cylindrical-coordinate representation of color #D409A0: hue angle of 315.37º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409A0 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB2129160-
CMYK00.960.250.17
HSL315.37º91.86%43.33%-
HSV(B)315.37º95.75%83.14%-
XYZ33.5916.7334.72-
YUV86.91169.25217.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.64%
GREEN value IS 9 (3.91% from 255) = 2.36%
BLUE value IS 160 (62.89% from 255) = 41.99%
R=55.64%
G=2.36%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212916000.960.250.17315.3791.8643.33
HexD49A0060191113b5c2b
Octal324112400140312147313453
Binary110101001001101000000110000011001100011001110111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D409A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D409A0; }

 p { color: rgb(212,9,160); }

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

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

 a { background-color: rgb(212,9,160); }

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

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

 span { border-color: rgb(212,9,160); }

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