Shades of Deep Cerise #D9297E
Tints of Deep Cerise #D9297E
RGB
CMYK
RGB Variations
Color information
#D9297E (or 0xD9297E) is known color: Deep Cerise. HEX triplet: D9, 29 and 7E. RGB value is (217,41,126). Sum of RGB (Red+Green+Blue) = 217+41+126=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D9297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9297E is #26D681. Grayscale: #676767. Windows color (decimal): -2545282 or 8268249. OLE color: 8268249.
HSL color Cylindrical-coordinate representation of color #D9297E: hue angle of 331.02º 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 #D9297E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 126 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.15 |
| HSL | 331.02º | 0.7% | 0.51% | - |
| HSV(B) | 331.02º | 0.81% | 0.85% | - |
| XYZ | 33.17 | 17.84 | 21.43 | - |
| YUV | 103.31 | 140.81 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 126 | 0 | 0.81 | 0.42 | 0.15 | 331.02 | 0.7 | 0.51 |
| Hex | D9 | 29 | 7E | 0 | 51 | 2A | F | 14B | 46 | 33 |
| Octal | 331 | 51 | 176 | 0 | 121 | 52 | 17 | 513 | 106 | 63 |
| Binary | 11011001 | 101001 | 1111110 | 0 | 1010001 | 101010 | 1111 | 101001011 | 1000110 | 110011 |
Color Harmonies of #D9297E
Complementary color
Monochromatic Colors of #D9297E
Black with #D9297E
Text Example
Text Example
White with #D9297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9297E; }
p { color: rgb(217,41,126); }
H1.HeaderClassName
{
color: #D9297E;
}
.AnyTagClassName
{
color: #D9297E;
}
</style>
background-color css
<style>
a { background-color: #D9297E; }
a { background-color: rgb(217,41,126); }
div.DivClassName
{
background-color: #D9297E;
}
.BgClassName
{
background-color: #D9297E;
}
</style>
border-color css
<style>
span { border-color: #D9297E; }
span { border-color: rgb(217,41,126); }
td.TdClassName
{
border-color: #D9297E;
}
.TagClassName
{
border-color: #D9297E;
}
</style>