Shades of Deep Cerise #D822A3
Tints of Deep Cerise #D822A3
RGB
CMYK
RGB Variations
Color information
#D822A3 (or 0xD822A3) is known color: Deep Cerise. HEX triplet: D8, 22 and A3. RGB value is (216,34,163). Sum of RGB (Red+Green+Blue) = 216+34+163=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D822A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D822A3 is #27DD5C. Grayscale: #666666. Windows color (decimal): -2612573 or 10691288. OLE color: 10691288.
HSL color Cylindrical-coordinate representation of color #D822A3: hue angle of 317.47º 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 #D822A3 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 163 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.15 |
| HSL | 317.47º | 0.73% | 0.49% | - |
| HSV(B) | 317.47º | 0.84% | 0.85% | - |
| XYZ | 35.5 | 18.39 | 36.33 | - |
| YUV | 103.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 163 | 0 | 0.84 | 0.25 | 0.15 | 317.47 | 0.73 | 0.49 |
| Hex | D8 | 22 | A3 | 0 | 54 | 19 | F | 13D | 49 | 31 |
| Octal | 330 | 42 | 243 | 0 | 124 | 31 | 17 | 475 | 111 | 61 |
| Binary | 11011000 | 100010 | 10100011 | 0 | 1010100 | 11001 | 1111 | 100111101 | 1001001 | 110001 |
Color Harmonies of #D822A3
Complementary color
Monochromatic Colors of #D822A3
Black with #D822A3
Text Example
Text Example
White with #D822A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822A3; }
p { color: rgb(216,34,163); }
H1.HeaderClassName
{
color: #D822A3;
}
.AnyTagClassName
{
color: #D822A3;
}
</style>
background-color css
<style>
a { background-color: #D822A3; }
a { background-color: rgb(216,34,163); }
div.DivClassName
{
background-color: #D822A3;
}
.BgClassName
{
background-color: #D822A3;
}
</style>
border-color css
<style>
span { border-color: #D822A3; }
span { border-color: rgb(216,34,163); }
td.TdClassName
{
border-color: #D822A3;
}
.TagClassName
{
border-color: #D822A3;
}
</style>