Shades of Cerise #D1235C
Tints of Cerise #D1235C
RGB
CMYK
RGB Variations
Color information
#D1235C (or 0xD1235C) is known color: Cerise. HEX triplet: D1, 23 and 5C. RGB value is (209,35,92). Sum of RGB (Red+Green+Blue) = 209+35+92=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1235C is #2EDCA3. Grayscale: #5D5D5D. Windows color (decimal): -3071140 or 6038481. OLE color: 6038481.
HSL color Cylindrical-coordinate representation of color #D1235C: hue angle of 340.34º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1235C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 92 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.18 |
| HSL | 340.34º | 0.71% | 0.48% | - |
| HSV(B) | 340.34º | 0.83% | 0.82% | - |
| XYZ | 28.83 | 15.53 | 11.6 | - |
| YUV | 93.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 92 | 0 | 0.83 | 0.56 | 0.18 | 340.34 | 0.71 | 0.48 |
| Hex | D1 | 23 | 5C | 0 | 53 | 38 | 12 | 154 | 47 | 30 |
| Octal | 321 | 43 | 134 | 0 | 123 | 70 | 22 | 524 | 107 | 60 |
| Binary | 11010001 | 100011 | 1011100 | 0 | 1010011 | 111000 | 10010 | 101010100 | 1000111 | 110000 |
Color Harmonies of #D1235C
Complementary color
Monochromatic Colors of #D1235C
Black with #D1235C
Text Example
Text Example
White with #D1235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1235C; }
p { color: rgb(209,35,92); }
H1.HeaderClassName
{
color: #D1235C;
}
.AnyTagClassName
{
color: #D1235C;
}
</style>
background-color css
<style>
a { background-color: #D1235C; }
a { background-color: rgb(209,35,92); }
div.DivClassName
{
background-color: #D1235C;
}
.BgClassName
{
background-color: #D1235C;
}
</style>
border-color css
<style>
span { border-color: #D1235C; }
span { border-color: rgb(209,35,92); }
td.TdClassName
{
border-color: #D1235C;
}
.TagClassName
{
border-color: #D1235C;
}
</style>