Shades of Deep Magenta #D822BE
Tints of Deep Magenta #D822BE
RGB
CMYK
RGB Variations
Color information
#D822BE (or 0xD822BE) is known color: Deep Magenta. HEX triplet: D8, 22 and BE. RGB value is (216,34,190). Sum of RGB (Red+Green+Blue) = 216+34+190=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D822BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D822BE is #27DD41. Grayscale: #696969. Windows color (decimal): -2612546 or 12460760. OLE color: 12460760.
HSL color Cylindrical-coordinate representation of color #D822BE: hue angle of 308.57º degrees, saturation: 0.73, 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 #D822BE is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 190 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.15 |
| HSL | 308.57º | 0.73% | 0.49% | - |
| HSV(B) | 308.57º | 0.84% | 0.85% | - |
| XYZ | 38.19 | 19.46 | 50.46 | - |
| YUV | 106.2 | 175.3 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 190 | 0 | 0.84 | 0.12 | 0.15 | 308.57 | 0.73 | 0.49 |
| Hex | D8 | 22 | BE | 0 | 54 | C | F | 135 | 49 | 31 |
| Octal | 330 | 42 | 276 | 0 | 124 | 14 | 17 | 465 | 111 | 61 |
| Binary | 11011000 | 100010 | 10111110 | 0 | 1010100 | 1100 | 1111 | 100110101 | 1001001 | 110001 |
Color Harmonies of #D822BE
Complementary color
Monochromatic Colors of #D822BE
Black with #D822BE
Text Example
Text Example
White with #D822BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822BE; }
p { color: rgb(216,34,190); }
H1.HeaderClassName
{
color: #D822BE;
}
.AnyTagClassName
{
color: #D822BE;
}
</style>
background-color css
<style>
a { background-color: #D822BE; }
a { background-color: rgb(216,34,190); }
div.DivClassName
{
background-color: #D822BE;
}
.BgClassName
{
background-color: #D822BE;
}
</style>
border-color css
<style>
span { border-color: #D822BE; }
span { border-color: rgb(216,34,190); }
td.TdClassName
{
border-color: #D822BE;
}
.TagClassName
{
border-color: #D822BE;
}
</style>