Shades of Deep Magenta #D529BF
Tints of Deep Magenta #D529BF
RGB
CMYK
RGB Variations
Color information
#D529BF (or 0xD529BF) is known color: Deep Magenta. HEX triplet: D5, 29 and BF. RGB value is (213,41,191). Sum of RGB (Red+Green+Blue) = 213+41+191=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D529BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529BF is #2AD640. Grayscale: #6D6D6D. Windows color (decimal): -2807361 or 12528085. OLE color: 12528085.
HSL color Cylindrical-coordinate representation of color #D529BF: hue angle of 307.67º 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 #D529BF is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 191 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.16 |
| HSL | 307.67º | 0.68% | 0.5% | - |
| HSV(B) | 307.67º | 0.81% | 0.84% | - |
| XYZ | 37.64 | 19.49 | 51.07 | - |
| YUV | 109.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 191 | 0 | 0.81 | 0.10 | 0.16 | 307.67 | 0.68 | 0.5 |
| Hex | D5 | 29 | BF | 0 | 51 | A | 10 | 134 | 44 | 32 |
| Octal | 325 | 51 | 277 | 0 | 121 | 12 | 20 | 464 | 104 | 62 |
| Binary | 11010101 | 101001 | 10111111 | 0 | 1010001 | 1010 | 10000 | 100110100 | 1000100 | 110010 |
Color Harmonies of #D529BF
Complementary color
Monochromatic Colors of #D529BF
Black with #D529BF
Text Example
Text Example
White with #D529BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529BF; }
p { color: rgb(213,41,191); }
H1.HeaderClassName
{
color: #D529BF;
}
.AnyTagClassName
{
color: #D529BF;
}
</style>
background-color css
<style>
a { background-color: #D529BF; }
a { background-color: rgb(213,41,191); }
div.DivClassName
{
background-color: #D529BF;
}
.BgClassName
{
background-color: #D529BF;
}
</style>
border-color css
<style>
span { border-color: #D529BF; }
span { border-color: rgb(213,41,191); }
td.TdClassName
{
border-color: #D529BF;
}
.TagClassName
{
border-color: #D529BF;
}
</style>