Shades of Cerise #D92472
Tints of Cerise #D92472
RGB
CMYK
RGB Variations
Color information
#D92472 (or 0xD92472) is known color: Cerise. HEX triplet: D9, 24 and 72. RGB value is (217,36,114). Sum of RGB (Red+Green+Blue) = 217+36+114=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D92472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92472 is #26DB8D. Grayscale: #626262. Windows color (decimal): -2546574 or 7480537. OLE color: 7480537.
HSL color Cylindrical-coordinate representation of color #D92472: hue angle of 334.14º 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 #D92472 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 114 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.15 |
| HSL | 334.14º | 0.72% | 0.5% | - |
| HSV(B) | 334.14º | 0.83% | 0.85% | - |
| XYZ | 32.28 | 17.23 | 17.54 | - |
| YUV | 99.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 114 | 0 | 0.83 | 0.47 | 0.15 | 334.14 | 0.72 | 0.5 |
| Hex | D9 | 24 | 72 | 0 | 53 | 2F | F | 14E | 48 | 32 |
| Octal | 331 | 44 | 162 | 0 | 123 | 57 | 17 | 516 | 110 | 62 |
| Binary | 11011001 | 100100 | 1110010 | 0 | 1010011 | 101111 | 1111 | 101001110 | 1001000 | 110010 |
Color Harmonies of #D92472
Complementary color
Monochromatic Colors of #D92472
Black with #D92472
Text Example
Text Example
White with #D92472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92472; }
p { color: rgb(217,36,114); }
H1.HeaderClassName
{
color: #D92472;
}
.AnyTagClassName
{
color: #D92472;
}
</style>
background-color css
<style>
a { background-color: #D92472; }
a { background-color: rgb(217,36,114); }
div.DivClassName
{
background-color: #D92472;
}
.BgClassName
{
background-color: #D92472;
}
</style>
border-color css
<style>
span { border-color: #D92472; }
span { border-color: rgb(217,36,114); }
td.TdClassName
{
border-color: #D92472;
}
.TagClassName
{
border-color: #D92472;
}
</style>