Shades of Cerise #D1255F
Tints of Cerise #D1255F
RGB
CMYK
RGB Variations
Color information
#D1255F (or 0xD1255F) is known color: Cerise. HEX triplet: D1, 25 and 5F. RGB value is (209,37,95). Sum of RGB (Red+Green+Blue) = 209+37+95=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1255F is #2EDAA0. Grayscale: #5E5E5E. Windows color (decimal): -3070625 or 6235601. OLE color: 6235601.
HSL color Cylindrical-coordinate representation of color #D1255F: hue angle of 339.77º 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 #D1255F is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 95 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.18 |
| HSL | 339.77º | 0.7% | 0.48% | - |
| HSV(B) | 339.77º | 0.82% | 0.82% | - |
| XYZ | 29.02 | 15.7 | 12.33 | - |
| YUV | 95.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 95 | 0 | 0.82 | 0.55 | 0.18 | 339.77 | 0.7 | 0.48 |
| Hex | D1 | 25 | 5F | 0 | 52 | 37 | 12 | 154 | 46 | 30 |
| Octal | 321 | 45 | 137 | 0 | 122 | 67 | 22 | 524 | 106 | 60 |
| Binary | 11010001 | 100101 | 1011111 | 0 | 1010010 | 110111 | 10010 | 101010100 | 1000110 | 110000 |
Color Harmonies of #D1255F
Complementary color
Monochromatic Colors of #D1255F
Black with #D1255F
Text Example
Text Example
White with #D1255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1255F; }
p { color: rgb(209,37,95); }
H1.HeaderClassName
{
color: #D1255F;
}
.AnyTagClassName
{
color: #D1255F;
}
</style>
background-color css
<style>
a { background-color: #D1255F; }
a { background-color: rgb(209,37,95); }
div.DivClassName
{
background-color: #D1255F;
}
.BgClassName
{
background-color: #D1255F;
}
</style>
border-color css
<style>
span { border-color: #D1255F; }
span { border-color: rgb(209,37,95); }
td.TdClassName
{
border-color: #D1255F;
}
.TagClassName
{
border-color: #D1255F;
}
</style>