Shades of Deep Cerise #D9227F
Tints of Deep Cerise #D9227F
RGB
CMYK
RGB Variations
Color information
#D9227F (or 0xD9227F) is known color: Deep Cerise. HEX triplet: D9, 22 and 7F. RGB value is (217,34,127). Sum of RGB (Red+Green+Blue) = 217+34+127=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9227F is #26DD80. Grayscale: #636363. Windows color (decimal): -2547073 or 8331993. OLE color: 8331993.
HSL color Cylindrical-coordinate representation of color #D9227F: hue angle of 329.51º 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 #D9227F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 127 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.15 |
| HSL | 329.51º | 0.73% | 0.49% | - |
| HSV(B) | 329.51º | 0.84% | 0.85% | - |
| XYZ | 33.02 | 17.43 | 21.7 | - |
| YUV | 99.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 127 | 0 | 0.84 | 0.41 | 0.15 | 329.51 | 0.73 | 0.49 |
| Hex | D9 | 22 | 7F | 0 | 54 | 29 | F | 14A | 49 | 31 |
| Octal | 331 | 42 | 177 | 0 | 124 | 51 | 17 | 512 | 111 | 61 |
| Binary | 11011001 | 100010 | 1111111 | 0 | 1010100 | 101001 | 1111 | 101001010 | 1001001 | 110001 |
Color Harmonies of #D9227F
Complementary color
Monochromatic Colors of #D9227F
Black with #D9227F
Text Example
Text Example
White with #D9227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9227F; }
p { color: rgb(217,34,127); }
H1.HeaderClassName
{
color: #D9227F;
}
.AnyTagClassName
{
color: #D9227F;
}
</style>
background-color css
<style>
a { background-color: #D9227F; }
a { background-color: rgb(217,34,127); }
div.DivClassName
{
background-color: #D9227F;
}
.BgClassName
{
background-color: #D9227F;
}
</style>
border-color css
<style>
span { border-color: #D9227F; }
span { border-color: rgb(217,34,127); }
td.TdClassName
{
border-color: #D9227F;
}
.TagClassName
{
border-color: #D9227F;
}
</style>