Shades of Deep Magenta #D518BE
Tints of Deep Magenta #D518BE
RGB
CMYK
RGB Variations
Color information
#D518BE (or 0xD518BE) is known color: Deep Magenta. HEX triplet: D5, 18 and BE. RGB value is (213,24,190). Sum of RGB (Red+Green+Blue) = 213+24+190=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D518BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518BE is #2AE741. Grayscale: #626262. Windows color (decimal): -2811714 or 12458197. OLE color: 12458197.
HSL color Cylindrical-coordinate representation of color #D518BE: hue angle of 307.3º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D518BE is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 190 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.16 |
| HSL | 307.3º | 0.8% | 0.46% | - |
| HSV(B) | 307.3º | 0.89% | 0.84% | - |
| XYZ | 37.06 | 18.52 | 50.34 | - |
| YUV | 99.44 | 179.12 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 190 | 0 | 0.89 | 0.11 | 0.16 | 307.3 | 0.8 | 0.46 |
| Hex | D5 | 18 | BE | 0 | 59 | B | 10 | 133 | 50 | 2E |
| Octal | 325 | 30 | 276 | 0 | 131 | 13 | 20 | 463 | 120 | 56 |
| Binary | 11010101 | 11000 | 10111110 | 0 | 1011001 | 1011 | 10000 | 100110011 | 1010000 | 101110 |
Color Harmonies of #D518BE
Complementary color
Monochromatic Colors of #D518BE
Black with #D518BE
Text Example
Text Example
White with #D518BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D518BE; }
p { color: rgb(213,24,190); }
H1.HeaderClassName
{
color: #D518BE;
}
.AnyTagClassName
{
color: #D518BE;
}
</style>
background-color css
<style>
a { background-color: #D518BE; }
a { background-color: rgb(213,24,190); }
div.DivClassName
{
background-color: #D518BE;
}
.BgClassName
{
background-color: #D518BE;
}
</style>
border-color css
<style>
span { border-color: #D518BE; }
span { border-color: rgb(213,24,190); }
td.TdClassName
{
border-color: #D518BE;
}
.TagClassName
{
border-color: #D518BE;
}
</style>