Shades of Cerise #D92A6C
Tints of Cerise #D92A6C
RGB
CMYK
RGB Variations
Color information
#D92A6C (or 0xD92A6C) is known color: Cerise. HEX triplet: D9, 2A and 6C. RGB value is (217,42,108). Sum of RGB (Red+Green+Blue) = 217+42+108=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92A6C is #26D593. Grayscale: #656565. Windows color (decimal): -2545044 or 7088857. OLE color: 7088857.
HSL color Cylindrical-coordinate representation of color #D92A6C: hue angle of 337.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A6C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 108 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.15 |
| HSL | 337.37º | 0.7% | 0.51% | - |
| HSV(B) | 337.37º | 0.81% | 0.85% | - |
| XYZ | 32.15 | 17.49 | 15.87 | - |
| YUV | 101.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 108 | 0 | 0.81 | 0.50 | 0.15 | 337.37 | 0.7 | 0.51 |
| Hex | D9 | 2A | 6C | 0 | 51 | 32 | F | 151 | 46 | 33 |
| Octal | 331 | 52 | 154 | 0 | 121 | 62 | 17 | 521 | 106 | 63 |
| Binary | 11011001 | 101010 | 1101100 | 0 | 1010001 | 110010 | 1111 | 101010001 | 1000110 | 110011 |
Color Harmonies of #D92A6C
Complementary color
Monochromatic Colors of #D92A6C
Black with #D92A6C
Text Example
Text Example
White with #D92A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A6C; }
p { color: rgb(217,42,108); }
H1.HeaderClassName
{
color: #D92A6C;
}
.AnyTagClassName
{
color: #D92A6C;
}
</style>
background-color css
<style>
a { background-color: #D92A6C; }
a { background-color: rgb(217,42,108); }
div.DivClassName
{
background-color: #D92A6C;
}
.BgClassName
{
background-color: #D92A6C;
}
</style>
border-color css
<style>
span { border-color: #D92A6C; }
span { border-color: rgb(217,42,108); }
td.TdClassName
{
border-color: #D92A6C;
}
.TagClassName
{
border-color: #D92A6C;
}
</style>