Shades of Cerise #D22164
Tints of Cerise #D22164
RGB
CMYK
RGB Variations
Color information
#D22164 (or 0xD22164) is known color: Cerise. HEX triplet: D2, 21 and 64. RGB value is (210,33,100). Sum of RGB (Red+Green+Blue) = 210+33+100=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D22164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22164 is #2DDE9B. Grayscale: #5D5D5D. Windows color (decimal): -3006108 or 6562258. OLE color: 6562258.
HSL color Cylindrical-coordinate representation of color #D22164: hue angle of 337.29º degrees, saturation: 0.73, 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 #D22164 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 100 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.18 |
| HSL | 337.29º | 0.73% | 0.48% | - |
| HSV(B) | 337.29º | 0.84% | 0.82% | - |
| XYZ | 29.42 | 15.71 | 13.54 | - |
| YUV | 93.56 | 131.64 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 100 | 0 | 0.84 | 0.52 | 0.18 | 337.29 | 0.73 | 0.48 |
| Hex | D2 | 21 | 64 | 0 | 54 | 34 | 12 | 151 | 49 | 30 |
| Octal | 322 | 41 | 144 | 0 | 124 | 64 | 22 | 521 | 111 | 60 |
| Binary | 11010010 | 100001 | 1100100 | 0 | 1010100 | 110100 | 10010 | 101010001 | 1001001 | 110000 |
Color Harmonies of #D22164
Complementary color
Monochromatic Colors of #D22164
Black with #D22164
Text Example
Text Example
White with #D22164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22164; }
p { color: rgb(210,33,100); }
H1.HeaderClassName
{
color: #D22164;
}
.AnyTagClassName
{
color: #D22164;
}
</style>
background-color css
<style>
a { background-color: #D22164; }
a { background-color: rgb(210,33,100); }
div.DivClassName
{
background-color: #D22164;
}
.BgClassName
{
background-color: #D22164;
}
</style>
border-color css
<style>
span { border-color: #D22164; }
span { border-color: rgb(210,33,100); }
td.TdClassName
{
border-color: #D22164;
}
.TagClassName
{
border-color: #D22164;
}
</style>