Shades of Deep Magenta #D527B9
Tints of Deep Magenta #D527B9
RGB
CMYK
RGB Variations
Color information
#D527B9 (or 0xD527B9) is known color: Deep Magenta. HEX triplet: D5, 27 and B9. RGB value is (213,39,185). Sum of RGB (Red+Green+Blue) = 213+39+185=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D527B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527B9 is #2AD846. Grayscale: #6B6B6B. Windows color (decimal): -2807879 or 12134357. OLE color: 12134357.
HSL color Cylindrical-coordinate representation of color #D527B9: hue angle of 309.66º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527B9 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 185 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.16 |
| HSL | 309.66º | 0.69% | 0.49% | - |
| HSV(B) | 309.66º | 0.82% | 0.84% | - |
| XYZ | 36.92 | 19.1 | 47.64 | - |
| YUV | 107.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 185 | 0 | 0.82 | 0.13 | 0.16 | 309.66 | 0.69 | 0.49 |
| Hex | D5 | 27 | B9 | 0 | 52 | D | 10 | 136 | 45 | 31 |
| Octal | 325 | 47 | 271 | 0 | 122 | 15 | 20 | 466 | 105 | 61 |
| Binary | 11010101 | 100111 | 10111001 | 0 | 1010010 | 1101 | 10000 | 100110110 | 1000101 | 110001 |
Color Harmonies of #D527B9
Complementary color
Monochromatic Colors of #D527B9
Black with #D527B9
Text Example
Text Example
White with #D527B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527B9; }
p { color: rgb(213,39,185); }
H1.HeaderClassName
{
color: #D527B9;
}
.AnyTagClassName
{
color: #D527B9;
}
</style>
background-color css
<style>
a { background-color: #D527B9; }
a { background-color: rgb(213,39,185); }
div.DivClassName
{
background-color: #D527B9;
}
.BgClassName
{
background-color: #D527B9;
}
</style>
border-color css
<style>
span { border-color: #D527B9; }
span { border-color: rgb(213,39,185); }
td.TdClassName
{
border-color: #D527B9;
}
.TagClassName
{
border-color: #D527B9;
}
</style>