Shades of Deep Magenta #D514B5
Tints of Deep Magenta #D514B5
RGB
CMYK
RGB Variations
Color information
#D514B5 (or 0xD514B5) is known color: Deep Magenta. HEX triplet: D5, 14 and B5. RGB value is (213,20,181). Sum of RGB (Red+Green+Blue) = 213+20+181=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D514B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514B5 is #2AEB4A. Grayscale: #5F5F5F. Windows color (decimal): -2812747 or 11867349. OLE color: 11867349.
HSL color Cylindrical-coordinate representation of color #D514B5: hue angle of 309.95º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514B5 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 181 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.16 |
| HSL | 309.95º | 0.83% | 0.46% | - |
| HSV(B) | 309.95º | 0.91% | 0.84% | - |
| XYZ | 36.03 | 17.98 | 45.29 | - |
| YUV | 96.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 181 | 0 | 0.91 | 0.15 | 0.16 | 309.95 | 0.83 | 0.46 |
| Hex | D5 | 14 | B5 | 0 | 5B | F | 10 | 136 | 53 | 2E |
| Octal | 325 | 24 | 265 | 0 | 133 | 17 | 20 | 466 | 123 | 56 |
| Binary | 11010101 | 10100 | 10110101 | 0 | 1011011 | 1111 | 10000 | 100110110 | 1010011 | 101110 |
Color Harmonies of #D514B5
Complementary color
Monochromatic Colors of #D514B5
Black with #D514B5
Text Example
Text Example
White with #D514B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514B5; }
p { color: rgb(213,20,181); }
H1.HeaderClassName
{
color: #D514B5;
}
.AnyTagClassName
{
color: #D514B5;
}
</style>
background-color css
<style>
a { background-color: #D514B5; }
a { background-color: rgb(213,20,181); }
div.DivClassName
{
background-color: #D514B5;
}
.BgClassName
{
background-color: #D514B5;
}
</style>
border-color css
<style>
span { border-color: #D514B5; }
span { border-color: rgb(213,20,181); }
td.TdClassName
{
border-color: #D514B5;
}
.TagClassName
{
border-color: #D514B5;
}
</style>