Shades of Deep Cerise #D94489
Tints of Deep Cerise #D94489
RGB
CMYK
RGB Variations
Color information
#D94489 (or 0xD94489) is known color: Deep Cerise. HEX triplet: D9, 44 and 89. RGB value is (217,68,137). Sum of RGB (Red+Green+Blue) = 217+68+137=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D94489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94489 is #26BB76. Grayscale: #787878. Windows color (decimal): -2538359 or 8996057. OLE color: 8996057.
HSL color Cylindrical-coordinate representation of color #D94489: hue angle of 332.21º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94489 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 137 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.15 |
| HSL | 332.21º | 0.66% | 0.56% | - |
| HSV(B) | 332.21º | 0.69% | 0.85% | - |
| XYZ | 35.2 | 20.69 | 25.81 | - |
| YUV | 120.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 137 | 0 | 0.69 | 0.37 | 0.15 | 332.21 | 0.66 | 0.56 |
| Hex | D9 | 44 | 89 | 0 | 45 | 25 | F | 14C | 42 | 38 |
| Octal | 331 | 104 | 211 | 0 | 105 | 45 | 17 | 514 | 102 | 70 |
| Binary | 11011001 | 1000100 | 10001001 | 0 | 1000101 | 100101 | 1111 | 101001100 | 1000010 | 111000 |
Color Harmonies of #D94489
Complementary color
Monochromatic Colors of #D94489
Black with #D94489
Text Example
Text Example
White with #D94489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94489; }
p { color: rgb(217,68,137); }
H1.HeaderClassName
{
color: #D94489;
}
.AnyTagClassName
{
color: #D94489;
}
</style>
background-color css
<style>
a { background-color: #D94489; }
a { background-color: rgb(217,68,137); }
div.DivClassName
{
background-color: #D94489;
}
.BgClassName
{
background-color: #D94489;
}
</style>
border-color css
<style>
span { border-color: #D94489; }
span { border-color: rgb(217,68,137); }
td.TdClassName
{
border-color: #D94489;
}
.TagClassName
{
border-color: #D94489;
}
</style>