Shades of Deep Cerise #D8227F
Tints of Deep Cerise #D8227F
RGB
CMYK
RGB Variations
Color information
#D8227F (or 0xD8227F) is known color: Deep Cerise. HEX triplet: D8, 22 and 7F. RGB value is (216,34,127). Sum of RGB (Red+Green+Blue) = 216+34+127=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8227F is #27DD80. Grayscale: #626262. Windows color (decimal): -2612609 or 8331992. OLE color: 8331992.
HSL color Cylindrical-coordinate representation of color #D8227F: hue angle of 329.34º 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 #D8227F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 127 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.15 |
| HSL | 329.34º | 0.73% | 0.49% | - |
| HSV(B) | 329.34º | 0.84% | 0.85% | - |
| XYZ | 32.72 | 17.28 | 21.69 | - |
| YUV | 99.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 127 | 0 | 0.84 | 0.41 | 0.15 | 329.34 | 0.73 | 0.49 |
| Hex | D8 | 22 | 7F | 0 | 54 | 29 | F | 149 | 49 | 31 |
| Octal | 330 | 42 | 177 | 0 | 124 | 51 | 17 | 511 | 111 | 61 |
| Binary | 11011000 | 100010 | 1111111 | 0 | 1010100 | 101001 | 1111 | 101001001 | 1001001 | 110001 |
Color Harmonies of #D8227F
Complementary color
Monochromatic Colors of #D8227F
Black with #D8227F
Text Example
Text Example
White with #D8227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8227F; }
p { color: rgb(216,34,127); }
H1.HeaderClassName
{
color: #D8227F;
}
.AnyTagClassName
{
color: #D8227F;
}
</style>
background-color css
<style>
a { background-color: #D8227F; }
a { background-color: rgb(216,34,127); }
div.DivClassName
{
background-color: #D8227F;
}
.BgClassName
{
background-color: #D8227F;
}
</style>
border-color css
<style>
span { border-color: #D8227F; }
span { border-color: rgb(216,34,127); }
td.TdClassName
{
border-color: #D8227F;
}
.TagClassName
{
border-color: #D8227F;
}
</style>