Shades of Deep Magenta #D527D0
Tints of Deep Magenta #D527D0
RGB
CMYK
RGB Variations
Color information
#D527D0 (or 0xD527D0) is known color: Deep Magenta. HEX triplet: D5, 27 and D0. RGB value is (213,39,208). Sum of RGB (Red+Green+Blue) = 213+39+208=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D527D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527D0 is #2AD82F. Grayscale: #6D6D6D. Windows color (decimal): -2807856 or 13641685. OLE color: 13641685.
HSL color Cylindrical-coordinate representation of color #D527D0: hue angle of 301.72º 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 #D527D0 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 208 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.16 |
| HSL | 301.72º | 0.69% | 0.49% | - |
| HSV(B) | 301.72º | 0.82% | 0.84% | - |
| XYZ | 39.55 | 20.15 | 61.48 | - |
| YUV | 110.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 208 | 0 | 0.82 | 0.02 | 0.16 | 301.72 | 0.69 | 0.49 |
| Hex | D5 | 27 | D0 | 0 | 52 | 2 | 10 | 12E | 45 | 31 |
| Octal | 325 | 47 | 320 | 0 | 122 | 2 | 20 | 456 | 105 | 61 |
| Binary | 11010101 | 100111 | 11010000 | 0 | 1010010 | 10 | 10000 | 100101110 | 1000101 | 110001 |
Color Harmonies of #D527D0
Complementary color
Monochromatic Colors of #D527D0
Black with #D527D0
Text Example
Text Example
White with #D527D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527D0; }
p { color: rgb(213,39,208); }
H1.HeaderClassName
{
color: #D527D0;
}
.AnyTagClassName
{
color: #D527D0;
}
</style>
background-color css
<style>
a { background-color: #D527D0; }
a { background-color: rgb(213,39,208); }
div.DivClassName
{
background-color: #D527D0;
}
.BgClassName
{
background-color: #D527D0;
}
</style>
border-color css
<style>
span { border-color: #D527D0; }
span { border-color: rgb(213,39,208); }
td.TdClassName
{
border-color: #D527D0;
}
.TagClassName
{
border-color: #D527D0;
}
</style>