Shades of Deep Magenta #D523BD
Tints of Deep Magenta #D523BD
RGB
CMYK
RGB Variations
Color information
#D523BD (or 0xD523BD) is known color: Deep Magenta. HEX triplet: D5, 23 and BD. RGB value is (213,35,189). Sum of RGB (Red+Green+Blue) = 213+35+189=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D523BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523BD is #2ADC42. Grayscale: #696969. Windows color (decimal): -2808899 or 12395477. OLE color: 12395477.
HSL color Cylindrical-coordinate representation of color #D523BD: hue angle of 308.09º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D523BD is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 189 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.16 |
| HSL | 308.09º | 0.72% | 0.49% | - |
| HSV(B) | 308.09º | 0.84% | 0.84% | - |
| XYZ | 37.23 | 19.02 | 49.85 | - |
| YUV | 105.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 189 | 0 | 0.84 | 0.11 | 0.16 | 308.09 | 0.72 | 0.49 |
| Hex | D5 | 23 | BD | 0 | 54 | B | 10 | 134 | 48 | 31 |
| Octal | 325 | 43 | 275 | 0 | 124 | 13 | 20 | 464 | 110 | 61 |
| Binary | 11010101 | 100011 | 10111101 | 0 | 1010100 | 1011 | 10000 | 100110100 | 1001000 | 110001 |
Color Harmonies of #D523BD
Complementary color
Monochromatic Colors of #D523BD
Black with #D523BD
Text Example
Text Example
White with #D523BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D523BD; }
p { color: rgb(213,35,189); }
H1.HeaderClassName
{
color: #D523BD;
}
.AnyTagClassName
{
color: #D523BD;
}
</style>
background-color css
<style>
a { background-color: #D523BD; }
a { background-color: rgb(213,35,189); }
div.DivClassName
{
background-color: #D523BD;
}
.BgClassName
{
background-color: #D523BD;
}
</style>
border-color css
<style>
span { border-color: #D523BD; }
span { border-color: rgb(213,35,189); }
td.TdClassName
{
border-color: #D523BD;
}
.TagClassName
{
border-color: #D523BD;
}
</style>