Shades of Deep Cerise #D92689
Tints of Deep Cerise #D92689
RGB
CMYK
RGB Variations
Color information
#D92689 (or 0xD92689) is known color: Deep Cerise. HEX triplet: D9, 26 and 89. RGB value is (217,38,137). Sum of RGB (Red+Green+Blue) = 217+38+137=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D92689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92689 is #26D976. Grayscale: #666666. Windows color (decimal): -2546039 or 8988377. OLE color: 8988377.
HSL color Cylindrical-coordinate representation of color #D92689: hue angle of 326.82º 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 #D92689 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 137 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.15 |
| HSL | 326.82º | 0.7% | 0.5% | - |
| HSV(B) | 326.82º | 0.82% | 0.85% | - |
| XYZ | 33.82 | 17.94 | 25.35 | - |
| YUV | 102.81 | 147.3 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 137 | 0 | 0.82 | 0.37 | 0.15 | 326.82 | 0.7 | 0.5 |
| Hex | D9 | 26 | 89 | 0 | 52 | 25 | F | 147 | 46 | 32 |
| Octal | 331 | 46 | 211 | 0 | 122 | 45 | 17 | 507 | 106 | 62 |
| Binary | 11011001 | 100110 | 10001001 | 0 | 1010010 | 100101 | 1111 | 101000111 | 1000110 | 110010 |
Color Harmonies of #D92689
Complementary color
Monochromatic Colors of #D92689
Black with #D92689
Text Example
Text Example
White with #D92689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92689; }
p { color: rgb(217,38,137); }
H1.HeaderClassName
{
color: #D92689;
}
.AnyTagClassName
{
color: #D92689;
}
</style>
background-color css
<style>
a { background-color: #D92689; }
a { background-color: rgb(217,38,137); }
div.DivClassName
{
background-color: #D92689;
}
.BgClassName
{
background-color: #D92689;
}
</style>
border-color css
<style>
span { border-color: #D92689; }
span { border-color: rgb(217,38,137); }
td.TdClassName
{
border-color: #D92689;
}
.TagClassName
{
border-color: #D92689;
}
</style>