Shades of Cerise #D2225F
Tints of Cerise #D2225F
RGB
CMYK
RGB Variations
Color information
#D2225F (or 0xD2225F) is known color: Cerise. HEX triplet: D2, 22 and 5F. RGB value is (210,34,95). Sum of RGB (Red+Green+Blue) = 210+34+95=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2225F is #2DDDA0. Grayscale: #5D5D5D. Windows color (decimal): -3005857 or 6234834. OLE color: 6234834.
HSL color Cylindrical-coordinate representation of color #D2225F: hue angle of 339.2º 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 #D2225F is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 95 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.18 |
| HSL | 339.2º | 0.72% | 0.48% | - |
| HSV(B) | 339.2º | 0.84% | 0.82% | - |
| XYZ | 29.22 | 15.67 | 12.31 | - |
| YUV | 93.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 95 | 0 | 0.84 | 0.55 | 0.18 | 339.2 | 0.72 | 0.48 |
| Hex | D2 | 22 | 5F | 0 | 54 | 37 | 12 | 153 | 48 | 30 |
| Octal | 322 | 42 | 137 | 0 | 124 | 67 | 22 | 523 | 110 | 60 |
| Binary | 11010010 | 100010 | 1011111 | 0 | 1010100 | 110111 | 10010 | 101010011 | 1001000 | 110000 |
Color Harmonies of #D2225F
Complementary color
Monochromatic Colors of #D2225F
Black with #D2225F
Text Example
Text Example
White with #D2225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2225F; }
p { color: rgb(210,34,95); }
H1.HeaderClassName
{
color: #D2225F;
}
.AnyTagClassName
{
color: #D2225F;
}
</style>
background-color css
<style>
a { background-color: #D2225F; }
a { background-color: rgb(210,34,95); }
div.DivClassName
{
background-color: #D2225F;
}
.BgClassName
{
background-color: #D2225F;
}
</style>
border-color css
<style>
span { border-color: #D2225F; }
span { border-color: rgb(210,34,95); }
td.TdClassName
{
border-color: #D2225F;
}
.TagClassName
{
border-color: #D2225F;
}
</style>