Shades of Deep Cerise #D94089
Tints of Deep Cerise #D94089
RGB
CMYK
RGB Variations
Color information
#D94089 (or 0xD94089) is known color: Deep Cerise. HEX triplet: D9, 40 and 89. RGB value is (217,64,137). Sum of RGB (Red+Green+Blue) = 217+64+137=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94089 is #26BF76. Grayscale: #757575. Windows color (decimal): -2539383 or 8995033. OLE color: 8995033.
HSL color Cylindrical-coordinate representation of color #D94089: hue angle of 331.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94089 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 137 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.15 |
| HSL | 331.37º | 0.67% | 0.55% | - |
| HSV(B) | 331.37º | 0.71% | 0.85% | - |
| XYZ | 34.96 | 20.22 | 25.73 | - |
| YUV | 118.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 137 | 0 | 0.71 | 0.37 | 0.15 | 331.37 | 0.67 | 0.55 |
| Hex | D9 | 40 | 89 | 0 | 47 | 25 | F | 14B | 43 | 37 |
| Octal | 331 | 100 | 211 | 0 | 107 | 45 | 17 | 513 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10001001 | 0 | 1000111 | 100101 | 1111 | 101001011 | 1000011 | 110111 |
Color Harmonies of #D94089
Complementary color
Monochromatic Colors of #D94089
Black with #D94089
Text Example
Text Example
White with #D94089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94089; }
p { color: rgb(217,64,137); }
H1.HeaderClassName
{
color: #D94089;
}
.AnyTagClassName
{
color: #D94089;
}
</style>
background-color css
<style>
a { background-color: #D94089; }
a { background-color: rgb(217,64,137); }
div.DivClassName
{
background-color: #D94089;
}
.BgClassName
{
background-color: #D94089;
}
</style>
border-color css
<style>
span { border-color: #D94089; }
span { border-color: rgb(217,64,137); }
td.TdClassName
{
border-color: #D94089;
}
.TagClassName
{
border-color: #D94089;
}
</style>