Shades of Deep Magenta #D528BD
Tints of Deep Magenta #D528BD
RGB
CMYK
RGB Variations
Color information
#D528BD (or 0xD528BD) is known color: Deep Magenta. HEX triplet: D5, 28 and BD. RGB value is (213,40,189). Sum of RGB (Red+Green+Blue) = 213+40+189=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D528BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528BD is #2AD742. Grayscale: #6C6C6C. Windows color (decimal): -2807619 or 12396757. OLE color: 12396757.
HSL color Cylindrical-coordinate representation of color #D528BD: hue angle of 308.32º 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 #D528BD is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 189 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.16 |
| HSL | 308.32º | 0.68% | 0.5% | - |
| HSV(B) | 308.32º | 0.81% | 0.84% | - |
| XYZ | 37.38 | 19.34 | 49.91 | - |
| YUV | 108.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 189 | 0 | 0.81 | 0.11 | 0.16 | 308.32 | 0.68 | 0.5 |
| Hex | D5 | 28 | BD | 0 | 51 | B | 10 | 134 | 44 | 32 |
| Octal | 325 | 50 | 275 | 0 | 121 | 13 | 20 | 464 | 104 | 62 |
| Binary | 11010101 | 101000 | 10111101 | 0 | 1010001 | 1011 | 10000 | 100110100 | 1000100 | 110010 |
Color Harmonies of #D528BD
Complementary color
Monochromatic Colors of #D528BD
Black with #D528BD
Text Example
Text Example
White with #D528BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D528BD; }
p { color: rgb(213,40,189); }
H1.HeaderClassName
{
color: #D528BD;
}
.AnyTagClassName
{
color: #D528BD;
}
</style>
background-color css
<style>
a { background-color: #D528BD; }
a { background-color: rgb(213,40,189); }
div.DivClassName
{
background-color: #D528BD;
}
.BgClassName
{
background-color: #D528BD;
}
</style>
border-color css
<style>
span { border-color: #D528BD; }
span { border-color: rgb(213,40,189); }
td.TdClassName
{
border-color: #D528BD;
}
.TagClassName
{
border-color: #D528BD;
}
</style>