Shades of Cerise #D2225D
Tints of Cerise #D2225D
RGB
CMYK
RGB Variations
Color information
#D2225D (or 0xD2225D) is known color: Cerise. HEX triplet: D2, 22 and 5D. RGB value is (210,34,93). Sum of RGB (Red+Green+Blue) = 210+34+93=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2225D is #2DDDA2. Grayscale: #5D5D5D. Windows color (decimal): -3005859 or 6103762. OLE color: 6103762.
HSL color Cylindrical-coordinate representation of color #D2225D: hue angle of 339.89º 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 #D2225D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 93 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.18 |
| HSL | 339.89º | 0.72% | 0.48% | - |
| HSV(B) | 339.89º | 0.84% | 0.82% | - |
| XYZ | 29.13 | 15.64 | 11.84 | - |
| YUV | 93.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 93 | 0 | 0.84 | 0.56 | 0.18 | 339.89 | 0.72 | 0.48 |
| Hex | D2 | 22 | 5D | 0 | 54 | 38 | 12 | 154 | 48 | 30 |
| Octal | 322 | 42 | 135 | 0 | 124 | 70 | 22 | 524 | 110 | 60 |
| Binary | 11010010 | 100010 | 1011101 | 0 | 1010100 | 111000 | 10010 | 101010100 | 1001000 | 110000 |
Color Harmonies of #D2225D
Complementary color
Monochromatic Colors of #D2225D
Black with #D2225D
Text Example
Text Example
White with #D2225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2225D; }
p { color: rgb(210,34,93); }
H1.HeaderClassName
{
color: #D2225D;
}
.AnyTagClassName
{
color: #D2225D;
}
</style>
background-color css
<style>
a { background-color: #D2225D; }
a { background-color: rgb(210,34,93); }
div.DivClassName
{
background-color: #D2225D;
}
.BgClassName
{
background-color: #D2225D;
}
</style>
border-color css
<style>
span { border-color: #D2225D; }
span { border-color: rgb(210,34,93); }
td.TdClassName
{
border-color: #D2225D;
}
.TagClassName
{
border-color: #D2225D;
}
</style>