Shades of Medium Violet Red #D2099B
Tints of Medium Violet Red #D2099B
RGB
CMYK
RGB Variations
Color information
#D2099B (or 0xD2099B) is known color: Medium Violet Red. HEX triplet: D2, 09 and 9B. RGB value is (210,9,155). Sum of RGB (Red+Green+Blue) = 210+9+155=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2099B is #2DF664. Grayscale: #555555. Windows color (decimal): -3012197 or 10160594. OLE color: 10160594.
HSL color Cylindrical-coordinate representation of color #D2099B: hue angle of 316.42º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2099B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.18 |
| HSL | 316.42º | 0.92% | 0.43% | - |
| HSV(B) | 316.42º | 0.96% | 0.82% | - |
| XYZ | 32.59 | 16.26 | 32.43 | - |
| YUV | 85.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 155 | 0 | 0.96 | 0.26 | 0.18 | 316.42 | 0.92 | 0.43 |
| Hex | D2 | 9 | 9B | 0 | 60 | 1A | 12 | 13C | 5C | 2B |
| Octal | 322 | 11 | 233 | 0 | 140 | 32 | 22 | 474 | 134 | 53 |
| Binary | 11010010 | 1001 | 10011011 | 0 | 1100000 | 11010 | 10010 | 100111100 | 1011100 | 101011 |
Color Harmonies of #D2099B
Complementary color
Monochromatic Colors of #D2099B
Black with #D2099B
Text Example
Text Example
White with #D2099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2099B; }
p { color: rgb(210,9,155); }
H1.HeaderClassName
{
color: #D2099B;
}
.AnyTagClassName
{
color: #D2099B;
}
</style>
background-color css
<style>
a { background-color: #D2099B; }
a { background-color: rgb(210,9,155); }
div.DivClassName
{
background-color: #D2099B;
}
.BgClassName
{
background-color: #D2099B;
}
</style>
border-color css
<style>
span { border-color: #D2099B; }
span { border-color: rgb(210,9,155); }
td.TdClassName
{
border-color: #D2099B;
}
.TagClassName
{
border-color: #D2099B;
}
</style>