Shades of Deep Magenta #D525BB
Tints of Deep Magenta #D525BB
RGB
CMYK
RGB Variations
Color information
#D525BB (or 0xD525BB) is known color: Deep Magenta. HEX triplet: D5, 25 and BB. RGB value is (213,37,187). Sum of RGB (Red+Green+Blue) = 213+37+187=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D525BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525BB is #2ADA44. Grayscale: #6A6A6A. Windows color (decimal): -2808389 or 12264917. OLE color: 12264917.
HSL color Cylindrical-coordinate representation of color #D525BB: hue angle of 308.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525BB is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 187 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.16 |
| HSL | 308.86º | 0.7% | 0.49% | - |
| HSV(B) | 308.86º | 0.83% | 0.84% | - |
| XYZ | 37.07 | 19.06 | 48.74 | - |
| YUV | 106.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 187 | 0 | 0.83 | 0.12 | 0.16 | 308.86 | 0.7 | 0.49 |
| Hex | D5 | 25 | BB | 0 | 53 | C | 10 | 135 | 46 | 31 |
| Octal | 325 | 45 | 273 | 0 | 123 | 14 | 20 | 465 | 106 | 61 |
| Binary | 11010101 | 100101 | 10111011 | 0 | 1010011 | 1100 | 10000 | 100110101 | 1000110 | 110001 |
Color Harmonies of #D525BB
Complementary color
Monochromatic Colors of #D525BB
Black with #D525BB
Text Example
Text Example
White with #D525BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D525BB; }
p { color: rgb(213,37,187); }
H1.HeaderClassName
{
color: #D525BB;
}
.AnyTagClassName
{
color: #D525BB;
}
</style>
background-color css
<style>
a { background-color: #D525BB; }
a { background-color: rgb(213,37,187); }
div.DivClassName
{
background-color: #D525BB;
}
.BgClassName
{
background-color: #D525BB;
}
</style>
border-color css
<style>
span { border-color: #D525BB; }
span { border-color: rgb(213,37,187); }
td.TdClassName
{
border-color: #D525BB;
}
.TagClassName
{
border-color: #D525BB;
}
</style>