Shades of Cerise #D22C5C
Tints of Cerise #D22C5C
RGB
CMYK
RGB Variations
Color information
#D22C5C (or 0xD22C5C) is known color: Cerise. HEX triplet: D2, 2C and 5C. RGB value is (210,44,92). Sum of RGB (Red+Green+Blue) = 210+44+92=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C5C is #2DD3A3. Grayscale: #636363. Windows color (decimal): -3003300 or 6040786. OLE color: 6040786.
HSL color Cylindrical-coordinate representation of color #D22C5C: hue angle of 342.65º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C5C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 92 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.18 |
| HSL | 342.65º | 0.65% | 0.5% | - |
| HSV(B) | 342.65º | 0.79% | 0.82% | - |
| XYZ | 29.41 | 16.28 | 11.72 | - |
| YUV | 99.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 92 | 0 | 0.79 | 0.56 | 0.18 | 342.65 | 0.65 | 0.5 |
| Hex | D2 | 2C | 5C | 0 | 4F | 38 | 12 | 157 | 41 | 32 |
| Octal | 322 | 54 | 134 | 0 | 117 | 70 | 22 | 527 | 101 | 62 |
| Binary | 11010010 | 101100 | 1011100 | 0 | 1001111 | 111000 | 10010 | 101010111 | 1000001 | 110010 |
Color Harmonies of #D22C5C
Complementary color
Monochromatic Colors of #D22C5C
Black with #D22C5C
Text Example
Text Example
White with #D22C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C5C; }
p { color: rgb(210,44,92); }
H1.HeaderClassName
{
color: #D22C5C;
}
.AnyTagClassName
{
color: #D22C5C;
}
</style>
background-color css
<style>
a { background-color: #D22C5C; }
a { background-color: rgb(210,44,92); }
div.DivClassName
{
background-color: #D22C5C;
}
.BgClassName
{
background-color: #D22C5C;
}
</style>
border-color css
<style>
span { border-color: #D22C5C; }
span { border-color: rgb(210,44,92); }
td.TdClassName
{
border-color: #D22C5C;
}
.TagClassName
{
border-color: #D22C5C;
}
</style>