Shades of Deep Cerise #D92F93
Tints of Deep Cerise #D92F93
RGB
CMYK
RGB Variations
Color information
#D92F93 (or 0xD92F93) is known color: Deep Cerise. HEX triplet: D9, 2F and 93. RGB value is (217,47,147). Sum of RGB (Red+Green+Blue) = 217+47+147=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F93 is #26D06C. Grayscale: #6C6C6C. Windows color (decimal): -2543725 or 9646041. OLE color: 9646041.
HSL color Cylindrical-coordinate representation of color #D92F93: hue angle of 324.71º 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 #D92F93 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 147 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.15 |
| HSL | 324.71º | 0.69% | 0.52% | - |
| HSV(B) | 324.71º | 0.78% | 0.85% | - |
| XYZ | 34.9 | 18.89 | 29.41 | - |
| YUV | 109.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 147 | 0 | 0.78 | 0.32 | 0.15 | 324.71 | 0.69 | 0.52 |
| Hex | D9 | 2F | 93 | 0 | 4E | 20 | F | 145 | 45 | 34 |
| Octal | 331 | 57 | 223 | 0 | 116 | 40 | 17 | 505 | 105 | 64 |
| Binary | 11011001 | 101111 | 10010011 | 0 | 1001110 | 100000 | 1111 | 101000101 | 1000101 | 110100 |
Color Harmonies of #D92F93
Complementary color
Monochromatic Colors of #D92F93
Black with #D92F93
Text Example
Text Example
White with #D92F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F93; }
p { color: rgb(217,47,147); }
H1.HeaderClassName
{
color: #D92F93;
}
.AnyTagClassName
{
color: #D92F93;
}
</style>
background-color css
<style>
a { background-color: #D92F93; }
a { background-color: rgb(217,47,147); }
div.DivClassName
{
background-color: #D92F93;
}
.BgClassName
{
background-color: #D92F93;
}
</style>
border-color css
<style>
span { border-color: #D92F93; }
span { border-color: rgb(217,47,147); }
td.TdClassName
{
border-color: #D92F93;
}
.TagClassName
{
border-color: #D92F93;
}
</style>