Shades of Deep Magenta #D528BF
Tints of Deep Magenta #D528BF
RGB
CMYK
RGB Variations
Color information
#D528BF (or 0xD528BF) is known color: Deep Magenta. HEX triplet: D5, 28 and BF. RGB value is (213,40,191). Sum of RGB (Red+Green+Blue) = 213+40+191=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D528BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528BF is #2AD740. Grayscale: #6C6C6C. Windows color (decimal): -2807617 or 12527829. OLE color: 12527829.
HSL color Cylindrical-coordinate representation of color #D528BF: hue angle of 307.63º 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 #D528BF is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 191 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.16 |
| HSL | 307.63º | 0.68% | 0.5% | - |
| HSV(B) | 307.63º | 0.81% | 0.84% | - |
| XYZ | 37.6 | 19.43 | 51.06 | - |
| YUV | 108.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 191 | 0 | 0.81 | 0.10 | 0.16 | 307.63 | 0.68 | 0.5 |
| Hex | D5 | 28 | BF | 0 | 51 | A | 10 | 134 | 44 | 32 |
| Octal | 325 | 50 | 277 | 0 | 121 | 12 | 20 | 464 | 104 | 62 |
| Binary | 11010101 | 101000 | 10111111 | 0 | 1010001 | 1010 | 10000 | 100110100 | 1000100 | 110010 |
Color Harmonies of #D528BF
Complementary color
Monochromatic Colors of #D528BF
Black with #D528BF
Text Example
Text Example
White with #D528BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D528BF; }
p { color: rgb(213,40,191); }
H1.HeaderClassName
{
color: #D528BF;
}
.AnyTagClassName
{
color: #D528BF;
}
</style>
background-color css
<style>
a { background-color: #D528BF; }
a { background-color: rgb(213,40,191); }
div.DivClassName
{
background-color: #D528BF;
}
.BgClassName
{
background-color: #D528BF;
}
</style>
border-color css
<style>
span { border-color: #D528BF; }
span { border-color: rgb(213,40,191); }
td.TdClassName
{
border-color: #D528BF;
}
.TagClassName
{
border-color: #D528BF;
}
</style>