Shades of Cerise #D92F68
Tints of Cerise #D92F68
RGB
CMYK
RGB Variations
Color information
#D92F68 (or 0xD92F68) is known color: Cerise. HEX triplet: D9, 2F and 68. RGB value is (217,47,104). Sum of RGB (Red+Green+Blue) = 217+47+104=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F68 is #26D097. Grayscale: #686868. Windows color (decimal): -2543768 or 6827993. OLE color: 6827993.
HSL color Cylindrical-coordinate representation of color #D92F68: hue angle of 339.88º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F68 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 104 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.15 |
| HSL | 339.88º | 0.69% | 0.52% | - |
| HSV(B) | 339.88º | 0.78% | 0.85% | - |
| XYZ | 32.13 | 17.78 | 14.84 | - |
| YUV | 104.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 104 | 0 | 0.78 | 0.52 | 0.15 | 339.88 | 0.69 | 0.52 |
| Hex | D9 | 2F | 68 | 0 | 4E | 34 | F | 154 | 45 | 34 |
| Octal | 331 | 57 | 150 | 0 | 116 | 64 | 17 | 524 | 105 | 64 |
| Binary | 11011001 | 101111 | 1101000 | 0 | 1001110 | 110100 | 1111 | 101010100 | 1000101 | 110100 |
Color Harmonies of #D92F68
Complementary color
Monochromatic Colors of #D92F68
Black with #D92F68
Text Example
Text Example
White with #D92F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F68; }
p { color: rgb(217,47,104); }
H1.HeaderClassName
{
color: #D92F68;
}
.AnyTagClassName
{
color: #D92F68;
}
</style>
background-color css
<style>
a { background-color: #D92F68; }
a { background-color: rgb(217,47,104); }
div.DivClassName
{
background-color: #D92F68;
}
.BgClassName
{
background-color: #D92F68;
}
</style>
border-color css
<style>
span { border-color: #D92F68; }
span { border-color: rgb(217,47,104); }
td.TdClassName
{
border-color: #D92F68;
}
.TagClassName
{
border-color: #D92F68;
}
</style>