Shades of Deep Magenta #D822CB
Tints of Deep Magenta #D822CB
RGB
CMYK
RGB Variations
Color information
#D822CB (or 0xD822CB) is known color: Deep Magenta. HEX triplet: D8, 22 and CB. RGB value is (216,34,203). Sum of RGB (Red+Green+Blue) = 216+34+203=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D822CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D822CB is #27DD34. Grayscale: #6B6B6B. Windows color (decimal): -2612533 or 13312728. OLE color: 13312728.
HSL color Cylindrical-coordinate representation of color #D822CB: hue angle of 304.29º 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 #D822CB is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 203 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.15 |
| HSL | 304.29º | 0.73% | 0.49% | - |
| HSV(B) | 304.29º | 0.84% | 0.85% | - |
| XYZ | 39.67 | 20.05 | 58.28 | - |
| YUV | 107.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 203 | 0 | 0.84 | 0.06 | 0.15 | 304.29 | 0.73 | 0.49 |
| Hex | D8 | 22 | CB | 0 | 54 | 6 | F | 130 | 49 | 31 |
| Octal | 330 | 42 | 313 | 0 | 124 | 6 | 17 | 460 | 111 | 61 |
| Binary | 11011000 | 100010 | 11001011 | 0 | 1010100 | 110 | 1111 | 100110000 | 1001001 | 110001 |
Color Harmonies of #D822CB
Complementary color
Monochromatic Colors of #D822CB
Black with #D822CB
Text Example
Text Example
White with #D822CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822CB; }
p { color: rgb(216,34,203); }
H1.HeaderClassName
{
color: #D822CB;
}
.AnyTagClassName
{
color: #D822CB;
}
</style>
background-color css
<style>
a { background-color: #D822CB; }
a { background-color: rgb(216,34,203); }
div.DivClassName
{
background-color: #D822CB;
}
.BgClassName
{
background-color: #D822CB;
}
</style>
border-color css
<style>
span { border-color: #D822CB; }
span { border-color: rgb(216,34,203); }
td.TdClassName
{
border-color: #D822CB;
}
.TagClassName
{
border-color: #D822CB;
}
</style>