Shades of Deep Magenta #D415C5
Tints of Deep Magenta #D415C5
RGB
CMYK
RGB Variations
Color information
#D415C5 (or 0xD415C5) is known color: Deep Magenta. HEX triplet: D4, 15 and C5. RGB value is (212,21,197). Sum of RGB (Red+Green+Blue) = 212+21+197=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D415C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415C5 is #2BEA3A. Grayscale: #616161. Windows color (decimal): -2878011 or 12916180. OLE color: 12916180.
HSL color Cylindrical-coordinate representation of color #D415C5: hue angle of 304.71º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D415C5 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 197 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.17 |
| HSL | 304.71º | 0.82% | 0.46% | - |
| HSV(B) | 304.71º | 0.9% | 0.83% | - |
| XYZ | 37.5 | 18.56 | 54.43 | - |
| YUV | 98.17 | 183.78 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 197 | 0 | 0.90 | 0.07 | 0.17 | 304.71 | 0.82 | 0.46 |
| Hex | D4 | 15 | C5 | 0 | 5A | 7 | 11 | 131 | 52 | 2E |
| Octal | 324 | 25 | 305 | 0 | 132 | 7 | 21 | 461 | 122 | 56 |
| Binary | 11010100 | 10101 | 11000101 | 0 | 1011010 | 111 | 10001 | 100110001 | 1010010 | 101110 |
Color Harmonies of #D415C5
Complementary color
Monochromatic Colors of #D415C5
Black with #D415C5
Text Example
Text Example
White with #D415C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415C5; }
p { color: rgb(212,21,197); }
H1.HeaderClassName
{
color: #D415C5;
}
.AnyTagClassName
{
color: #D415C5;
}
</style>
background-color css
<style>
a { background-color: #D415C5; }
a { background-color: rgb(212,21,197); }
div.DivClassName
{
background-color: #D415C5;
}
.BgClassName
{
background-color: #D415C5;
}
</style>
border-color css
<style>
span { border-color: #D415C5; }
span { border-color: rgb(212,21,197); }
td.TdClassName
{
border-color: #D415C5;
}
.TagClassName
{
border-color: #D415C5;
}
</style>