Shades of Cerise #D1235D
Tints of Cerise #D1235D
RGB
CMYK
RGB Variations
Color information
#D1235D (or 0xD1235D) is known color: Cerise. HEX triplet: D1, 23 and 5D. RGB value is (209,35,93). Sum of RGB (Red+Green+Blue) = 209+35+93=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1235D is #2EDCA2. Grayscale: #5D5D5D. Windows color (decimal): -3071139 or 6104017. OLE color: 6104017.
HSL color Cylindrical-coordinate representation of color #D1235D: hue angle of 340º 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 #D1235D is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 93 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.18 |
| HSL | 340º | 0.71% | 0.48% | - |
| HSV(B) | 340º | 0.83% | 0.82% | - |
| XYZ | 28.87 | 15.55 | 11.84 | - |
| YUV | 93.64 | 127.65 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 93 | 0 | 0.83 | 0.56 | 0.18 | 340 | 0.71 | 0.48 |
| Hex | D1 | 23 | 5D | 0 | 53 | 38 | 12 | 154 | 47 | 30 |
| Octal | 321 | 43 | 135 | 0 | 123 | 70 | 22 | 524 | 107 | 60 |
| Binary | 11010001 | 100011 | 1011101 | 0 | 1010011 | 111000 | 10010 | 101010100 | 1000111 | 110000 |
Color Harmonies of #D1235D
Complementary color
Monochromatic Colors of #D1235D
Black with #D1235D
Text Example
Text Example
White with #D1235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1235D; }
p { color: rgb(209,35,93); }
H1.HeaderClassName
{
color: #D1235D;
}
.AnyTagClassName
{
color: #D1235D;
}
</style>
background-color css
<style>
a { background-color: #D1235D; }
a { background-color: rgb(209,35,93); }
div.DivClassName
{
background-color: #D1235D;
}
.BgClassName
{
background-color: #D1235D;
}
</style>
border-color css
<style>
span { border-color: #D1235D; }
span { border-color: rgb(209,35,93); }
td.TdClassName
{
border-color: #D1235D;
}
.TagClassName
{
border-color: #D1235D;
}
</style>