Shades of Medium Violet Red #D0269C
Tints of Medium Violet Red #D0269C
RGB
CMYK
RGB Variations
Color information
#D0269C (or 0xD0269C) is known color: Medium Violet Red. HEX triplet: D0, 26 and 9C. RGB value is (208,38,156). Sum of RGB (Red+Green+Blue) = 208+38+156=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0269C is #2FD963. Grayscale: #656565. Windows color (decimal): -3135844 or 10233552. OLE color: 10233552.
HSL color Cylindrical-coordinate representation of color #D0269C: hue angle of 318.35º 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 #D0269C is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 156 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.18 |
| HSL | 318.35º | 0.69% | 0.48% | - |
| HSV(B) | 318.35º | 0.82% | 0.82% | - |
| XYZ | 32.71 | 17.2 | 33.05 | - |
| YUV | 102.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 156 | 0 | 0.82 | 0.25 | 0.18 | 318.35 | 0.69 | 0.48 |
| Hex | D0 | 26 | 9C | 0 | 52 | 19 | 12 | 13E | 45 | 30 |
| Octal | 320 | 46 | 234 | 0 | 122 | 31 | 22 | 476 | 105 | 60 |
| Binary | 11010000 | 100110 | 10011100 | 0 | 1010010 | 11001 | 10010 | 100111110 | 1000101 | 110000 |
Color Harmonies of #D0269C
Complementary color
Monochromatic Colors of #D0269C
Black with #D0269C
Text Example
Text Example
White with #D0269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0269C; }
p { color: rgb(208,38,156); }
H1.HeaderClassName
{
color: #D0269C;
}
.AnyTagClassName
{
color: #D0269C;
}
</style>
background-color css
<style>
a { background-color: #D0269C; }
a { background-color: rgb(208,38,156); }
div.DivClassName
{
background-color: #D0269C;
}
.BgClassName
{
background-color: #D0269C;
}
</style>
border-color css
<style>
span { border-color: #D0269C; }
span { border-color: rgb(208,38,156); }
td.TdClassName
{
border-color: #D0269C;
}
.TagClassName
{
border-color: #D0269C;
}
</style>