Shades of Cerise #D92F65
Tints of Cerise #D92F65
RGB
CMYK
RGB Variations
Color information
#D92F65 (or 0xD92F65) is known color: Cerise. HEX triplet: D9, 2F and 65. RGB value is (217,47,101). Sum of RGB (Red+Green+Blue) = 217+47+101=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F65 is #26D09A. Grayscale: #676767. Windows color (decimal): -2543771 or 6631385. OLE color: 6631385.
HSL color Cylindrical-coordinate representation of color #D92F65: hue angle of 340.94º 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 #D92F65 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 101 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.15 |
| HSL | 340.94º | 0.69% | 0.52% | - |
| HSV(B) | 340.94º | 0.78% | 0.85% | - |
| XYZ | 31.98 | 17.72 | 14.05 | - |
| YUV | 103.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 101 | 0 | 0.78 | 0.53 | 0.15 | 340.94 | 0.69 | 0.52 |
| Hex | D9 | 2F | 65 | 0 | 4E | 35 | F | 155 | 45 | 34 |
| Octal | 331 | 57 | 145 | 0 | 116 | 65 | 17 | 525 | 105 | 64 |
| Binary | 11011001 | 101111 | 1100101 | 0 | 1001110 | 110101 | 1111 | 101010101 | 1000101 | 110100 |
Color Harmonies of #D92F65
Complementary color
Monochromatic Colors of #D92F65
Black with #D92F65
Text Example
Text Example
White with #D92F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F65; }
p { color: rgb(217,47,101); }
H1.HeaderClassName
{
color: #D92F65;
}
.AnyTagClassName
{
color: #D92F65;
}
</style>
background-color css
<style>
a { background-color: #D92F65; }
a { background-color: rgb(217,47,101); }
div.DivClassName
{
background-color: #D92F65;
}
.BgClassName
{
background-color: #D92F65;
}
</style>
border-color css
<style>
span { border-color: #D92F65; }
span { border-color: rgb(217,47,101); }
td.TdClassName
{
border-color: #D92F65;
}
.TagClassName
{
border-color: #D92F65;
}
</style>