Shades of Deep Cerise #D91F8F
Tints of Deep Cerise #D91F8F
RGB
CMYK
RGB Variations
Color information
#D91F8F (or 0xD91F8F) is known color: Deep Cerise. HEX triplet: D9, 1F and 8F. RGB value is (217,31,143). Sum of RGB (Red+Green+Blue) = 217+31+143=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91F8F is #26E070. Grayscale: #636363. Windows color (decimal): -2547825 or 9379801. OLE color: 9379801.
HSL color Cylindrical-coordinate representation of color #D91F8F: hue angle of 323.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91F8F is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 143 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.15 |
| HSL | 323.87º | 0.75% | 0.49% | - |
| HSV(B) | 323.87º | 0.86% | 0.85% | - |
| XYZ | 34.06 | 17.71 | 27.61 | - |
| YUV | 99.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 143 | 0 | 0.86 | 0.34 | 0.15 | 323.87 | 0.75 | 0.49 |
| Hex | D9 | 1F | 8F | 0 | 56 | 22 | F | 144 | 4B | 31 |
| Octal | 331 | 37 | 217 | 0 | 126 | 42 | 17 | 504 | 113 | 61 |
| Binary | 11011001 | 11111 | 10001111 | 0 | 1010110 | 100010 | 1111 | 101000100 | 1001011 | 110001 |
Color Harmonies of #D91F8F
Complementary color
Monochromatic Colors of #D91F8F
Black with #D91F8F
Text Example
Text Example
White with #D91F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F8F; }
p { color: rgb(217,31,143); }
H1.HeaderClassName
{
color: #D91F8F;
}
.AnyTagClassName
{
color: #D91F8F;
}
</style>
background-color css
<style>
a { background-color: #D91F8F; }
a { background-color: rgb(217,31,143); }
div.DivClassName
{
background-color: #D91F8F;
}
.BgClassName
{
background-color: #D91F8F;
}
</style>
border-color css
<style>
span { border-color: #D91F8F; }
span { border-color: rgb(217,31,143); }
td.TdClassName
{
border-color: #D91F8F;
}
.TagClassName
{
border-color: #D91F8F;
}
</style>