Shades of Deep Cerise #D9297B
Tints of Deep Cerise #D9297B
RGB
CMYK
RGB Variations
Color information
#D9297B (or 0xD9297B) is known color: Deep Cerise. HEX triplet: D9, 29 and 7B. RGB value is (217,41,123). Sum of RGB (Red+Green+Blue) = 217+41+123=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9297B is #26D684. Grayscale: #666666. Windows color (decimal): -2545285 or 8071641. OLE color: 8071641.
HSL color Cylindrical-coordinate representation of color #D9297B: hue angle of 332.05º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9297B is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 123 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.15 |
| HSL | 332.05º | 0.7% | 0.51% | - |
| HSV(B) | 332.05º | 0.81% | 0.85% | - |
| XYZ | 32.98 | 17.77 | 20.43 | - |
| YUV | 102.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 123 | 0 | 0.81 | 0.43 | 0.15 | 332.05 | 0.7 | 0.51 |
| Hex | D9 | 29 | 7B | 0 | 51 | 2B | F | 14C | 46 | 33 |
| Octal | 331 | 51 | 173 | 0 | 121 | 53 | 17 | 514 | 106 | 63 |
| Binary | 11011001 | 101001 | 1111011 | 0 | 1010001 | 101011 | 1111 | 101001100 | 1000110 | 110011 |
Color Harmonies of #D9297B
Complementary color
Monochromatic Colors of #D9297B
Black with #D9297B
Text Example
Text Example
White with #D9297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9297B; }
p { color: rgb(217,41,123); }
H1.HeaderClassName
{
color: #D9297B;
}
.AnyTagClassName
{
color: #D9297B;
}
</style>
background-color css
<style>
a { background-color: #D9297B; }
a { background-color: rgb(217,41,123); }
div.DivClassName
{
background-color: #D9297B;
}
.BgClassName
{
background-color: #D9297B;
}
</style>
border-color css
<style>
span { border-color: #D9297B; }
span { border-color: rgb(217,41,123); }
td.TdClassName
{
border-color: #D9297B;
}
.TagClassName
{
border-color: #D9297B;
}
</style>