Shades of Deep Magenta #D515B3
Tints of Deep Magenta #D515B3
RGB
CMYK
RGB Variations
Color information
#D515B3 (or 0xD515B3) is known color: Deep Magenta. HEX triplet: D5, 15 and B3. RGB value is (213,21,179). Sum of RGB (Red+Green+Blue) = 213+21+179=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D515B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515B3 is #2AEA4C. Grayscale: #5F5F5F. Windows color (decimal): -2812493 or 11736533. OLE color: 11736533.
HSL color Cylindrical-coordinate representation of color #D515B3: hue angle of 310.62º 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 #D515B3 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 179 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.16 |
| HSL | 310.63º | 0.82% | 0.46% | - |
| HSV(B) | 310.63º | 0.9% | 0.84% | - |
| XYZ | 35.85 | 17.94 | 44.22 | - |
| YUV | 96.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 179 | 0 | 0.90 | 0.16 | 0.16 | 310.63 | 0.82 | 0.46 |
| Hex | D5 | 15 | B3 | 0 | 5A | 10 | 10 | 137 | 52 | 2E |
| Octal | 325 | 25 | 263 | 0 | 132 | 20 | 20 | 467 | 122 | 56 |
| Binary | 11010101 | 10101 | 10110011 | 0 | 1011010 | 10000 | 10000 | 100110111 | 1010010 | 101110 |
Color Harmonies of #D515B3
Complementary color
Monochromatic Colors of #D515B3
Black with #D515B3
Text Example
Text Example
White with #D515B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515B3; }
p { color: rgb(213,21,179); }
H1.HeaderClassName
{
color: #D515B3;
}
.AnyTagClassName
{
color: #D515B3;
}
</style>
background-color css
<style>
a { background-color: #D515B3; }
a { background-color: rgb(213,21,179); }
div.DivClassName
{
background-color: #D515B3;
}
.BgClassName
{
background-color: #D515B3;
}
</style>
border-color css
<style>
span { border-color: #D515B3; }
span { border-color: rgb(213,21,179); }
td.TdClassName
{
border-color: #D515B3;
}
.TagClassName
{
border-color: #D515B3;
}
</style>