Shades of Deep Cerise #D91E88
Tints of Deep Cerise #D91E88
RGB
CMYK
RGB Variations
Color information
#D91E88 (or 0xD91E88) is known color: Deep Cerise. HEX triplet: D9, 1E and 88. RGB value is (217,30,136). Sum of RGB (Red+Green+Blue) = 217+30+136=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91E88 is #26E177. Grayscale: #616161. Windows color (decimal): -2548088 or 8920793. OLE color: 8920793.
HSL color Cylindrical-coordinate representation of color #D91E88: hue angle of 325.99º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E88 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 136 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.15 |
| HSL | 325.99º | 0.76% | 0.48% | - |
| HSV(B) | 325.99º | 0.86% | 0.85% | - |
| XYZ | 33.52 | 17.46 | 24.9 | - |
| YUV | 98 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 136 | 0 | 0.86 | 0.37 | 0.15 | 325.99 | 0.76 | 0.48 |
| Hex | D9 | 1E | 88 | 0 | 56 | 25 | F | 146 | 4C | 30 |
| Octal | 331 | 36 | 210 | 0 | 126 | 45 | 17 | 506 | 114 | 60 |
| Binary | 11011001 | 11110 | 10001000 | 0 | 1010110 | 100101 | 1111 | 101000110 | 1001100 | 110000 |
Color Harmonies of #D91E88
Complementary color
Monochromatic Colors of #D91E88
Black with #D91E88
Text Example
Text Example
White with #D91E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E88; }
p { color: rgb(217,30,136); }
H1.HeaderClassName
{
color: #D91E88;
}
.AnyTagClassName
{
color: #D91E88;
}
</style>
background-color css
<style>
a { background-color: #D91E88; }
a { background-color: rgb(217,30,136); }
div.DivClassName
{
background-color: #D91E88;
}
.BgClassName
{
background-color: #D91E88;
}
</style>
border-color css
<style>
span { border-color: #D91E88; }
span { border-color: rgb(217,30,136); }
td.TdClassName
{
border-color: #D91E88;
}
.TagClassName
{
border-color: #D91E88;
}
</style>