Shades of Cerise #D92F69
Tints of Cerise #D92F69
RGB
CMYK
RGB Variations
Color information
#D92F69 (or 0xD92F69) is known color: Cerise. HEX triplet: D9, 2F and 69. RGB value is (217,47,105). Sum of RGB (Red+Green+Blue) = 217+47+105=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F69 is #26D096. Grayscale: #686868. Windows color (decimal): -2543767 or 6893529. OLE color: 6893529.
HSL color Cylindrical-coordinate representation of color #D92F69: hue angle of 339.53º 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 #D92F69 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 105 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.15 |
| HSL | 339.53º | 0.69% | 0.52% | - |
| HSV(B) | 339.53º | 0.78% | 0.85% | - |
| XYZ | 32.18 | 17.8 | 15.11 | - |
| YUV | 104.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 105 | 0 | 0.78 | 0.52 | 0.15 | 339.53 | 0.69 | 0.52 |
| Hex | D9 | 2F | 69 | 0 | 4E | 34 | F | 154 | 45 | 34 |
| Octal | 331 | 57 | 151 | 0 | 116 | 64 | 17 | 524 | 105 | 64 |
| Binary | 11011001 | 101111 | 1101001 | 0 | 1001110 | 110100 | 1111 | 101010100 | 1000101 | 110100 |
Color Harmonies of #D92F69
Complementary color
Monochromatic Colors of #D92F69
Black with #D92F69
Text Example
Text Example
White with #D92F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F69; }
p { color: rgb(217,47,105); }
H1.HeaderClassName
{
color: #D92F69;
}
.AnyTagClassName
{
color: #D92F69;
}
</style>
background-color css
<style>
a { background-color: #D92F69; }
a { background-color: rgb(217,47,105); }
div.DivClassName
{
background-color: #D92F69;
}
.BgClassName
{
background-color: #D92F69;
}
</style>
border-color css
<style>
span { border-color: #D92F69; }
span { border-color: rgb(217,47,105); }
td.TdClassName
{
border-color: #D92F69;
}
.TagClassName
{
border-color: #D92F69;
}
</style>