Shades of Deep Cerise #D9289C
Tints of Deep Cerise #D9289C
RGB
CMYK
RGB Variations
Color information
#D9289C (or 0xD9289C) is known color: Deep Cerise. HEX triplet: D9, 28 and 9C. RGB value is (217,40,156). Sum of RGB (Red+Green+Blue) = 217+40+156=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9289C is #26D763. Grayscale: #696969. Windows color (decimal): -2545508 or 10234073. OLE color: 10234073.
HSL color Cylindrical-coordinate representation of color #D9289C: hue angle of 320.68º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9289C is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 156 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.15 |
| HSL | 320.68º | 0.7% | 0.5% | - |
| HSV(B) | 320.68º | 0.82% | 0.85% | - |
| XYZ | 35.37 | 18.67 | 33.19 | - |
| YUV | 106.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 156 | 0 | 0.82 | 0.28 | 0.15 | 320.68 | 0.7 | 0.5 |
| Hex | D9 | 28 | 9C | 0 | 52 | 1C | F | 141 | 46 | 32 |
| Octal | 331 | 50 | 234 | 0 | 122 | 34 | 17 | 501 | 106 | 62 |
| Binary | 11011001 | 101000 | 10011100 | 0 | 1010010 | 11100 | 1111 | 101000001 | 1000110 | 110010 |
Color Harmonies of #D9289C
Complementary color
Monochromatic Colors of #D9289C
Black with #D9289C
Text Example
Text Example
White with #D9289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9289C; }
p { color: rgb(217,40,156); }
H1.HeaderClassName
{
color: #D9289C;
}
.AnyTagClassName
{
color: #D9289C;
}
</style>
background-color css
<style>
a { background-color: #D9289C; }
a { background-color: rgb(217,40,156); }
div.DivClassName
{
background-color: #D9289C;
}
.BgClassName
{
background-color: #D9289C;
}
</style>
border-color css
<style>
span { border-color: #D9289C; }
span { border-color: rgb(217,40,156); }
td.TdClassName
{
border-color: #D9289C;
}
.TagClassName
{
border-color: #D9289C;
}
</style>