Shades of Deep Cerise #D8228D
Tints of Deep Cerise #D8228D
RGB
CMYK
RGB Variations
Color information
#D8228D (or 0xD8228D) is known color: Deep Cerise. HEX triplet: D8, 22 and 8D. RGB value is (216,34,141). Sum of RGB (Red+Green+Blue) = 216+34+141=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8228D is #27DD72. Grayscale: #646464. Windows color (decimal): -2612595 or 9249496. OLE color: 9249496.
HSL color Cylindrical-coordinate representation of color #D8228D: hue angle of 324.73º 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 #D8228D is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 141 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.15 |
| HSL | 324.73º | 0.73% | 0.49% | - |
| HSV(B) | 324.73º | 0.84% | 0.85% | - |
| XYZ | 33.7 | 17.67 | 26.83 | - |
| YUV | 100.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 141 | 0 | 0.84 | 0.35 | 0.15 | 324.73 | 0.73 | 0.49 |
| Hex | D8 | 22 | 8D | 0 | 54 | 23 | F | 145 | 49 | 31 |
| Octal | 330 | 42 | 215 | 0 | 124 | 43 | 17 | 505 | 111 | 61 |
| Binary | 11011000 | 100010 | 10001101 | 0 | 1010100 | 100011 | 1111 | 101000101 | 1001001 | 110001 |
Color Harmonies of #D8228D
Complementary color
Monochromatic Colors of #D8228D
Black with #D8228D
Text Example
Text Example
White with #D8228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8228D; }
p { color: rgb(216,34,141); }
H1.HeaderClassName
{
color: #D8228D;
}
.AnyTagClassName
{
color: #D8228D;
}
</style>
background-color css
<style>
a { background-color: #D8228D; }
a { background-color: rgb(216,34,141); }
div.DivClassName
{
background-color: #D8228D;
}
.BgClassName
{
background-color: #D8228D;
}
</style>
border-color css
<style>
span { border-color: #D8228D; }
span { border-color: rgb(216,34,141); }
td.TdClassName
{
border-color: #D8228D;
}
.TagClassName
{
border-color: #D8228D;
}
</style>