Shades of Cerise #D22C64
Tints of Cerise #D22C64
RGB
CMYK
RGB Variations
Color information
#D22C64 (or 0xD22C64) is known color: Cerise. HEX triplet: D2, 2C and 64. RGB value is (210,44,100). Sum of RGB (Red+Green+Blue) = 210+44+100=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C64 is #2DD39B. Grayscale: #636363. Windows color (decimal): -3003292 or 6565074. OLE color: 6565074.
HSL color Cylindrical-coordinate representation of color #D22C64: hue angle of 339.76º 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 #D22C64 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 100 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.18 |
| HSL | 339.76º | 0.65% | 0.5% | - |
| HSV(B) | 339.76º | 0.79% | 0.82% | - |
| XYZ | 29.78 | 16.42 | 13.66 | - |
| YUV | 100.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 100 | 0 | 0.79 | 0.52 | 0.18 | 339.76 | 0.65 | 0.5 |
| Hex | D2 | 2C | 64 | 0 | 4F | 34 | 12 | 154 | 41 | 32 |
| Octal | 322 | 54 | 144 | 0 | 117 | 64 | 22 | 524 | 101 | 62 |
| Binary | 11010010 | 101100 | 1100100 | 0 | 1001111 | 110100 | 10010 | 101010100 | 1000001 | 110010 |
Color Harmonies of #D22C64
Complementary color
Monochromatic Colors of #D22C64
Black with #D22C64
Text Example
Text Example
White with #D22C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C64; }
p { color: rgb(210,44,100); }
H1.HeaderClassName
{
color: #D22C64;
}
.AnyTagClassName
{
color: #D22C64;
}
</style>
background-color css
<style>
a { background-color: #D22C64; }
a { background-color: rgb(210,44,100); }
div.DivClassName
{
background-color: #D22C64;
}
.BgClassName
{
background-color: #D22C64;
}
</style>
border-color css
<style>
span { border-color: #D22C64; }
span { border-color: rgb(210,44,100); }
td.TdClassName
{
border-color: #D22C64;
}
.TagClassName
{
border-color: #D22C64;
}
</style>