Shades of Deep Cerise #D92478
Tints of Deep Cerise #D92478
RGB
CMYK
RGB Variations
Color information
#D92478 (or 0xD92478) is known color: Deep Cerise. HEX triplet: D9, 24 and 78. RGB value is (217,36,120). Sum of RGB (Red+Green+Blue) = 217+36+120=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D92478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92478 is #26DB87. Grayscale: #636363. Windows color (decimal): -2546568 or 7873753. OLE color: 7873753.
HSL color Cylindrical-coordinate representation of color #D92478: hue angle of 332.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92478 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 120 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.15 |
| HSL | 332.15º | 0.72% | 0.5% | - |
| HSV(B) | 332.15º | 0.83% | 0.85% | - |
| XYZ | 32.64 | 17.37 | 19.4 | - |
| YUV | 99.7 | 139.47 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 120 | 0 | 0.83 | 0.45 | 0.15 | 332.15 | 0.72 | 0.5 |
| Hex | D9 | 24 | 78 | 0 | 53 | 2D | F | 14C | 48 | 32 |
| Octal | 331 | 44 | 170 | 0 | 123 | 55 | 17 | 514 | 110 | 62 |
| Binary | 11011001 | 100100 | 1111000 | 0 | 1010011 | 101101 | 1111 | 101001100 | 1001000 | 110010 |
Color Harmonies of #D92478
Complementary color
Monochromatic Colors of #D92478
Black with #D92478
Text Example
Text Example
White with #D92478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92478; }
p { color: rgb(217,36,120); }
H1.HeaderClassName
{
color: #D92478;
}
.AnyTagClassName
{
color: #D92478;
}
</style>
background-color css
<style>
a { background-color: #D92478; }
a { background-color: rgb(217,36,120); }
div.DivClassName
{
background-color: #D92478;
}
.BgClassName
{
background-color: #D92478;
}
</style>
border-color css
<style>
span { border-color: #D92478; }
span { border-color: rgb(217,36,120); }
td.TdClassName
{
border-color: #D92478;
}
.TagClassName
{
border-color: #D92478;
}
</style>