Shades of Cerise #D1276B
Tints of Cerise #D1276B
RGB
CMYK
RGB Variations
Color information
#D1276B (or 0xD1276B) is known color: Cerise. HEX triplet: D1, 27 and 6B. RGB value is (209,39,107). Sum of RGB (Red+Green+Blue) = 209+39+107=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1276B is #2ED894. Grayscale: #616161. Windows color (decimal): -3070101 or 7022545. OLE color: 7022545.
HSL color Cylindrical-coordinate representation of color #D1276B: hue angle of 336º 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 #D1276B is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 107 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.18 |
| HSL | 336º | 0.69% | 0.49% | - |
| HSV(B) | 336º | 0.81% | 0.82% | - |
| XYZ | 29.67 | 16.07 | 15.45 | - |
| YUV | 97.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 107 | 0 | 0.81 | 0.49 | 0.18 | 336 | 0.69 | 0.49 |
| Hex | D1 | 27 | 6B | 0 | 51 | 31 | 12 | 150 | 45 | 31 |
| Octal | 321 | 47 | 153 | 0 | 121 | 61 | 22 | 520 | 105 | 61 |
| Binary | 11010001 | 100111 | 1101011 | 0 | 1010001 | 110001 | 10010 | 101010000 | 1000101 | 110001 |
Color Harmonies of #D1276B
Complementary color
Monochromatic Colors of #D1276B
Black with #D1276B
Text Example
Text Example
White with #D1276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1276B; }
p { color: rgb(209,39,107); }
H1.HeaderClassName
{
color: #D1276B;
}
.AnyTagClassName
{
color: #D1276B;
}
</style>
background-color css
<style>
a { background-color: #D1276B; }
a { background-color: rgb(209,39,107); }
div.DivClassName
{
background-color: #D1276B;
}
.BgClassName
{
background-color: #D1276B;
}
</style>
border-color css
<style>
span { border-color: #D1276B; }
span { border-color: rgb(209,39,107); }
td.TdClassName
{
border-color: #D1276B;
}
.TagClassName
{
border-color: #D1276B;
}
</style>