Shades of Deep Magenta #D527BD
Tints of Deep Magenta #D527BD
RGB
CMYK
RGB Variations
Color information
#D527BD (or 0xD527BD) is known color: Deep Magenta. HEX triplet: D5, 27 and BD. RGB value is (213,39,189). Sum of RGB (Red+Green+Blue) = 213+39+189=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D527BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527BD is #2AD842. Grayscale: #6B6B6B. Windows color (decimal): -2807875 or 12396501. OLE color: 12396501.
HSL color Cylindrical-coordinate representation of color #D527BD: hue angle of 308.28º 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 #D527BD is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 189 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.16 |
| HSL | 308.28º | 0.69% | 0.49% | - |
| HSV(B) | 308.28º | 0.82% | 0.84% | - |
| XYZ | 37.35 | 19.27 | 49.9 | - |
| YUV | 108.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 189 | 0 | 0.82 | 0.11 | 0.16 | 308.28 | 0.69 | 0.49 |
| Hex | D5 | 27 | BD | 0 | 52 | B | 10 | 134 | 45 | 31 |
| Octal | 325 | 47 | 275 | 0 | 122 | 13 | 20 | 464 | 105 | 61 |
| Binary | 11010101 | 100111 | 10111101 | 0 | 1010010 | 1011 | 10000 | 100110100 | 1000101 | 110001 |
Color Harmonies of #D527BD
Complementary color
Monochromatic Colors of #D527BD
Black with #D527BD
Text Example
Text Example
White with #D527BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527BD; }
p { color: rgb(213,39,189); }
H1.HeaderClassName
{
color: #D527BD;
}
.AnyTagClassName
{
color: #D527BD;
}
</style>
background-color css
<style>
a { background-color: #D527BD; }
a { background-color: rgb(213,39,189); }
div.DivClassName
{
background-color: #D527BD;
}
.BgClassName
{
background-color: #D527BD;
}
</style>
border-color css
<style>
span { border-color: #D527BD; }
span { border-color: rgb(213,39,189); }
td.TdClassName
{
border-color: #D527BD;
}
.TagClassName
{
border-color: #D527BD;
}
</style>