#D2109D

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

Shades of Medium Violet Red #D2109D

Tints of Medium Violet Red #D2109D

Color information

#D2109D (or 0xD2109D) is unknown color: approx Medium Violet Red. HEX triplet: D2, 10 and 9D. RGB value is (210,16,157). Sum of RGB (Red+Green+Blue) = 210+16+157=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2109D is #2DEF62. Grayscale: #595959. Windows color (decimal): -3010403 or 10293458. OLE color: 10293458.

HSL color Cylindrical-coordinate representation of color #D2109D: hue angle of 316.39º 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 #D2109D is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB21016157-
CMYK00.920.250.18
HSL316.39º85.84%44.31%-
HSV(B)316.39º92.38%82.35%-
XYZ32.8516.5133.35-
YUV90.08165.77213.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.83%
GREEN value IS 16 (6.64% from 255) = 4.18%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=54.83%
G=4.18%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101615700.920.250.18316.3985.8444.31
HexD2109D05C191213c562c
Octal322202350134312247412654
Binary1101001010000100111010101110011001100101001111001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2109D; }

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

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

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

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

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

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

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

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