Shades of Medium Violet Red #D0259C
Tints of Medium Violet Red #D0259C
RGB
CMYK
RGB Variations
Color information
#D0259C (or 0xD0259C) is known color: Medium Violet Red. HEX triplet: D0, 25 and 9C. RGB value is (208,37,156). Sum of RGB (Red+Green+Blue) = 208+37+156=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0259C is #2FDA63. Grayscale: #656565. Windows color (decimal): -3136100 or 10233296. OLE color: 10233296.
HSL color Cylindrical-coordinate representation of color #D0259C: hue angle of 318.25º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0259C is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 156 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.18 |
| HSL | 318.25º | 0.7% | 0.48% | - |
| HSV(B) | 318.25º | 0.82% | 0.82% | - |
| XYZ | 32.67 | 17.13 | 33.04 | - |
| YUV | 101.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 156 | 0 | 0.82 | 0.25 | 0.18 | 318.25 | 0.7 | 0.48 |
| Hex | D0 | 25 | 9C | 0 | 52 | 19 | 12 | 13E | 46 | 30 |
| Octal | 320 | 45 | 234 | 0 | 122 | 31 | 22 | 476 | 106 | 60 |
| Binary | 11010000 | 100101 | 10011100 | 0 | 1010010 | 11001 | 10010 | 100111110 | 1000110 | 110000 |
Color Harmonies of #D0259C
Complementary color
Monochromatic Colors of #D0259C
Black with #D0259C
Text Example
Text Example
White with #D0259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0259C; }
p { color: rgb(208,37,156); }
H1.HeaderClassName
{
color: #D0259C;
}
.AnyTagClassName
{
color: #D0259C;
}
</style>
background-color css
<style>
a { background-color: #D0259C; }
a { background-color: rgb(208,37,156); }
div.DivClassName
{
background-color: #D0259C;
}
.BgClassName
{
background-color: #D0259C;
}
</style>
border-color css
<style>
span { border-color: #D0259C; }
span { border-color: rgb(208,37,156); }
td.TdClassName
{
border-color: #D0259C;
}
.TagClassName
{
border-color: #D0259C;
}
</style>