Shades of Cerise #D1235A
Tints of Cerise #D1235A
RGB
CMYK
RGB Variations
Color information
#D1235A (or 0xD1235A) is known color: Cerise. HEX triplet: D1, 23 and 5A. RGB value is (209,35,90). Sum of RGB (Red+Green+Blue) = 209+35+90=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1235A is #2EDCA5. Grayscale: #5D5D5D. Windows color (decimal): -3071142 or 5907409. OLE color: 5907409.
HSL color Cylindrical-coordinate representation of color #D1235A: hue angle of 341.03º 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 #D1235A is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 90 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.18 |
| HSL | 341.03º | 0.71% | 0.48% | - |
| HSV(B) | 341.03º | 0.83% | 0.82% | - |
| XYZ | 28.74 | 15.5 | 11.15 | - |
| YUV | 93.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 90 | 0 | 0.83 | 0.57 | 0.18 | 341.03 | 0.71 | 0.48 |
| Hex | D1 | 23 | 5A | 0 | 53 | 39 | 12 | 155 | 47 | 30 |
| Octal | 321 | 43 | 132 | 0 | 123 | 71 | 22 | 525 | 107 | 60 |
| Binary | 11010001 | 100011 | 1011010 | 0 | 1010011 | 111001 | 10010 | 101010101 | 1000111 | 110000 |
Color Harmonies of #D1235A
Complementary color
Monochromatic Colors of #D1235A
Black with #D1235A
Text Example
Text Example
White with #D1235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1235A; }
p { color: rgb(209,35,90); }
H1.HeaderClassName
{
color: #D1235A;
}
.AnyTagClassName
{
color: #D1235A;
}
</style>
background-color css
<style>
a { background-color: #D1235A; }
a { background-color: rgb(209,35,90); }
div.DivClassName
{
background-color: #D1235A;
}
.BgClassName
{
background-color: #D1235A;
}
</style>
border-color css
<style>
span { border-color: #D1235A; }
span { border-color: rgb(209,35,90); }
td.TdClassName
{
border-color: #D1235A;
}
.TagClassName
{
border-color: #D1235A;
}
</style>