Shades of Deep Cerise #D9227B
Tints of Deep Cerise #D9227B
RGB
CMYK
RGB Variations
Color information
#D9227B (or 0xD9227B) is known color: Deep Cerise. HEX triplet: D9, 22 and 7B. RGB value is (217,34,123). Sum of RGB (Red+Green+Blue) = 217+34+123=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9227B is #26DD84. Grayscale: #626262. Windows color (decimal): -2547077 or 8069849. OLE color: 8069849.
HSL color Cylindrical-coordinate representation of color #D9227B: hue angle of 330.82º 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 #D9227B is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 123 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.15 |
| HSL | 330.82º | 0.73% | 0.49% | - |
| HSV(B) | 330.82º | 0.84% | 0.85% | - |
| XYZ | 32.76 | 17.33 | 20.36 | - |
| YUV | 98.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 123 | 0 | 0.84 | 0.43 | 0.15 | 330.82 | 0.73 | 0.49 |
| Hex | D9 | 22 | 7B | 0 | 54 | 2B | F | 14B | 49 | 31 |
| Octal | 331 | 42 | 173 | 0 | 124 | 53 | 17 | 513 | 111 | 61 |
| Binary | 11011001 | 100010 | 1111011 | 0 | 1010100 | 101011 | 1111 | 101001011 | 1001001 | 110001 |
Color Harmonies of #D9227B
Complementary color
Monochromatic Colors of #D9227B
Black with #D9227B
Text Example
Text Example
White with #D9227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9227B; }
p { color: rgb(217,34,123); }
H1.HeaderClassName
{
color: #D9227B;
}
.AnyTagClassName
{
color: #D9227B;
}
</style>
background-color css
<style>
a { background-color: #D9227B; }
a { background-color: rgb(217,34,123); }
div.DivClassName
{
background-color: #D9227B;
}
.BgClassName
{
background-color: #D9227B;
}
</style>
border-color css
<style>
span { border-color: #D9227B; }
span { border-color: rgb(217,34,123); }
td.TdClassName
{
border-color: #D9227B;
}
.TagClassName
{
border-color: #D9227B;
}
</style>