Shades of Cerise #D1366C
Tints of Cerise #D1366C
RGB
CMYK
RGB Variations
Color information
#D1366C (or 0xD1366C) is known color: Cerise. HEX triplet: D1, 36 and 6C. RGB value is (209,54,108). Sum of RGB (Red+Green+Blue) = 209+54+108=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1366C is #2EC993. Grayscale: #6A6A6A. Windows color (decimal): -3066260 or 7091921. OLE color: 7091921.
HSL color Cylindrical-coordinate representation of color #D1366C: hue angle of 339.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1366C is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 108 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.18 |
| HSL | 339.1º | 0.63% | 0.52% | - |
| HSV(B) | 339.1º | 0.74% | 0.82% | - |
| XYZ | 30.32 | 17.28 | 15.92 | - |
| YUV | 106.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 108 | 0 | 0.74 | 0.48 | 0.18 | 339.1 | 0.63 | 0.52 |
| Hex | D1 | 36 | 6C | 0 | 4A | 30 | 12 | 153 | 3F | 34 |
| Octal | 321 | 66 | 154 | 0 | 112 | 60 | 22 | 523 | 77 | 64 |
| Binary | 11010001 | 110110 | 1101100 | 0 | 1001010 | 110000 | 10010 | 101010011 | 111111 | 110100 |
Color Harmonies of #D1366C
Complementary color
Monochromatic Colors of #D1366C
Black with #D1366C
Text Example
Text Example
White with #D1366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1366C; }
p { color: rgb(209,54,108); }
H1.HeaderClassName
{
color: #D1366C;
}
.AnyTagClassName
{
color: #D1366C;
}
</style>
background-color css
<style>
a { background-color: #D1366C; }
a { background-color: rgb(209,54,108); }
div.DivClassName
{
background-color: #D1366C;
}
.BgClassName
{
background-color: #D1366C;
}
</style>
border-color css
<style>
span { border-color: #D1366C; }
span { border-color: rgb(209,54,108); }
td.TdClassName
{
border-color: #D1366C;
}
.TagClassName
{
border-color: #D1366C;
}
</style>