Shades of Medium Violet Red #D21CA8
Tints of Medium Violet Red #D21CA8
RGB
CMYK
RGB Variations
Color information
#D21CA8 (or 0xD21CA8) is known color: Medium Violet Red. HEX triplet: D2, 1C and A8. RGB value is (210,28,168). Sum of RGB (Red+Green+Blue) = 210+28+168=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CA8 is #2DE357. Grayscale: #626262. Windows color (decimal): -3007320 or 11017426. OLE color: 11017426.
HSL color Cylindrical-coordinate representation of color #D21CA8: hue angle of 313.85º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CA8 is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 168 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.18 |
| HSL | 313.85º | 0.76% | 0.47% | - |
| HSV(B) | 313.85º | 0.87% | 0.82% | - |
| XYZ | 34.06 | 17.36 | 38.6 | - |
| YUV | 98.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 168 | 0 | 0.87 | 0.2 | 0.18 | 313.85 | 0.76 | 0.47 |
| Hex | D2 | 1C | A8 | 0 | 57 | 14 | 12 | 13A | 4C | 2F |
| Octal | 322 | 34 | 250 | 0 | 127 | 24 | 22 | 472 | 114 | 57 |
| Binary | 11010010 | 11100 | 10101000 | 0 | 1010111 | 10100 | 10010 | 100111010 | 1001100 | 101111 |
Color Harmonies of #D21CA8
Complementary color
Monochromatic Colors of #D21CA8
Black with #D21CA8
Text Example
Text Example
White with #D21CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CA8; }
p { color: rgb(210,28,168); }
H1.HeaderClassName
{
color: #D21CA8;
}
.AnyTagClassName
{
color: #D21CA8;
}
</style>
background-color css
<style>
a { background-color: #D21CA8; }
a { background-color: rgb(210,28,168); }
div.DivClassName
{
background-color: #D21CA8;
}
.BgClassName
{
background-color: #D21CA8;
}
</style>
border-color css
<style>
span { border-color: #D21CA8; }
span { border-color: rgb(210,28,168); }
td.TdClassName
{
border-color: #D21CA8;
}
.TagClassName
{
border-color: #D21CA8;
}
</style>