Shades of Deep Magenta #D526BC
Tints of Deep Magenta #D526BC
RGB
CMYK
RGB Variations
Color information
#D526BC (or 0xD526BC) is known color: Deep Magenta. HEX triplet: D5, 26 and BC. RGB value is (213,38,188). Sum of RGB (Red+Green+Blue) = 213+38+188=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D526BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526BC is #2AD943. Grayscale: #6B6B6B. Windows color (decimal): -2808132 or 12330709. OLE color: 12330709.
HSL color Cylindrical-coordinate representation of color #D526BC: hue angle of 308.57º 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 #D526BC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 188 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.16 |
| HSL | 308.57º | 0.7% | 0.49% | - |
| HSV(B) | 308.57º | 0.82% | 0.84% | - |
| XYZ | 37.21 | 19.16 | 49.31 | - |
| YUV | 107.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 188 | 0 | 0.82 | 0.12 | 0.16 | 308.57 | 0.7 | 0.49 |
| Hex | D5 | 26 | BC | 0 | 52 | C | 10 | 135 | 46 | 31 |
| Octal | 325 | 46 | 274 | 0 | 122 | 14 | 20 | 465 | 106 | 61 |
| Binary | 11010101 | 100110 | 10111100 | 0 | 1010010 | 1100 | 10000 | 100110101 | 1000110 | 110001 |
Color Harmonies of #D526BC
Complementary color
Monochromatic Colors of #D526BC
Black with #D526BC
Text Example
Text Example
White with #D526BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526BC; }
p { color: rgb(213,38,188); }
H1.HeaderClassName
{
color: #D526BC;
}
.AnyTagClassName
{
color: #D526BC;
}
</style>
background-color css
<style>
a { background-color: #D526BC; }
a { background-color: rgb(213,38,188); }
div.DivClassName
{
background-color: #D526BC;
}
.BgClassName
{
background-color: #D526BC;
}
</style>
border-color css
<style>
span { border-color: #D526BC; }
span { border-color: rgb(213,38,188); }
td.TdClassName
{
border-color: #D526BC;
}
.TagClassName
{
border-color: #D526BC;
}
</style>