Shades of Deep Cerise #D92D9C
Tints of Deep Cerise #D92D9C
RGB
CMYK
RGB Variations
Color information
#D92D9C (or 0xD92D9C) is known color: Deep Cerise. HEX triplet: D9, 2D and 9C. RGB value is (217,45,156). Sum of RGB (Red+Green+Blue) = 217+45+156=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92D9C is #26D263. Grayscale: #6C6C6C. Windows color (decimal): -2544228 or 10235353. OLE color: 10235353.
HSL color Cylindrical-coordinate representation of color #D92D9C: hue angle of 321.28º 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 #D92D9C is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 156 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.15 |
| HSL | 321.28º | 0.69% | 0.51% | - |
| HSV(B) | 321.28º | 0.79% | 0.85% | - |
| XYZ | 35.55 | 19.03 | 33.25 | - |
| YUV | 109.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 156 | 0 | 0.79 | 0.28 | 0.15 | 321.28 | 0.69 | 0.51 |
| Hex | D9 | 2D | 9C | 0 | 4F | 1C | F | 141 | 45 | 33 |
| Octal | 331 | 55 | 234 | 0 | 117 | 34 | 17 | 501 | 105 | 63 |
| Binary | 11011001 | 101101 | 10011100 | 0 | 1001111 | 11100 | 1111 | 101000001 | 1000101 | 110011 |
Color Harmonies of #D92D9C
Complementary color
Monochromatic Colors of #D92D9C
Black with #D92D9C
Text Example
Text Example
White with #D92D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D9C; }
p { color: rgb(217,45,156); }
H1.HeaderClassName
{
color: #D92D9C;
}
.AnyTagClassName
{
color: #D92D9C;
}
</style>
background-color css
<style>
a { background-color: #D92D9C; }
a { background-color: rgb(217,45,156); }
div.DivClassName
{
background-color: #D92D9C;
}
.BgClassName
{
background-color: #D92D9C;
}
</style>
border-color css
<style>
span { border-color: #D92D9C; }
span { border-color: rgb(217,45,156); }
td.TdClassName
{
border-color: #D92D9C;
}
.TagClassName
{
border-color: #D92D9C;
}
</style>