Shades of Deep Cerise #D92C75
Tints of Deep Cerise #D92C75
RGB
CMYK
RGB Variations
Color information
#D92C75 (or 0xD92C75) is known color: Deep Cerise. HEX triplet: D9, 2C and 75. RGB value is (217,44,117). Sum of RGB (Red+Green+Blue) = 217+44+117=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C75 is #26D38A. Grayscale: #676767. Windows color (decimal): -2544523 or 7679193. OLE color: 7679193.
HSL color Cylindrical-coordinate representation of color #D92C75: hue angle of 334.68º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C75 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 117 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.15 |
| HSL | 334.68º | 0.69% | 0.51% | - |
| HSV(B) | 334.68º | 0.8% | 0.85% | - |
| XYZ | 32.73 | 17.84 | 18.55 | - |
| YUV | 104.05 | 135.31 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 117 | 0 | 0.80 | 0.46 | 0.15 | 334.68 | 0.69 | 0.51 |
| Hex | D9 | 2C | 75 | 0 | 50 | 2E | F | 14F | 45 | 33 |
| Octal | 331 | 54 | 165 | 0 | 120 | 56 | 17 | 517 | 105 | 63 |
| Binary | 11011001 | 101100 | 1110101 | 0 | 1010000 | 101110 | 1111 | 101001111 | 1000101 | 110011 |
Color Harmonies of #D92C75
Complementary color
Monochromatic Colors of #D92C75
Black with #D92C75
Text Example
Text Example
White with #D92C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C75; }
p { color: rgb(217,44,117); }
H1.HeaderClassName
{
color: #D92C75;
}
.AnyTagClassName
{
color: #D92C75;
}
</style>
background-color css
<style>
a { background-color: #D92C75; }
a { background-color: rgb(217,44,117); }
div.DivClassName
{
background-color: #D92C75;
}
.BgClassName
{
background-color: #D92C75;
}
</style>
border-color css
<style>
span { border-color: #D92C75; }
span { border-color: rgb(217,44,117); }
td.TdClassName
{
border-color: #D92C75;
}
.TagClassName
{
border-color: #D92C75;
}
</style>