Shades of Deep Magenta #D528C6
Tints of Deep Magenta #D528C6
RGB
CMYK
RGB Variations
Color information
#D528C6 (or 0xD528C6) is known color: Deep Magenta. HEX triplet: D5, 28 and C6. RGB value is (213,40,198). Sum of RGB (Red+Green+Blue) = 213+40+198=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D528C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528C6 is #2AD739. Grayscale: #6D6D6D. Windows color (decimal): -2807610 or 12986581. OLE color: 12986581.
HSL color Cylindrical-coordinate representation of color #D528C6: hue angle of 305.2º 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 #D528C6 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 198 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.16 |
| HSL | 305.2º | 0.68% | 0.5% | - |
| HSV(B) | 305.2º | 0.81% | 0.84% | - |
| XYZ | 38.39 | 19.74 | 55.21 | - |
| YUV | 109.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 198 | 0 | 0.81 | 0.07 | 0.16 | 305.2 | 0.68 | 0.5 |
| Hex | D5 | 28 | C6 | 0 | 51 | 7 | 10 | 131 | 44 | 32 |
| Octal | 325 | 50 | 306 | 0 | 121 | 7 | 20 | 461 | 104 | 62 |
| Binary | 11010101 | 101000 | 11000110 | 0 | 1010001 | 111 | 10000 | 100110001 | 1000100 | 110010 |
Color Harmonies of #D528C6
Complementary color
Monochromatic Colors of #D528C6
Black with #D528C6
Text Example
Text Example
White with #D528C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D528C6; }
p { color: rgb(213,40,198); }
H1.HeaderClassName
{
color: #D528C6;
}
.AnyTagClassName
{
color: #D528C6;
}
</style>
background-color css
<style>
a { background-color: #D528C6; }
a { background-color: rgb(213,40,198); }
div.DivClassName
{
background-color: #D528C6;
}
.BgClassName
{
background-color: #D528C6;
}
</style>
border-color css
<style>
span { border-color: #D528C6; }
span { border-color: rgb(213,40,198); }
td.TdClassName
{
border-color: #D528C6;
}
.TagClassName
{
border-color: #D528C6;
}
</style>