Shades of Cerise #D92F6C
Tints of Cerise #D92F6C
RGB
CMYK
RGB Variations
Color information
#D92F6C (or 0xD92F6C) is known color: Cerise. HEX triplet: D9, 2F and 6C. RGB value is (217,47,108). Sum of RGB (Red+Green+Blue) = 217+47+108=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F6C is #26D093. Grayscale: #686868. Windows color (decimal): -2543764 or 7090137. OLE color: 7090137.
HSL color Cylindrical-coordinate representation of color #D92F6C: hue angle of 338.47º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F6C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 108 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.15 |
| HSL | 338.47º | 0.69% | 0.52% | - |
| HSV(B) | 338.47º | 0.78% | 0.85% | - |
| XYZ | 32.34 | 17.87 | 15.93 | - |
| YUV | 104.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 108 | 0 | 0.78 | 0.50 | 0.15 | 338.47 | 0.69 | 0.52 |
| Hex | D9 | 2F | 6C | 0 | 4E | 32 | F | 152 | 45 | 34 |
| Octal | 331 | 57 | 154 | 0 | 116 | 62 | 17 | 522 | 105 | 64 |
| Binary | 11011001 | 101111 | 1101100 | 0 | 1001110 | 110010 | 1111 | 101010010 | 1000101 | 110100 |
Color Harmonies of #D92F6C
Complementary color
Monochromatic Colors of #D92F6C
Black with #D92F6C
Text Example
Text Example
White with #D92F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F6C; }
p { color: rgb(217,47,108); }
H1.HeaderClassName
{
color: #D92F6C;
}
.AnyTagClassName
{
color: #D92F6C;
}
</style>
background-color css
<style>
a { background-color: #D92F6C; }
a { background-color: rgb(217,47,108); }
div.DivClassName
{
background-color: #D92F6C;
}
.BgClassName
{
background-color: #D92F6C;
}
</style>
border-color css
<style>
span { border-color: #D92F6C; }
span { border-color: rgb(217,47,108); }
td.TdClassName
{
border-color: #D92F6C;
}
.TagClassName
{
border-color: #D92F6C;
}
</style>