Shades of Cerise #D92F5D
Tints of Cerise #D92F5D
RGB
CMYK
RGB Variations
Color information
#D92F5D (or 0xD92F5D) is known color: Cerise. HEX triplet: D9, 2F and 5D. RGB value is (217,47,93). Sum of RGB (Red+Green+Blue) = 217+47+93=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F5D is #26D0A2. Grayscale: #676767. Windows color (decimal): -2543779 or 6107097. OLE color: 6107097.
HSL color Cylindrical-coordinate representation of color #D92F5D: hue angle of 343.76º 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 #D92F5D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 93 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.15 |
| HSL | 343.76º | 0.69% | 0.52% | - |
| HSV(B) | 343.76º | 0.78% | 0.85% | - |
| XYZ | 31.61 | 17.58 | 12.08 | - |
| YUV | 103.07 | 122.32 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 93 | 0 | 0.78 | 0.57 | 0.15 | 343.76 | 0.69 | 0.52 |
| Hex | D9 | 2F | 5D | 0 | 4E | 39 | F | 158 | 45 | 34 |
| Octal | 331 | 57 | 135 | 0 | 116 | 71 | 17 | 530 | 105 | 64 |
| Binary | 11011001 | 101111 | 1011101 | 0 | 1001110 | 111001 | 1111 | 101011000 | 1000101 | 110100 |
Color Harmonies of #D92F5D
Complementary color
Monochromatic Colors of #D92F5D
Black with #D92F5D
Text Example
Text Example
White with #D92F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F5D; }
p { color: rgb(217,47,93); }
H1.HeaderClassName
{
color: #D92F5D;
}
.AnyTagClassName
{
color: #D92F5D;
}
</style>
background-color css
<style>
a { background-color: #D92F5D; }
a { background-color: rgb(217,47,93); }
div.DivClassName
{
background-color: #D92F5D;
}
.BgClassName
{
background-color: #D92F5D;
}
</style>
border-color css
<style>
span { border-color: #D92F5D; }
span { border-color: rgb(217,47,93); }
td.TdClassName
{
border-color: #D92F5D;
}
.TagClassName
{
border-color: #D92F5D;
}
</style>