Shades of Cerise #D92F5A
Tints of Cerise #D92F5A
RGB
CMYK
RGB Variations
Color information
#D92F5A (or 0xD92F5A) is known color: Cerise. HEX triplet: D9, 2F and 5A. RGB value is (217,47,90). Sum of RGB (Red+Green+Blue) = 217+47+90=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F5A is #26D0A5. Grayscale: #666666. Windows color (decimal): -2543782 or 5910489. OLE color: 5910489.
HSL color Cylindrical-coordinate representation of color #D92F5A: hue angle of 344.82º 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 #D92F5A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 90 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.15 |
| HSL | 344.82º | 0.69% | 0.52% | - |
| HSV(B) | 344.82º | 0.78% | 0.85% | - |
| XYZ | 31.48 | 17.52 | 11.4 | - |
| YUV | 102.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 90 | 0 | 0.78 | 0.59 | 0.15 | 344.82 | 0.69 | 0.52 |
| Hex | D9 | 2F | 5A | 0 | 4E | 3B | F | 159 | 45 | 34 |
| Octal | 331 | 57 | 132 | 0 | 116 | 73 | 17 | 531 | 105 | 64 |
| Binary | 11011001 | 101111 | 1011010 | 0 | 1001110 | 111011 | 1111 | 101011001 | 1000101 | 110100 |
Color Harmonies of #D92F5A
Complementary color
Monochromatic Colors of #D92F5A
Black with #D92F5A
Text Example
Text Example
White with #D92F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F5A; }
p { color: rgb(217,47,90); }
H1.HeaderClassName
{
color: #D92F5A;
}
.AnyTagClassName
{
color: #D92F5A;
}
</style>
background-color css
<style>
a { background-color: #D92F5A; }
a { background-color: rgb(217,47,90); }
div.DivClassName
{
background-color: #D92F5A;
}
.BgClassName
{
background-color: #D92F5A;
}
</style>
border-color css
<style>
span { border-color: #D92F5A; }
span { border-color: rgb(217,47,90); }
td.TdClassName
{
border-color: #D92F5A;
}
.TagClassName
{
border-color: #D92F5A;
}
</style>