#D2109F

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

Shades of Medium Violet Red #D2109F

Tints of Medium Violet Red #D2109F

Color information

#D2109F (or 0xD2109F) is unknown color: approx Medium Violet Red. HEX triplet: D2, 10 and 9F. RGB value is (210,16,159). Sum of RGB (Red+Green+Blue) = 210+16+159=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2109F is #2DEF60. Grayscale: #595959. Windows color (decimal): -3010401 or 10424530. OLE color: 10424530.

HSL color Cylindrical-coordinate representation of color #D2109F: hue angle of 315.77º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2109F is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB21016159-
CMYK00.920.240.18
HSL315.77º85.84%44.31%-
HSV(B)315.77º92.38%82.35%-
XYZ33.0216.5834.26-
YUV90.31166.77213.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 16 (6.64% from 255) = 4.16%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=54.55%
G=4.16%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101615900.920.240.18315.7785.8444.31
HexD2109F05C181213c562c
Octal322202370134302247412654
Binary1101001010000100111110101110011000100101001111001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2109F; }

 p { color: rgb(210,16,159); }

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

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

 a { background-color: rgb(210,16,159); }

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

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

 span { border-color: rgb(210,16,159); }

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