Shades of Cerise #D92B5C
Tints of Cerise #D92B5C
RGB
CMYK
RGB Variations
Color information
#D92B5C (or 0xD92B5C) is known color: Cerise. HEX triplet: D9, 2B and 5C. RGB value is (217,43,92). Sum of RGB (Red+Green+Blue) = 217+43+92=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B5C is #26D4A3. Grayscale: #646464. Windows color (decimal): -2544804 or 6040537. OLE color: 6040537.
HSL color Cylindrical-coordinate representation of color #D92B5C: hue angle of 343.1º 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 #D92B5C is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 92 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.15 |
| HSL | 343.1º | 0.7% | 0.51% | - |
| HSV(B) | 343.1º | 0.8% | 0.85% | - |
| XYZ | 31.41 | 17.25 | 11.8 | - |
| YUV | 100.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 92 | 0 | 0.80 | 0.58 | 0.15 | 343.1 | 0.7 | 0.51 |
| Hex | D9 | 2B | 5C | 0 | 50 | 3A | F | 157 | 46 | 33 |
| Octal | 331 | 53 | 134 | 0 | 120 | 72 | 17 | 527 | 106 | 63 |
| Binary | 11011001 | 101011 | 1011100 | 0 | 1010000 | 111010 | 1111 | 101010111 | 1000110 | 110011 |
Color Harmonies of #D92B5C
Complementary color
Monochromatic Colors of #D92B5C
Black with #D92B5C
Text Example
Text Example
White with #D92B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B5C; }
p { color: rgb(217,43,92); }
H1.HeaderClassName
{
color: #D92B5C;
}
.AnyTagClassName
{
color: #D92B5C;
}
</style>
background-color css
<style>
a { background-color: #D92B5C; }
a { background-color: rgb(217,43,92); }
div.DivClassName
{
background-color: #D92B5C;
}
.BgClassName
{
background-color: #D92B5C;
}
</style>
border-color css
<style>
span { border-color: #D92B5C; }
span { border-color: rgb(217,43,92); }
td.TdClassName
{
border-color: #D92B5C;
}
.TagClassName
{
border-color: #D92B5C;
}
</style>