Shades of Cerise #D92871
Tints of Cerise #D92871
RGB
CMYK
RGB Variations
Color information
#D92871 (or 0xD92871) is known color: Cerise. HEX triplet: D9, 28 and 71. RGB value is (217,40,113). Sum of RGB (Red+Green+Blue) = 217+40+113=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D92871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92871 is #26D78E. Grayscale: #656565. Windows color (decimal): -2545551 or 7416025. OLE color: 7416025.
HSL color Cylindrical-coordinate representation of color #D92871: hue angle of 335.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92871 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 113 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.15 |
| HSL | 335.25º | 0.7% | 0.5% | - |
| HSV(B) | 335.25º | 0.82% | 0.85% | - |
| XYZ | 32.35 | 17.46 | 17.29 | - |
| YUV | 101.25 | 134.64 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 113 | 0 | 0.82 | 0.48 | 0.15 | 335.25 | 0.7 | 0.5 |
| Hex | D9 | 28 | 71 | 0 | 52 | 30 | F | 14F | 46 | 32 |
| Octal | 331 | 50 | 161 | 0 | 122 | 60 | 17 | 517 | 106 | 62 |
| Binary | 11011001 | 101000 | 1110001 | 0 | 1010010 | 110000 | 1111 | 101001111 | 1000110 | 110010 |
Color Harmonies of #D92871
Complementary color
Monochromatic Colors of #D92871
Black with #D92871
Text Example
Text Example
White with #D92871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92871; }
p { color: rgb(217,40,113); }
H1.HeaderClassName
{
color: #D92871;
}
.AnyTagClassName
{
color: #D92871;
}
</style>
background-color css
<style>
a { background-color: #D92871; }
a { background-color: rgb(217,40,113); }
div.DivClassName
{
background-color: #D92871;
}
.BgClassName
{
background-color: #D92871;
}
</style>
border-color css
<style>
span { border-color: #D92871; }
span { border-color: rgb(217,40,113); }
td.TdClassName
{
border-color: #D92871;
}
.TagClassName
{
border-color: #D92871;
}
</style>