Shades of Cerise #D92D68
Tints of Cerise #D92D68
RGB
CMYK
RGB Variations
Color information
#D92D68 (or 0xD92D68) is known color: Cerise. HEX triplet: D9, 2D and 68. RGB value is (217,45,104). Sum of RGB (Red+Green+Blue) = 217+45+104=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D68 is #26D297. Grayscale: #676767. Windows color (decimal): -2544280 or 6827481. OLE color: 6827481.
HSL color Cylindrical-coordinate representation of color #D92D68: hue angle of 339.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D68 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 104 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.15 |
| HSL | 339.42º | 0.69% | 0.51% | - |
| HSV(B) | 339.42º | 0.79% | 0.85% | - |
| XYZ | 32.05 | 17.63 | 14.81 | - |
| YUV | 103.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 104 | 0 | 0.79 | 0.52 | 0.15 | 339.42 | 0.69 | 0.51 |
| Hex | D9 | 2D | 68 | 0 | 4F | 34 | F | 153 | 45 | 33 |
| Octal | 331 | 55 | 150 | 0 | 117 | 64 | 17 | 523 | 105 | 63 |
| Binary | 11011001 | 101101 | 1101000 | 0 | 1001111 | 110100 | 1111 | 101010011 | 1000101 | 110011 |
Color Harmonies of #D92D68
Complementary color
Monochromatic Colors of #D92D68
Black with #D92D68
Text Example
Text Example
White with #D92D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D68; }
p { color: rgb(217,45,104); }
H1.HeaderClassName
{
color: #D92D68;
}
.AnyTagClassName
{
color: #D92D68;
}
</style>
background-color css
<style>
a { background-color: #D92D68; }
a { background-color: rgb(217,45,104); }
div.DivClassName
{
background-color: #D92D68;
}
.BgClassName
{
background-color: #D92D68;
}
</style>
border-color css
<style>
span { border-color: #D92D68; }
span { border-color: rgb(217,45,104); }
td.TdClassName
{
border-color: #D92D68;
}
.TagClassName
{
border-color: #D92D68;
}
</style>