Shades of Cerise #D92B69
Tints of Cerise #D92B69
RGB
CMYK
RGB Variations
Color information
#D92B69 (or 0xD92B69) is known color: Cerise. HEX triplet: D9, 2B and 69. RGB value is (217,43,105). Sum of RGB (Red+Green+Blue) = 217+43+105=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B69 is #26D496. Grayscale: #666666. Windows color (decimal): -2544791 or 6892505. OLE color: 6892505.
HSL color Cylindrical-coordinate representation of color #D92B69: hue angle of 338.62º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B69 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 105 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.15 |
| HSL | 338.62º | 0.7% | 0.51% | - |
| HSV(B) | 338.62º | 0.8% | 0.85% | - |
| XYZ | 32.03 | 17.5 | 15.05 | - |
| YUV | 102.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 105 | 0 | 0.80 | 0.52 | 0.15 | 338.62 | 0.7 | 0.51 |
| Hex | D9 | 2B | 69 | 0 | 50 | 34 | F | 153 | 46 | 33 |
| Octal | 331 | 53 | 151 | 0 | 120 | 64 | 17 | 523 | 106 | 63 |
| Binary | 11011001 | 101011 | 1101001 | 0 | 1010000 | 110100 | 1111 | 101010011 | 1000110 | 110011 |
Color Harmonies of #D92B69
Complementary color
Monochromatic Colors of #D92B69
Black with #D92B69
Text Example
Text Example
White with #D92B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B69; }
p { color: rgb(217,43,105); }
H1.HeaderClassName
{
color: #D92B69;
}
.AnyTagClassName
{
color: #D92B69;
}
</style>
background-color css
<style>
a { background-color: #D92B69; }
a { background-color: rgb(217,43,105); }
div.DivClassName
{
background-color: #D92B69;
}
.BgClassName
{
background-color: #D92B69;
}
</style>
border-color css
<style>
span { border-color: #D92B69; }
span { border-color: rgb(217,43,105); }
td.TdClassName
{
border-color: #D92B69;
}
.TagClassName
{
border-color: #D92B69;
}
</style>