Shades of Deep Magenta #D526CD
Tints of Deep Magenta #D526CD
RGB
CMYK
RGB Variations
Color information
#D526CD (or 0xD526CD) is known color: Deep Magenta. HEX triplet: D5, 26 and CD. RGB value is (213,38,205). Sum of RGB (Red+Green+Blue) = 213+38+205=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D526CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526CD is #2AD932. Grayscale: #6C6C6C. Windows color (decimal): -2808115 or 13444821. OLE color: 13444821.
HSL color Cylindrical-coordinate representation of color #D526CD: hue angle of 302.74º 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 #D526CD is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 205 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.16 |
| HSL | 302.74º | 0.7% | 0.49% | - |
| HSV(B) | 302.74º | 0.82% | 0.84% | - |
| XYZ | 39.15 | 19.94 | 59.54 | - |
| YUV | 109.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 205 | 0 | 0.82 | 0.04 | 0.16 | 302.74 | 0.7 | 0.49 |
| Hex | D5 | 26 | CD | 0 | 52 | 4 | 10 | 12F | 46 | 31 |
| Octal | 325 | 46 | 315 | 0 | 122 | 4 | 20 | 457 | 106 | 61 |
| Binary | 11010101 | 100110 | 11001101 | 0 | 1010010 | 100 | 10000 | 100101111 | 1000110 | 110001 |
Color Harmonies of #D526CD
Complementary color
Monochromatic Colors of #D526CD
Black with #D526CD
Text Example
Text Example
White with #D526CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526CD; }
p { color: rgb(213,38,205); }
H1.HeaderClassName
{
color: #D526CD;
}
.AnyTagClassName
{
color: #D526CD;
}
</style>
background-color css
<style>
a { background-color: #D526CD; }
a { background-color: rgb(213,38,205); }
div.DivClassName
{
background-color: #D526CD;
}
.BgClassName
{
background-color: #D526CD;
}
</style>
border-color css
<style>
span { border-color: #D526CD; }
span { border-color: rgb(213,38,205); }
td.TdClassName
{
border-color: #D526CD;
}
.TagClassName
{
border-color: #D526CD;
}
</style>