Shades of Deep Magenta #D526BE
Tints of Deep Magenta #D526BE
RGB
CMYK
RGB Variations
Color information
#D526BE (or 0xD526BE) is known color: Deep Magenta. HEX triplet: D5, 26 and BE. RGB value is (213,38,190). Sum of RGB (Red+Green+Blue) = 213+38+190=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D526BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526BE is #2AD941. Grayscale: #6B6B6B. Windows color (decimal): -2808130 or 12461781. OLE color: 12461781.
HSL color Cylindrical-coordinate representation of color #D526BE: hue angle of 307.89º 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 #D526BE is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 190 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.16 |
| HSL | 307.89º | 0.7% | 0.49% | - |
| HSV(B) | 307.89º | 0.82% | 0.84% | - |
| XYZ | 37.43 | 19.25 | 50.46 | - |
| YUV | 107.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 190 | 0 | 0.82 | 0.11 | 0.16 | 307.89 | 0.7 | 0.49 |
| Hex | D5 | 26 | BE | 0 | 52 | B | 10 | 134 | 46 | 31 |
| Octal | 325 | 46 | 276 | 0 | 122 | 13 | 20 | 464 | 106 | 61 |
| Binary | 11010101 | 100110 | 10111110 | 0 | 1010010 | 1011 | 10000 | 100110100 | 1000110 | 110001 |
Color Harmonies of #D526BE
Complementary color
Monochromatic Colors of #D526BE
Black with #D526BE
Text Example
Text Example
White with #D526BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526BE; }
p { color: rgb(213,38,190); }
H1.HeaderClassName
{
color: #D526BE;
}
.AnyTagClassName
{
color: #D526BE;
}
</style>
background-color css
<style>
a { background-color: #D526BE; }
a { background-color: rgb(213,38,190); }
div.DivClassName
{
background-color: #D526BE;
}
.BgClassName
{
background-color: #D526BE;
}
</style>
border-color css
<style>
span { border-color: #D526BE; }
span { border-color: rgb(213,38,190); }
td.TdClassName
{
border-color: #D526BE;
}
.TagClassName
{
border-color: #D526BE;
}
</style>