Shades of Deep Magenta #D823BE
Tints of Deep Magenta #D823BE
RGB
CMYK
RGB Variations
Color information
#D823BE (or 0xD823BE) is known color: Deep Magenta. HEX triplet: D8, 23 and BE. RGB value is (216,35,190). Sum of RGB (Red+Green+Blue) = 216+35+190=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D823BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D823BE is #27DC41. Grayscale: #6A6A6A. Windows color (decimal): -2612290 or 12461016. OLE color: 12461016.
HSL color Cylindrical-coordinate representation of color #D823BE: hue angle of 308.62º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D823BE is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 190 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.15 |
| HSL | 308.62º | 0.72% | 0.49% | - |
| HSV(B) | 308.62º | 0.84% | 0.85% | - |
| XYZ | 38.21 | 19.52 | 50.47 | - |
| YUV | 106.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 190 | 0 | 0.84 | 0.12 | 0.15 | 308.62 | 0.72 | 0.49 |
| Hex | D8 | 23 | BE | 0 | 54 | C | F | 135 | 48 | 31 |
| Octal | 330 | 43 | 276 | 0 | 124 | 14 | 17 | 465 | 110 | 61 |
| Binary | 11011000 | 100011 | 10111110 | 0 | 1010100 | 1100 | 1111 | 100110101 | 1001000 | 110001 |
Color Harmonies of #D823BE
Complementary color
Monochromatic Colors of #D823BE
Black with #D823BE
Text Example
Text Example
White with #D823BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D823BE; }
p { color: rgb(216,35,190); }
H1.HeaderClassName
{
color: #D823BE;
}
.AnyTagClassName
{
color: #D823BE;
}
</style>
background-color css
<style>
a { background-color: #D823BE; }
a { background-color: rgb(216,35,190); }
div.DivClassName
{
background-color: #D823BE;
}
.BgClassName
{
background-color: #D823BE;
}
</style>
border-color css
<style>
span { border-color: #D823BE; }
span { border-color: rgb(216,35,190); }
td.TdClassName
{
border-color: #D823BE;
}
.TagClassName
{
border-color: #D823BE;
}
</style>