Shades of Medium Violet Red #D0259B
Tints of Medium Violet Red #D0259B
RGB
CMYK
RGB Variations
Color information
#D0259B (or 0xD0259B) is known color: Medium Violet Red. HEX triplet: D0, 25 and 9B. RGB value is (208,37,155). Sum of RGB (Red+Green+Blue) = 208+37+155=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0259B is #2FDA64. Grayscale: #656565. Windows color (decimal): -3136101 or 10167760. OLE color: 10167760.
HSL color Cylindrical-coordinate representation of color #D0259B: hue angle of 318.6º 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 #D0259B is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 155 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.18 |
| HSL | 318.6º | 0.7% | 0.48% | - |
| HSV(B) | 318.6º | 0.82% | 0.82% | - |
| XYZ | 32.59 | 17.1 | 32.59 | - |
| YUV | 101.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 155 | 0 | 0.82 | 0.25 | 0.18 | 318.6 | 0.7 | 0.48 |
| Hex | D0 | 25 | 9B | 0 | 52 | 19 | 12 | 13F | 46 | 30 |
| Octal | 320 | 45 | 233 | 0 | 122 | 31 | 22 | 477 | 106 | 60 |
| Binary | 11010000 | 100101 | 10011011 | 0 | 1010010 | 11001 | 10010 | 100111111 | 1000110 | 110000 |
Color Harmonies of #D0259B
Complementary color
Monochromatic Colors of #D0259B
Black with #D0259B
Text Example
Text Example
White with #D0259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0259B; }
p { color: rgb(208,37,155); }
H1.HeaderClassName
{
color: #D0259B;
}
.AnyTagClassName
{
color: #D0259B;
}
</style>
background-color css
<style>
a { background-color: #D0259B; }
a { background-color: rgb(208,37,155); }
div.DivClassName
{
background-color: #D0259B;
}
.BgClassName
{
background-color: #D0259B;
}
</style>
border-color css
<style>
span { border-color: #D0259B; }
span { border-color: rgb(208,37,155); }
td.TdClassName
{
border-color: #D0259B;
}
.TagClassName
{
border-color: #D0259B;
}
</style>