Shades of Cerise #D1255C
Tints of Cerise #D1255C
RGB
CMYK
RGB Variations
Color information
#D1255C (or 0xD1255C) is known color: Cerise. HEX triplet: D1, 25 and 5C. RGB value is (209,37,92). Sum of RGB (Red+Green+Blue) = 209+37+92=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1255C is #2EDAA3. Grayscale: #5E5E5E. Windows color (decimal): -3070628 or 6038993. OLE color: 6038993.
HSL color Cylindrical-coordinate representation of color #D1255C: hue angle of 340.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1255C is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 92 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.18 |
| HSL | 340.81º | 0.7% | 0.48% | - |
| HSV(B) | 340.81º | 0.82% | 0.82% | - |
| XYZ | 28.89 | 15.65 | 11.62 | - |
| YUV | 94.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 92 | 0 | 0.82 | 0.56 | 0.18 | 340.81 | 0.7 | 0.48 |
| Hex | D1 | 25 | 5C | 0 | 52 | 38 | 12 | 155 | 46 | 30 |
| Octal | 321 | 45 | 134 | 0 | 122 | 70 | 22 | 525 | 106 | 60 |
| Binary | 11010001 | 100101 | 1011100 | 0 | 1010010 | 111000 | 10010 | 101010101 | 1000110 | 110000 |
Color Harmonies of #D1255C
Complementary color
Monochromatic Colors of #D1255C
Black with #D1255C
Text Example
Text Example
White with #D1255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1255C; }
p { color: rgb(209,37,92); }
H1.HeaderClassName
{
color: #D1255C;
}
.AnyTagClassName
{
color: #D1255C;
}
</style>
background-color css
<style>
a { background-color: #D1255C; }
a { background-color: rgb(209,37,92); }
div.DivClassName
{
background-color: #D1255C;
}
.BgClassName
{
background-color: #D1255C;
}
</style>
border-color css
<style>
span { border-color: #D1255C; }
span { border-color: rgb(209,37,92); }
td.TdClassName
{
border-color: #D1255C;
}
.TagClassName
{
border-color: #D1255C;
}
</style>