Shades of Deep Cerise #D94296
Tints of Deep Cerise #D94296
RGB
CMYK
RGB Variations
Color information
#D94296 (or 0xD94296) is known color: Deep Cerise. HEX triplet: D9, 42 and 96. RGB value is (217,66,150). Sum of RGB (Red+Green+Blue) = 217+66+150=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D94296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94296 is #26BD69. Grayscale: #787878. Windows color (decimal): -2538858 or 9847513. OLE color: 9847513.
HSL color Cylindrical-coordinate representation of color #D94296: hue angle of 326.62º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94296 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 150 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.15 |
| HSL | 326.62º | 0.67% | 0.55% | - |
| HSV(B) | 326.62º | 0.7% | 0.85% | - |
| XYZ | 36.07 | 20.85 | 30.98 | - |
| YUV | 120.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 150 | 0 | 0.70 | 0.31 | 0.15 | 326.62 | 0.67 | 0.55 |
| Hex | D9 | 42 | 96 | 0 | 46 | 1F | F | 147 | 43 | 37 |
| Octal | 331 | 102 | 226 | 0 | 106 | 37 | 17 | 507 | 103 | 67 |
| Binary | 11011001 | 1000010 | 10010110 | 0 | 1000110 | 11111 | 1111 | 101000111 | 1000011 | 110111 |
Color Harmonies of #D94296
Complementary color
Monochromatic Colors of #D94296
Black with #D94296
Text Example
Text Example
White with #D94296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94296; }
p { color: rgb(217,66,150); }
H1.HeaderClassName
{
color: #D94296;
}
.AnyTagClassName
{
color: #D94296;
}
</style>
background-color css
<style>
a { background-color: #D94296; }
a { background-color: rgb(217,66,150); }
div.DivClassName
{
background-color: #D94296;
}
.BgClassName
{
background-color: #D94296;
}
</style>
border-color css
<style>
span { border-color: #D94296; }
span { border-color: rgb(217,66,150); }
td.TdClassName
{
border-color: #D94296;
}
.TagClassName
{
border-color: #D94296;
}
</style>