Shades of Deep Cerise #D92D83
Tints of Deep Cerise #D92D83
RGB
CMYK
RGB Variations
Color information
#D92D83 (or 0xD92D83) is known color: Deep Cerise. HEX triplet: D9, 2D and 83. RGB value is (217,45,131). Sum of RGB (Red+Green+Blue) = 217+45+131=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92D83 is #26D27C. Grayscale: #6A6A6A. Windows color (decimal): -2544253 or 8596953. OLE color: 8596953.
HSL color Cylindrical-coordinate representation of color #D92D83: hue angle of 330º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D83 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 131 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.15 |
| HSL | 330º | 0.69% | 0.51% | - |
| HSV(B) | 330º | 0.79% | 0.85% | - |
| XYZ | 33.65 | 18.27 | 23.23 | - |
| YUV | 106.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 131 | 0 | 0.79 | 0.40 | 0.15 | 330 | 0.69 | 0.51 |
| Hex | D9 | 2D | 83 | 0 | 4F | 28 | F | 14A | 45 | 33 |
| Octal | 331 | 55 | 203 | 0 | 117 | 50 | 17 | 512 | 105 | 63 |
| Binary | 11011001 | 101101 | 10000011 | 0 | 1001111 | 101000 | 1111 | 101001010 | 1000101 | 110011 |
Color Harmonies of #D92D83
Complementary color
Monochromatic Colors of #D92D83
Black with #D92D83
Text Example
Text Example
White with #D92D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D83; }
p { color: rgb(217,45,131); }
H1.HeaderClassName
{
color: #D92D83;
}
.AnyTagClassName
{
color: #D92D83;
}
</style>
background-color css
<style>
a { background-color: #D92D83; }
a { background-color: rgb(217,45,131); }
div.DivClassName
{
background-color: #D92D83;
}
.BgClassName
{
background-color: #D92D83;
}
</style>
border-color css
<style>
span { border-color: #D92D83; }
span { border-color: rgb(217,45,131); }
td.TdClassName
{
border-color: #D92D83;
}
.TagClassName
{
border-color: #D92D83;
}
</style>