Shades of Deep Magenta #D528BE
Tints of Deep Magenta #D528BE
RGB
CMYK
RGB Variations
Color information
#D528BE (or 0xD528BE) is known color: Deep Magenta. HEX triplet: D5, 28 and BE. RGB value is (213,40,190). Sum of RGB (Red+Green+Blue) = 213+40+190=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D528BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528BE is #2AD741. Grayscale: #6C6C6C. Windows color (decimal): -2807618 or 12462293. OLE color: 12462293.
HSL color Cylindrical-coordinate representation of color #D528BE: hue angle of 307.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D528BE is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 190 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.16 |
| HSL | 307.98º | 0.68% | 0.5% | - |
| HSV(B) | 307.98º | 0.81% | 0.84% | - |
| XYZ | 37.49 | 19.38 | 50.48 | - |
| YUV | 108.83 | 173.81 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 190 | 0 | 0.81 | 0.11 | 0.16 | 307.98 | 0.68 | 0.5 |
| Hex | D5 | 28 | BE | 0 | 51 | B | 10 | 134 | 44 | 32 |
| Octal | 325 | 50 | 276 | 0 | 121 | 13 | 20 | 464 | 104 | 62 |
| Binary | 11010101 | 101000 | 10111110 | 0 | 1010001 | 1011 | 10000 | 100110100 | 1000100 | 110010 |
Color Harmonies of #D528BE
Complementary color
Monochromatic Colors of #D528BE
Black with #D528BE
Text Example
Text Example
White with #D528BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D528BE; }
p { color: rgb(213,40,190); }
H1.HeaderClassName
{
color: #D528BE;
}
.AnyTagClassName
{
color: #D528BE;
}
</style>
background-color css
<style>
a { background-color: #D528BE; }
a { background-color: rgb(213,40,190); }
div.DivClassName
{
background-color: #D528BE;
}
.BgClassName
{
background-color: #D528BE;
}
</style>
border-color css
<style>
span { border-color: #D528BE; }
span { border-color: rgb(213,40,190); }
td.TdClassName
{
border-color: #D528BE;
}
.TagClassName
{
border-color: #D528BE;
}
</style>