Shades of Medium Violet Red #D21CAD
Tints of Medium Violet Red #D21CAD
RGB
CMYK
RGB Variations
Color information
#D21CAD (or 0xD21CAD) is known color: Medium Violet Red. HEX triplet: D2, 1C and AD. RGB value is (210,28,173). Sum of RGB (Red+Green+Blue) = 210+28+173=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CAD is #2DE352. Grayscale: #626262. Windows color (decimal): -3007315 or 11345106. OLE color: 11345106.
HSL color Cylindrical-coordinate representation of color #D21CAD: hue angle of 312.2º 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 #D21CAD is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 173 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.18 |
| HSL | 312.2º | 0.76% | 0.47% | - |
| HSV(B) | 312.2º | 0.87% | 0.82% | - |
| XYZ | 34.54 | 17.55 | 41.1 | - |
| YUV | 98.95 | 169.8 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 173 | 0 | 0.87 | 0.18 | 0.18 | 312.2 | 0.76 | 0.47 |
| Hex | D2 | 1C | AD | 0 | 57 | 12 | 12 | 138 | 4C | 2F |
| Octal | 322 | 34 | 255 | 0 | 127 | 22 | 22 | 470 | 114 | 57 |
| Binary | 11010010 | 11100 | 10101101 | 0 | 1010111 | 10010 | 10010 | 100111000 | 1001100 | 101111 |
Color Harmonies of #D21CAD
Complementary color
Monochromatic Colors of #D21CAD
Black with #D21CAD
Text Example
Text Example
White with #D21CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CAD; }
p { color: rgb(210,28,173); }
H1.HeaderClassName
{
color: #D21CAD;
}
.AnyTagClassName
{
color: #D21CAD;
}
</style>
background-color css
<style>
a { background-color: #D21CAD; }
a { background-color: rgb(210,28,173); }
div.DivClassName
{
background-color: #D21CAD;
}
.BgClassName
{
background-color: #D21CAD;
}
</style>
border-color css
<style>
span { border-color: #D21CAD; }
span { border-color: rgb(210,28,173); }
td.TdClassName
{
border-color: #D21CAD;
}
.TagClassName
{
border-color: #D21CAD;
}
</style>