Shades of Cerise #D1276C
Tints of Cerise #D1276C
RGB
CMYK
RGB Variations
Color information
#D1276C (or 0xD1276C) is known color: Cerise. HEX triplet: D1, 27 and 6C. RGB value is (209,39,108). Sum of RGB (Red+Green+Blue) = 209+39+108=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1276C is #2ED893. Grayscale: #616161. Windows color (decimal): -3070100 or 7088081. OLE color: 7088081.
HSL color Cylindrical-coordinate representation of color #D1276C: hue angle of 335.65º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1276C is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 108 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.18 |
| HSL | 335.65º | 0.69% | 0.49% | - |
| HSV(B) | 335.65º | 0.81% | 0.82% | - |
| XYZ | 29.73 | 16.09 | 15.73 | - |
| YUV | 97.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 108 | 0 | 0.81 | 0.48 | 0.18 | 335.65 | 0.69 | 0.49 |
| Hex | D1 | 27 | 6C | 0 | 51 | 30 | 12 | 150 | 45 | 31 |
| Octal | 321 | 47 | 154 | 0 | 121 | 60 | 22 | 520 | 105 | 61 |
| Binary | 11010001 | 100111 | 1101100 | 0 | 1010001 | 110000 | 10010 | 101010000 | 1000101 | 110001 |
Color Harmonies of #D1276C
Complementary color
Monochromatic Colors of #D1276C
Black with #D1276C
Text Example
Text Example
White with #D1276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1276C; }
p { color: rgb(209,39,108); }
H1.HeaderClassName
{
color: #D1276C;
}
.AnyTagClassName
{
color: #D1276C;
}
</style>
background-color css
<style>
a { background-color: #D1276C; }
a { background-color: rgb(209,39,108); }
div.DivClassName
{
background-color: #D1276C;
}
.BgClassName
{
background-color: #D1276C;
}
</style>
border-color css
<style>
span { border-color: #D1276C; }
span { border-color: rgb(209,39,108); }
td.TdClassName
{
border-color: #D1276C;
}
.TagClassName
{
border-color: #D1276C;
}
</style>