Shades of Medium Violet Red #D02297
Tints of Medium Violet Red #D02297
RGB
CMYK
RGB Variations
Color information
#D02297 (or 0xD02297) is known color: Medium Violet Red. HEX triplet: D0, 22 and 97. RGB value is (208,34,151). Sum of RGB (Red+Green+Blue) = 208+34+151=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D02297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02297 is #2FDD68. Grayscale: #636363. Windows color (decimal): -3136873 or 9904848. OLE color: 9904848.
HSL color Cylindrical-coordinate representation of color #D02297: hue angle of 319.66º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02297 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 151 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.18 |
| HSL | 319.66º | 0.72% | 0.47% | - |
| HSV(B) | 319.66º | 0.84% | 0.82% | - |
| XYZ | 32.17 | 16.79 | 30.82 | - |
| YUV | 99.36 | 157.15 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 151 | 0 | 0.84 | 0.27 | 0.18 | 319.66 | 0.72 | 0.47 |
| Hex | D0 | 22 | 97 | 0 | 54 | 1B | 12 | 140 | 48 | 2F |
| Octal | 320 | 42 | 227 | 0 | 124 | 33 | 22 | 500 | 110 | 57 |
| Binary | 11010000 | 100010 | 10010111 | 0 | 1010100 | 11011 | 10010 | 101000000 | 1001000 | 101111 |
Color Harmonies of #D02297
Complementary color
Monochromatic Colors of #D02297
Black with #D02297
Text Example
Text Example
White with #D02297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02297; }
p { color: rgb(208,34,151); }
H1.HeaderClassName
{
color: #D02297;
}
.AnyTagClassName
{
color: #D02297;
}
</style>
background-color css
<style>
a { background-color: #D02297; }
a { background-color: rgb(208,34,151); }
div.DivClassName
{
background-color: #D02297;
}
.BgClassName
{
background-color: #D02297;
}
</style>
border-color css
<style>
span { border-color: #D02297; }
span { border-color: rgb(208,34,151); }
td.TdClassName
{
border-color: #D02297;
}
.TagClassName
{
border-color: #D02297;
}
</style>