Shades of Deep Magenta #D527BE
Tints of Deep Magenta #D527BE
RGB
CMYK
RGB Variations
Color information
#D527BE (or 0xD527BE) is known color: Deep Magenta. HEX triplet: D5, 27 and BE. RGB value is (213,39,190). Sum of RGB (Red+Green+Blue) = 213+39+190=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D527BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527BE is #2AD841. Grayscale: #6B6B6B. Windows color (decimal): -2807874 or 12462037. OLE color: 12462037.
HSL color Cylindrical-coordinate representation of color #D527BE: hue angle of 307.93º 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 #D527BE is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 190 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.16 |
| HSL | 307.93º | 0.69% | 0.49% | - |
| HSV(B) | 307.93º | 0.82% | 0.84% | - |
| XYZ | 37.46 | 19.31 | 50.47 | - |
| YUV | 108.24 | 174.15 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 190 | 0 | 0.82 | 0.11 | 0.16 | 307.93 | 0.69 | 0.49 |
| Hex | D5 | 27 | BE | 0 | 52 | B | 10 | 134 | 45 | 31 |
| Octal | 325 | 47 | 276 | 0 | 122 | 13 | 20 | 464 | 105 | 61 |
| Binary | 11010101 | 100111 | 10111110 | 0 | 1010010 | 1011 | 10000 | 100110100 | 1000101 | 110001 |
Color Harmonies of #D527BE
Complementary color
Monochromatic Colors of #D527BE
Black with #D527BE
Text Example
Text Example
White with #D527BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527BE; }
p { color: rgb(213,39,190); }
H1.HeaderClassName
{
color: #D527BE;
}
.AnyTagClassName
{
color: #D527BE;
}
</style>
background-color css
<style>
a { background-color: #D527BE; }
a { background-color: rgb(213,39,190); }
div.DivClassName
{
background-color: #D527BE;
}
.BgClassName
{
background-color: #D527BE;
}
</style>
border-color css
<style>
span { border-color: #D527BE; }
span { border-color: rgb(213,39,190); }
td.TdClassName
{
border-color: #D527BE;
}
.TagClassName
{
border-color: #D527BE;
}
</style>