#D21FA9

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

Shades of Medium Violet Red #D21FA9

Tints of Medium Violet Red #D21FA9

Color information

#D21FA9 (or 0xD21FA9) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1F and A9. RGB value is (210,31,169). Sum of RGB (Red+Green+Blue) = 210+31+169=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FA9 is #2DE056. Grayscale: #636363. Windows color (decimal): -3006551 or 11083730. OLE color: 11083730.

HSL color Cylindrical-coordinate representation of color #D21FA9: hue angle of 313.74º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21FA9 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB21031169-
CMYK00.850.200.18
HSL313.74º74.27%47.25%-
HSV(B)313.74º85.24%82.35%-
XYZ34.2317.5539.12-
YUV100.25166.8206.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.22%
GREEN value IS 31 (12.5% from 255) = 7.56%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=51.22%
G=7.56%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103116900.850.200.18313.7474.2747.25
HexD21FA9055141213a4a2f
Octal322372510125242247211257
Binary1101001011111101010010101010110100100101001110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21FA9; }

 p { color: rgb(210,31,169); }

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

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

 a { background-color: rgb(210,31,169); }

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

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

 span { border-color: rgb(210,31,169); }

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