Shades of Deep Magenta #D526C8
Tints of Deep Magenta #D526C8
RGB
CMYK
RGB Variations
Color information
#D526C8 (or 0xD526C8) is known color: Deep Magenta. HEX triplet: D5, 26 and C8. RGB value is (213,38,200). Sum of RGB (Red+Green+Blue) = 213+38+200=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D526C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526C8 is #2AD937. Grayscale: #6C6C6C. Windows color (decimal): -2808120 or 13117141. OLE color: 13117141.
HSL color Cylindrical-coordinate representation of color #D526C8: hue angle of 304.46º degrees, saturation: 0.7, 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 #D526C8 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 200 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.16 |
| HSL | 304.46º | 0.7% | 0.49% | - |
| HSV(B) | 304.46º | 0.82% | 0.84% | - |
| XYZ | 38.56 | 19.7 | 56.41 | - |
| YUV | 108.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 200 | 0 | 0.82 | 0.06 | 0.16 | 304.46 | 0.7 | 0.49 |
| Hex | D5 | 26 | C8 | 0 | 52 | 6 | 10 | 130 | 46 | 31 |
| Octal | 325 | 46 | 310 | 0 | 122 | 6 | 20 | 460 | 106 | 61 |
| Binary | 11010101 | 100110 | 11001000 | 0 | 1010010 | 110 | 10000 | 100110000 | 1000110 | 110001 |
Color Harmonies of #D526C8
Complementary color
Monochromatic Colors of #D526C8
Black with #D526C8
Text Example
Text Example
White with #D526C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526C8; }
p { color: rgb(213,38,200); }
H1.HeaderClassName
{
color: #D526C8;
}
.AnyTagClassName
{
color: #D526C8;
}
</style>
background-color css
<style>
a { background-color: #D526C8; }
a { background-color: rgb(213,38,200); }
div.DivClassName
{
background-color: #D526C8;
}
.BgClassName
{
background-color: #D526C8;
}
</style>
border-color css
<style>
span { border-color: #D526C8; }
span { border-color: rgb(213,38,200); }
td.TdClassName
{
border-color: #D526C8;
}
.TagClassName
{
border-color: #D526C8;
}
</style>