Shades of Deep Cerise #D9299F
Tints of Deep Cerise #D9299F
RGB
CMYK
RGB Variations
Color information
#D9299F (or 0xD9299F) is known color: Deep Cerise. HEX triplet: D9, 29 and 9F. RGB value is (217,41,159). Sum of RGB (Red+Green+Blue) = 217+41+159=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9299F is #26D660. Grayscale: #6A6A6A. Windows color (decimal): -2545249 or 10430937. OLE color: 10430937.
HSL color Cylindrical-coordinate representation of color #D9299F: hue angle of 319.77º 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 #D9299F is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 159 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.15 |
| HSL | 319.77º | 0.7% | 0.51% | - |
| HSV(B) | 319.77º | 0.81% | 0.85% | - |
| XYZ | 35.67 | 18.84 | 34.56 | - |
| YUV | 107.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 159 | 0 | 0.81 | 0.27 | 0.15 | 319.77 | 0.7 | 0.51 |
| Hex | D9 | 29 | 9F | 0 | 51 | 1B | F | 140 | 46 | 33 |
| Octal | 331 | 51 | 237 | 0 | 121 | 33 | 17 | 500 | 106 | 63 |
| Binary | 11011001 | 101001 | 10011111 | 0 | 1010001 | 11011 | 1111 | 101000000 | 1000110 | 110011 |
Color Harmonies of #D9299F
Complementary color
Monochromatic Colors of #D9299F
Black with #D9299F
Text Example
Text Example
White with #D9299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9299F; }
p { color: rgb(217,41,159); }
H1.HeaderClassName
{
color: #D9299F;
}
.AnyTagClassName
{
color: #D9299F;
}
</style>
background-color css
<style>
a { background-color: #D9299F; }
a { background-color: rgb(217,41,159); }
div.DivClassName
{
background-color: #D9299F;
}
.BgClassName
{
background-color: #D9299F;
}
</style>
border-color css
<style>
span { border-color: #D9299F; }
span { border-color: rgb(217,41,159); }
td.TdClassName
{
border-color: #D9299F;
}
.TagClassName
{
border-color: #D9299F;
}
</style>