Shades of Medium Violet Red #D2249B
Tints of Medium Violet Red #D2249B
RGB
CMYK
RGB Variations
Color information
#D2249B (or 0xD2249B) is known color: Medium Violet Red. HEX triplet: D2, 24 and 9B. RGB value is (210,36,155). Sum of RGB (Red+Green+Blue) = 210+36+155=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2249B is #2DDB64. Grayscale: #656565. Windows color (decimal): -3005285 or 10167506. OLE color: 10167506.
HSL color Cylindrical-coordinate representation of color #D2249B: hue angle of 318.97º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2249B is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 155 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.18 |
| HSL | 318.97º | 0.71% | 0.48% | - |
| HSV(B) | 318.97º | 0.83% | 0.82% | - |
| XYZ | 33.13 | 17.33 | 32.61 | - |
| YUV | 101.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 155 | 0 | 0.83 | 0.26 | 0.18 | 318.97 | 0.71 | 0.48 |
| Hex | D2 | 24 | 9B | 0 | 53 | 1A | 12 | 13F | 47 | 30 |
| Octal | 322 | 44 | 233 | 0 | 123 | 32 | 22 | 477 | 107 | 60 |
| Binary | 11010010 | 100100 | 10011011 | 0 | 1010011 | 11010 | 10010 | 100111111 | 1000111 | 110000 |
Color Harmonies of #D2249B
Complementary color
Monochromatic Colors of #D2249B
Black with #D2249B
Text Example
Text Example
White with #D2249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2249B; }
p { color: rgb(210,36,155); }
H1.HeaderClassName
{
color: #D2249B;
}
.AnyTagClassName
{
color: #D2249B;
}
</style>
background-color css
<style>
a { background-color: #D2249B; }
a { background-color: rgb(210,36,155); }
div.DivClassName
{
background-color: #D2249B;
}
.BgClassName
{
background-color: #D2249B;
}
</style>
border-color css
<style>
span { border-color: #D2249B; }
span { border-color: rgb(210,36,155); }
td.TdClassName
{
border-color: #D2249B;
}
.TagClassName
{
border-color: #D2249B;
}
</style>