Shades of Cerise #D22E6C
Tints of Cerise #D22E6C
RGB
CMYK
RGB Variations
Color information
#D22E6C (or 0xD22E6C) is known color: Cerise. HEX triplet: D2, 2E and 6C. RGB value is (210,46,108). Sum of RGB (Red+Green+Blue) = 210+46+108=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22E6C is #2DD193. Grayscale: #666666. Windows color (decimal): -3002772 or 7089874. OLE color: 7089874.
HSL color Cylindrical-coordinate representation of color #D22E6C: hue angle of 337.32º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22E6C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 108 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.18 |
| HSL | 337.32º | 0.65% | 0.5% | - |
| HSV(B) | 337.32º | 0.78% | 0.82% | - |
| XYZ | 30.26 | 16.74 | 15.82 | - |
| YUV | 102.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 108 | 0 | 0.78 | 0.49 | 0.18 | 337.32 | 0.65 | 0.5 |
| Hex | D2 | 2E | 6C | 0 | 4E | 31 | 12 | 151 | 41 | 32 |
| Octal | 322 | 56 | 154 | 0 | 116 | 61 | 22 | 521 | 101 | 62 |
| Binary | 11010010 | 101110 | 1101100 | 0 | 1001110 | 110001 | 10010 | 101010001 | 1000001 | 110010 |
Color Harmonies of #D22E6C
Complementary color
Monochromatic Colors of #D22E6C
Black with #D22E6C
Text Example
Text Example
White with #D22E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22E6C; }
p { color: rgb(210,46,108); }
H1.HeaderClassName
{
color: #D22E6C;
}
.AnyTagClassName
{
color: #D22E6C;
}
</style>
background-color css
<style>
a { background-color: #D22E6C; }
a { background-color: rgb(210,46,108); }
div.DivClassName
{
background-color: #D22E6C;
}
.BgClassName
{
background-color: #D22E6C;
}
</style>
border-color css
<style>
span { border-color: #D22E6C; }
span { border-color: rgb(210,46,108); }
td.TdClassName
{
border-color: #D22E6C;
}
.TagClassName
{
border-color: #D22E6C;
}
</style>