Shades of Medium Violet Red #D615A3
Tints of Medium Violet Red #D615A3
RGB
CMYK
RGB Variations
Color information
#D615A3 (or 0xD615A3) is known color: Medium Violet Red. HEX triplet: D6, 15 and A3. RGB value is (214,21,163). Sum of RGB (Red+Green+Blue) = 214+21+163=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D615A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615A3 is #29EA5C. Grayscale: #5E5E5E. Windows color (decimal): -2746973 or 10687958. OLE color: 10687958.
HSL color Cylindrical-coordinate representation of color #D615A3: hue angle of 315.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D615A3 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 163 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.16 |
| HSL | 315.85º | 0.82% | 0.46% | - |
| HSV(B) | 315.85º | 0.9% | 0.84% | - |
| XYZ | 34.61 | 17.48 | 36.2 | - |
| YUV | 94.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 163 | 0 | 0.90 | 0.24 | 0.16 | 315.85 | 0.82 | 0.46 |
| Hex | D6 | 15 | A3 | 0 | 5A | 18 | 10 | 13C | 52 | 2E |
| Octal | 326 | 25 | 243 | 0 | 132 | 30 | 20 | 474 | 122 | 56 |
| Binary | 11010110 | 10101 | 10100011 | 0 | 1011010 | 11000 | 10000 | 100111100 | 1010010 | 101110 |
Color Harmonies of #D615A3
Complementary color
Monochromatic Colors of #D615A3
Black with #D615A3
Text Example
Text Example
White with #D615A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615A3; }
p { color: rgb(214,21,163); }
H1.HeaderClassName
{
color: #D615A3;
}
.AnyTagClassName
{
color: #D615A3;
}
</style>
background-color css
<style>
a { background-color: #D615A3; }
a { background-color: rgb(214,21,163); }
div.DivClassName
{
background-color: #D615A3;
}
.BgClassName
{
background-color: #D615A3;
}
</style>
border-color css
<style>
span { border-color: #D615A3; }
span { border-color: rgb(214,21,163); }
td.TdClassName
{
border-color: #D615A3;
}
.TagClassName
{
border-color: #D615A3;
}
</style>