Shades of Deep Cerise #D8228F
Tints of Deep Cerise #D8228F
RGB
CMYK
RGB Variations
Color information
#D8228F (or 0xD8228F) is known color: Deep Cerise. HEX triplet: D8, 22 and 8F. RGB value is (216,34,143). Sum of RGB (Red+Green+Blue) = 216+34+143=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8228F is #27DD70. Grayscale: #646464. Windows color (decimal): -2612593 or 9380568. OLE color: 9380568.
HSL color Cylindrical-coordinate representation of color #D8228F: hue angle of 324.07º 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 #D8228F is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 143 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.15 |
| HSL | 324.07º | 0.73% | 0.49% | - |
| HSV(B) | 324.07º | 0.84% | 0.85% | - |
| XYZ | 33.85 | 17.73 | 27.62 | - |
| YUV | 100.84 | 151.8 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 143 | 0 | 0.84 | 0.34 | 0.15 | 324.07 | 0.73 | 0.49 |
| Hex | D8 | 22 | 8F | 0 | 54 | 22 | F | 144 | 49 | 31 |
| Octal | 330 | 42 | 217 | 0 | 124 | 42 | 17 | 504 | 111 | 61 |
| Binary | 11011000 | 100010 | 10001111 | 0 | 1010100 | 100010 | 1111 | 101000100 | 1001001 | 110001 |
Color Harmonies of #D8228F
Complementary color
Monochromatic Colors of #D8228F
Black with #D8228F
Text Example
Text Example
White with #D8228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8228F; }
p { color: rgb(216,34,143); }
H1.HeaderClassName
{
color: #D8228F;
}
.AnyTagClassName
{
color: #D8228F;
}
</style>
background-color css
<style>
a { background-color: #D8228F; }
a { background-color: rgb(216,34,143); }
div.DivClassName
{
background-color: #D8228F;
}
.BgClassName
{
background-color: #D8228F;
}
</style>
border-color css
<style>
span { border-color: #D8228F; }
span { border-color: rgb(216,34,143); }
td.TdClassName
{
border-color: #D8228F;
}
.TagClassName
{
border-color: #D8228F;
}
</style>