Shades of Cerise #D92D6B
Tints of Cerise #D92D6B
RGB
CMYK
RGB Variations
Color information
#D92D6B (or 0xD92D6B) is known color: Cerise. HEX triplet: D9, 2D and 6B. RGB value is (217,45,107). Sum of RGB (Red+Green+Blue) = 217+45+107=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D6B is #26D294. Grayscale: #676767. Windows color (decimal): -2544277 or 7024089. OLE color: 7024089.
HSL color Cylindrical-coordinate representation of color #D92D6B: hue angle of 338.37º 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 #D92D6B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 107 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.15 |
| HSL | 338.37º | 0.69% | 0.51% | - |
| HSV(B) | 338.37º | 0.79% | 0.85% | - |
| XYZ | 32.21 | 17.69 | 15.63 | - |
| YUV | 103.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 107 | 0 | 0.79 | 0.51 | 0.15 | 338.37 | 0.69 | 0.51 |
| Hex | D9 | 2D | 6B | 0 | 4F | 33 | F | 152 | 45 | 33 |
| Octal | 331 | 55 | 153 | 0 | 117 | 63 | 17 | 522 | 105 | 63 |
| Binary | 11011001 | 101101 | 1101011 | 0 | 1001111 | 110011 | 1111 | 101010010 | 1000101 | 110011 |
Color Harmonies of #D92D6B
Complementary color
Monochromatic Colors of #D92D6B
Black with #D92D6B
Text Example
Text Example
White with #D92D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D6B; }
p { color: rgb(217,45,107); }
H1.HeaderClassName
{
color: #D92D6B;
}
.AnyTagClassName
{
color: #D92D6B;
}
</style>
background-color css
<style>
a { background-color: #D92D6B; }
a { background-color: rgb(217,45,107); }
div.DivClassName
{
background-color: #D92D6B;
}
.BgClassName
{
background-color: #D92D6B;
}
</style>
border-color css
<style>
span { border-color: #D92D6B; }
span { border-color: rgb(217,45,107); }
td.TdClassName
{
border-color: #D92D6B;
}
.TagClassName
{
border-color: #D92D6B;
}
</style>