Shades of Deep Magenta #D415BD
Tints of Deep Magenta #D415BD
RGB
CMYK
RGB Variations
Color information
#D415BD (or 0xD415BD) is known color: Deep Magenta. HEX triplet: D4, 15 and BD. RGB value is (212,21,189). Sum of RGB (Red+Green+Blue) = 212+21+189=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D415BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415BD is #2BEA42. Grayscale: #606060. Windows color (decimal): -2878019 or 12391892. OLE color: 12391892.
HSL color Cylindrical-coordinate representation of color #D415BD: hue angle of 307.23º 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 #D415BD is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 189 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.17 |
| HSL | 307.23º | 0.82% | 0.46% | - |
| HSV(B) | 307.23º | 0.9% | 0.83% | - |
| XYZ | 36.6 | 18.21 | 49.73 | - |
| YUV | 97.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 189 | 0 | 0.90 | 0.11 | 0.17 | 307.23 | 0.82 | 0.46 |
| Hex | D4 | 15 | BD | 0 | 5A | B | 11 | 133 | 52 | 2E |
| Octal | 324 | 25 | 275 | 0 | 132 | 13 | 21 | 463 | 122 | 56 |
| Binary | 11010100 | 10101 | 10111101 | 0 | 1011010 | 1011 | 10001 | 100110011 | 1010010 | 101110 |
Color Harmonies of #D415BD
Complementary color
Monochromatic Colors of #D415BD
Black with #D415BD
Text Example
Text Example
White with #D415BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415BD; }
p { color: rgb(212,21,189); }
H1.HeaderClassName
{
color: #D415BD;
}
.AnyTagClassName
{
color: #D415BD;
}
</style>
background-color css
<style>
a { background-color: #D415BD; }
a { background-color: rgb(212,21,189); }
div.DivClassName
{
background-color: #D415BD;
}
.BgClassName
{
background-color: #D415BD;
}
</style>
border-color css
<style>
span { border-color: #D415BD; }
span { border-color: rgb(212,21,189); }
td.TdClassName
{
border-color: #D415BD;
}
.TagClassName
{
border-color: #D415BD;
}
</style>