Shades of Cerise #D22964
Tints of Cerise #D22964
RGB
CMYK
RGB Variations
Color information
#D22964 (or 0xD22964) is known color: Cerise. HEX triplet: D2, 29 and 64. RGB value is (210,41,100). Sum of RGB (Red+Green+Blue) = 210+41+100=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D22964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22964 is #2DD69B. Grayscale: #626262. Windows color (decimal): -3004060 or 6564306. OLE color: 6564306.
HSL color Cylindrical-coordinate representation of color #D22964: hue angle of 339.05º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22964 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 100 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.18 |
| HSL | 339.05º | 0.67% | 0.49% | - |
| HSV(B) | 339.05º | 0.8% | 0.82% | - |
| XYZ | 29.67 | 16.21 | 13.62 | - |
| YUV | 98.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 100 | 0 | 0.80 | 0.52 | 0.18 | 339.05 | 0.67 | 0.49 |
| Hex | D2 | 29 | 64 | 0 | 50 | 34 | 12 | 153 | 43 | 31 |
| Octal | 322 | 51 | 144 | 0 | 120 | 64 | 22 | 523 | 103 | 61 |
| Binary | 11010010 | 101001 | 1100100 | 0 | 1010000 | 110100 | 10010 | 101010011 | 1000011 | 110001 |
Color Harmonies of #D22964
Complementary color
Monochromatic Colors of #D22964
Black with #D22964
Text Example
Text Example
White with #D22964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22964; }
p { color: rgb(210,41,100); }
H1.HeaderClassName
{
color: #D22964;
}
.AnyTagClassName
{
color: #D22964;
}
</style>
background-color css
<style>
a { background-color: #D22964; }
a { background-color: rgb(210,41,100); }
div.DivClassName
{
background-color: #D22964;
}
.BgClassName
{
background-color: #D22964;
}
</style>
border-color css
<style>
span { border-color: #D22964; }
span { border-color: rgb(210,41,100); }
td.TdClassName
{
border-color: #D22964;
}
.TagClassName
{
border-color: #D22964;
}
</style>