Shades of Deep Cerise #D92D7B
Tints of Deep Cerise #D92D7B
RGB
CMYK
RGB Variations
Color information
#D92D7B (or 0xD92D7B) is known color: Deep Cerise. HEX triplet: D9, 2D and 7B. RGB value is (217,45,123). Sum of RGB (Red+Green+Blue) = 217+45+123=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D7B is #26D284. Grayscale: #696969. Windows color (decimal): -2544261 or 8072665. OLE color: 8072665.
HSL color Cylindrical-coordinate representation of color #D92D7B: hue angle of 332.79º 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 #D92D7B is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 123 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.15 |
| HSL | 332.79º | 0.69% | 0.51% | - |
| HSV(B) | 332.79º | 0.79% | 0.85% | - |
| XYZ | 33.13 | 18.06 | 20.48 | - |
| YUV | 105.32 | 137.98 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 123 | 0 | 0.79 | 0.43 | 0.15 | 332.79 | 0.69 | 0.51 |
| Hex | D9 | 2D | 7B | 0 | 4F | 2B | F | 14D | 45 | 33 |
| Octal | 331 | 55 | 173 | 0 | 117 | 53 | 17 | 515 | 105 | 63 |
| Binary | 11011001 | 101101 | 1111011 | 0 | 1001111 | 101011 | 1111 | 101001101 | 1000101 | 110011 |
Color Harmonies of #D92D7B
Complementary color
Monochromatic Colors of #D92D7B
Black with #D92D7B
Text Example
Text Example
White with #D92D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D7B; }
p { color: rgb(217,45,123); }
H1.HeaderClassName
{
color: #D92D7B;
}
.AnyTagClassName
{
color: #D92D7B;
}
</style>
background-color css
<style>
a { background-color: #D92D7B; }
a { background-color: rgb(217,45,123); }
div.DivClassName
{
background-color: #D92D7B;
}
.BgClassName
{
background-color: #D92D7B;
}
</style>
border-color css
<style>
span { border-color: #D92D7B; }
span { border-color: rgb(217,45,123); }
td.TdClassName
{
border-color: #D92D7B;
}
.TagClassName
{
border-color: #D92D7B;
}
</style>