Shades of Medium Violet Red #D0269B
Tints of Medium Violet Red #D0269B
RGB
CMYK
RGB Variations
Color information
#D0269B (or 0xD0269B) is known color: Medium Violet Red. HEX triplet: D0, 26 and 9B. RGB value is (208,38,155). Sum of RGB (Red+Green+Blue) = 208+38+155=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0269B is #2FD964. Grayscale: #656565. Windows color (decimal): -3135845 or 10168016. OLE color: 10168016.
HSL color Cylindrical-coordinate representation of color #D0269B: hue angle of 318.71º degrees, saturation: 0.69, 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 #D0269B is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 155 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.18 |
| HSL | 318.71º | 0.69% | 0.48% | - |
| HSV(B) | 318.71º | 0.82% | 0.82% | - |
| XYZ | 32.62 | 17.16 | 32.6 | - |
| YUV | 102.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 155 | 0 | 0.82 | 0.25 | 0.18 | 318.71 | 0.69 | 0.48 |
| Hex | D0 | 26 | 9B | 0 | 52 | 19 | 12 | 13F | 45 | 30 |
| Octal | 320 | 46 | 233 | 0 | 122 | 31 | 22 | 477 | 105 | 60 |
| Binary | 11010000 | 100110 | 10011011 | 0 | 1010010 | 11001 | 10010 | 100111111 | 1000101 | 110000 |
Color Harmonies of #D0269B
Complementary color
Monochromatic Colors of #D0269B
Black with #D0269B
Text Example
Text Example
White with #D0269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0269B; }
p { color: rgb(208,38,155); }
H1.HeaderClassName
{
color: #D0269B;
}
.AnyTagClassName
{
color: #D0269B;
}
</style>
background-color css
<style>
a { background-color: #D0269B; }
a { background-color: rgb(208,38,155); }
div.DivClassName
{
background-color: #D0269B;
}
.BgClassName
{
background-color: #D0269B;
}
</style>
border-color css
<style>
span { border-color: #D0269B; }
span { border-color: rgb(208,38,155); }
td.TdClassName
{
border-color: #D0269B;
}
.TagClassName
{
border-color: #D0269B;
}
</style>