Shades of Cerise #D92666
Tints of Cerise #D92666
RGB
CMYK
RGB Variations
Color information
#D92666 (or 0xD92666) is known color: Cerise. HEX triplet: D9, 26 and 66. RGB value is (217,38,102). Sum of RGB (Red+Green+Blue) = 217+38+102=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D92666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92666 is #26D999. Grayscale: #626262. Windows color (decimal): -2546074 or 6694617. OLE color: 6694617.
HSL color Cylindrical-coordinate representation of color #D92666: hue angle of 338.55º 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 #D92666 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 102 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.15 |
| HSL | 338.55º | 0.7% | 0.5% | - |
| HSV(B) | 338.55º | 0.82% | 0.85% | - |
| XYZ | 31.71 | 17.1 | 14.2 | - |
| YUV | 98.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 102 | 0 | 0.82 | 0.53 | 0.15 | 338.55 | 0.7 | 0.5 |
| Hex | D9 | 26 | 66 | 0 | 52 | 35 | F | 153 | 46 | 32 |
| Octal | 331 | 46 | 146 | 0 | 122 | 65 | 17 | 523 | 106 | 62 |
| Binary | 11011001 | 100110 | 1100110 | 0 | 1010010 | 110101 | 1111 | 101010011 | 1000110 | 110010 |
Color Harmonies of #D92666
Complementary color
Monochromatic Colors of #D92666
Black with #D92666
Text Example
Text Example
White with #D92666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92666; }
p { color: rgb(217,38,102); }
H1.HeaderClassName
{
color: #D92666;
}
.AnyTagClassName
{
color: #D92666;
}
</style>
background-color css
<style>
a { background-color: #D92666; }
a { background-color: rgb(217,38,102); }
div.DivClassName
{
background-color: #D92666;
}
.BgClassName
{
background-color: #D92666;
}
</style>
border-color css
<style>
span { border-color: #D92666; }
span { border-color: rgb(217,38,102); }
td.TdClassName
{
border-color: #D92666;
}
.TagClassName
{
border-color: #D92666;
}
</style>