Shades of Cerise #D92668
Tints of Cerise #D92668
RGB
CMYK
RGB Variations
Color information
#D92668 (or 0xD92668) is known color: Cerise. HEX triplet: D9, 26 and 68. RGB value is (217,38,104). Sum of RGB (Red+Green+Blue) = 217+38+104=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D92668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92668 is #26D997. Grayscale: #626262. Windows color (decimal): -2546072 or 6825689. OLE color: 6825689.
HSL color Cylindrical-coordinate representation of color #D92668: hue angle of 337.88º 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 #D92668 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 104 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.15 |
| HSL | 337.88º | 0.7% | 0.5% | - |
| HSV(B) | 337.88º | 0.82% | 0.85% | - |
| XYZ | 31.81 | 17.14 | 14.73 | - |
| YUV | 99.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 104 | 0 | 0.82 | 0.52 | 0.15 | 337.88 | 0.7 | 0.5 |
| Hex | D9 | 26 | 68 | 0 | 52 | 34 | F | 152 | 46 | 32 |
| Octal | 331 | 46 | 150 | 0 | 122 | 64 | 17 | 522 | 106 | 62 |
| Binary | 11011001 | 100110 | 1101000 | 0 | 1010010 | 110100 | 1111 | 101010010 | 1000110 | 110010 |
Color Harmonies of #D92668
Complementary color
Monochromatic Colors of #D92668
Black with #D92668
Text Example
Text Example
White with #D92668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92668; }
p { color: rgb(217,38,104); }
H1.HeaderClassName
{
color: #D92668;
}
.AnyTagClassName
{
color: #D92668;
}
</style>
background-color css
<style>
a { background-color: #D92668; }
a { background-color: rgb(217,38,104); }
div.DivClassName
{
background-color: #D92668;
}
.BgClassName
{
background-color: #D92668;
}
</style>
border-color css
<style>
span { border-color: #D92668; }
span { border-color: rgb(217,38,104); }
td.TdClassName
{
border-color: #D92668;
}
.TagClassName
{
border-color: #D92668;
}
</style>