Shades of Cerise #D92D6D
Tints of Cerise #D92D6D
RGB
CMYK
RGB Variations
Color information
#D92D6D (or 0xD92D6D) is known color: Cerise. HEX triplet: D9, 2D and 6D. RGB value is (217,45,109). Sum of RGB (Red+Green+Blue) = 217+45+109=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D6D is #26D292. Grayscale: #676767. Windows color (decimal): -2544275 or 7155161. OLE color: 7155161.
HSL color Cylindrical-coordinate representation of color #D92D6D: hue angle of 337.67º 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 #D92D6D is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 109 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.15 |
| HSL | 337.67º | 0.69% | 0.51% | - |
| HSV(B) | 337.67º | 0.79% | 0.85% | - |
| XYZ | 32.31 | 17.73 | 16.19 | - |
| YUV | 103.72 | 130.98 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 109 | 0 | 0.79 | 0.50 | 0.15 | 337.67 | 0.69 | 0.51 |
| Hex | D9 | 2D | 6D | 0 | 4F | 32 | F | 152 | 45 | 33 |
| Octal | 331 | 55 | 155 | 0 | 117 | 62 | 17 | 522 | 105 | 63 |
| Binary | 11011001 | 101101 | 1101101 | 0 | 1001111 | 110010 | 1111 | 101010010 | 1000101 | 110011 |
Color Harmonies of #D92D6D
Complementary color
Monochromatic Colors of #D92D6D
Black with #D92D6D
Text Example
Text Example
White with #D92D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D6D; }
p { color: rgb(217,45,109); }
H1.HeaderClassName
{
color: #D92D6D;
}
.AnyTagClassName
{
color: #D92D6D;
}
</style>
background-color css
<style>
a { background-color: #D92D6D; }
a { background-color: rgb(217,45,109); }
div.DivClassName
{
background-color: #D92D6D;
}
.BgClassName
{
background-color: #D92D6D;
}
</style>
border-color css
<style>
span { border-color: #D92D6D; }
span { border-color: rgb(217,45,109); }
td.TdClassName
{
border-color: #D92D6D;
}
.TagClassName
{
border-color: #D92D6D;
}
</style>