Shades of Cerise #D1225B
Tints of Cerise #D1225B
RGB
CMYK
RGB Variations
Color information
#D1225B (or 0xD1225B) is known color: Cerise. HEX triplet: D1, 22 and 5B. RGB value is (209,34,91). Sum of RGB (Red+Green+Blue) = 209+34+91=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1225B is #2EDDA4. Grayscale: #5C5C5C. Windows color (decimal): -3071397 or 5972689. OLE color: 5972689.
HSL color Cylindrical-coordinate representation of color #D1225B: hue angle of 340.46º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1225B is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 91 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.18 |
| HSL | 340.46º | 0.72% | 0.48% | - |
| HSV(B) | 340.46º | 0.84% | 0.82% | - |
| XYZ | 28.75 | 15.45 | 11.37 | - |
| YUV | 92.82 | 126.98 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 91 | 0 | 0.84 | 0.56 | 0.18 | 340.46 | 0.72 | 0.48 |
| Hex | D1 | 22 | 5B | 0 | 54 | 38 | 12 | 154 | 48 | 30 |
| Octal | 321 | 42 | 133 | 0 | 124 | 70 | 22 | 524 | 110 | 60 |
| Binary | 11010001 | 100010 | 1011011 | 0 | 1010100 | 111000 | 10010 | 101010100 | 1001000 | 110000 |
Color Harmonies of #D1225B
Complementary color
Monochromatic Colors of #D1225B
Black with #D1225B
Text Example
Text Example
White with #D1225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1225B; }
p { color: rgb(209,34,91); }
H1.HeaderClassName
{
color: #D1225B;
}
.AnyTagClassName
{
color: #D1225B;
}
</style>
background-color css
<style>
a { background-color: #D1225B; }
a { background-color: rgb(209,34,91); }
div.DivClassName
{
background-color: #D1225B;
}
.BgClassName
{
background-color: #D1225B;
}
</style>
border-color css
<style>
span { border-color: #D1225B; }
span { border-color: rgb(209,34,91); }
td.TdClassName
{
border-color: #D1225B;
}
.TagClassName
{
border-color: #D1225B;
}
</style>