Shades of Medium Violet Red #D01872
Tints of Medium Violet Red #D01872
RGB
CMYK
RGB Variations
Color information
#D01872 (or 0xD01872) is known color: Medium Violet Red. HEX triplet: D0, 18 and 72. RGB value is (208,24,114). Sum of RGB (Red+Green+Blue) = 208+24+114=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D01872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01872 is #2FE78D. Grayscale: #595959. Windows color (decimal): -3139470 or 7477456. OLE color: 7477456.
HSL color Cylindrical-coordinate representation of color #D01872: hue angle of 330.65º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01872 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 114 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.18 |
| HSL | 330.65º | 0.79% | 0.45% | - |
| HSV(B) | 330.65º | 0.88% | 0.82% | - |
| XYZ | 29.38 | 15.28 | 17.32 | - |
| YUV | 89.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 114 | 0 | 0.88 | 0.45 | 0.18 | 330.65 | 0.79 | 0.45 |
| Hex | D0 | 18 | 72 | 0 | 58 | 2D | 12 | 14B | 4F | 2D |
| Octal | 320 | 30 | 162 | 0 | 130 | 55 | 22 | 513 | 117 | 55 |
| Binary | 11010000 | 11000 | 1110010 | 0 | 1011000 | 101101 | 10010 | 101001011 | 1001111 | 101101 |
Color Harmonies of #D01872
Complementary color
Monochromatic Colors of #D01872
Black with #D01872
Text Example
Text Example
White with #D01872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01872; }
p { color: rgb(208,24,114); }
H1.HeaderClassName
{
color: #D01872;
}
.AnyTagClassName
{
color: #D01872;
}
</style>
background-color css
<style>
a { background-color: #D01872; }
a { background-color: rgb(208,24,114); }
div.DivClassName
{
background-color: #D01872;
}
.BgClassName
{
background-color: #D01872;
}
</style>
border-color css
<style>
span { border-color: #D01872; }
span { border-color: rgb(208,24,114); }
td.TdClassName
{
border-color: #D01872;
}
.TagClassName
{
border-color: #D01872;
}
</style>