Shades of Deep Magenta #D825BE
Tints of Deep Magenta #D825BE
RGB
CMYK
RGB Variations
Color information
#D825BE (or 0xD825BE) is known color: Deep Magenta. HEX triplet: D8, 25 and BE. RGB value is (216,37,190). Sum of RGB (Red+Green+Blue) = 216+37+190=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D825BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825BE is #27DA41. Grayscale: #6B6B6B. Windows color (decimal): -2611778 or 12461528. OLE color: 12461528.
HSL color Cylindrical-coordinate representation of color #D825BE: hue angle of 308.72º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825BE is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 190 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.15 |
| HSL | 308.72º | 0.71% | 0.5% | - |
| HSV(B) | 308.72º | 0.83% | 0.85% | - |
| XYZ | 38.27 | 19.64 | 50.49 | - |
| YUV | 107.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 190 | 0 | 0.83 | 0.12 | 0.15 | 308.72 | 0.71 | 0.5 |
| Hex | D8 | 25 | BE | 0 | 53 | C | F | 135 | 47 | 32 |
| Octal | 330 | 45 | 276 | 0 | 123 | 14 | 17 | 465 | 107 | 62 |
| Binary | 11011000 | 100101 | 10111110 | 0 | 1010011 | 1100 | 1111 | 100110101 | 1000111 | 110010 |
Color Harmonies of #D825BE
Complementary color
Monochromatic Colors of #D825BE
Black with #D825BE
Text Example
Text Example
White with #D825BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825BE; }
p { color: rgb(216,37,190); }
H1.HeaderClassName
{
color: #D825BE;
}
.AnyTagClassName
{
color: #D825BE;
}
</style>
background-color css
<style>
a { background-color: #D825BE; }
a { background-color: rgb(216,37,190); }
div.DivClassName
{
background-color: #D825BE;
}
.BgClassName
{
background-color: #D825BE;
}
</style>
border-color css
<style>
span { border-color: #D825BE; }
span { border-color: rgb(216,37,190); }
td.TdClassName
{
border-color: #D825BE;
}
.TagClassName
{
border-color: #D825BE;
}
</style>