Shades of Deep Cerise #D92F88
Tints of Deep Cerise #D92F88
RGB
CMYK
RGB Variations
Color information
#D92F88 (or 0xD92F88) is known color: Deep Cerise. HEX triplet: D9, 2F and 88. RGB value is (217,47,136). Sum of RGB (Red+Green+Blue) = 217+47+136=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F88 is #26D077. Grayscale: #6B6B6B. Windows color (decimal): -2543736 or 8925145. OLE color: 8925145.
HSL color Cylindrical-coordinate representation of color #D92F88: hue angle of 328.59º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F88 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 136 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.15 |
| HSL | 328.59º | 0.69% | 0.52% | - |
| HSV(B) | 328.59º | 0.78% | 0.85% | - |
| XYZ | 34.08 | 18.56 | 25.08 | - |
| YUV | 107.98 | 143.82 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 136 | 0 | 0.78 | 0.37 | 0.15 | 328.59 | 0.69 | 0.52 |
| Hex | D9 | 2F | 88 | 0 | 4E | 25 | F | 149 | 45 | 34 |
| Octal | 331 | 57 | 210 | 0 | 116 | 45 | 17 | 511 | 105 | 64 |
| Binary | 11011001 | 101111 | 10001000 | 0 | 1001110 | 100101 | 1111 | 101001001 | 1000101 | 110100 |
Color Harmonies of #D92F88
Complementary color
Monochromatic Colors of #D92F88
Black with #D92F88
Text Example
Text Example
White with #D92F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F88; }
p { color: rgb(217,47,136); }
H1.HeaderClassName
{
color: #D92F88;
}
.AnyTagClassName
{
color: #D92F88;
}
</style>
background-color css
<style>
a { background-color: #D92F88; }
a { background-color: rgb(217,47,136); }
div.DivClassName
{
background-color: #D92F88;
}
.BgClassName
{
background-color: #D92F88;
}
</style>
border-color css
<style>
span { border-color: #D92F88; }
span { border-color: rgb(217,47,136); }
td.TdClassName
{
border-color: #D92F88;
}
.TagClassName
{
border-color: #D92F88;
}
</style>