Shades of Cerise #D22F5E
Tints of Cerise #D22F5E
RGB
CMYK
RGB Variations
Color information
#D22F5E (or 0xD22F5E) is known color: Cerise. HEX triplet: D2, 2F and 5E. RGB value is (210,47,94). Sum of RGB (Red+Green+Blue) = 210+47+94=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22F5E is #2DD0A1. Grayscale: #656565. Windows color (decimal): -3002530 or 6172626. OLE color: 6172626.
HSL color Cylindrical-coordinate representation of color #D22F5E: hue angle of 342.7º degrees, saturation: 0.64, 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 #D22F5E is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 94 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.18 |
| HSL | 342.7º | 0.64% | 0.5% | - |
| HSV(B) | 342.7º | 0.78% | 0.82% | - |
| XYZ | 29.62 | 16.54 | 12.22 | - |
| YUV | 101.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 94 | 0 | 0.78 | 0.55 | 0.18 | 342.7 | 0.64 | 0.5 |
| Hex | D2 | 2F | 5E | 0 | 4E | 37 | 12 | 157 | 40 | 32 |
| Octal | 322 | 57 | 136 | 0 | 116 | 67 | 22 | 527 | 100 | 62 |
| Binary | 11010010 | 101111 | 1011110 | 0 | 1001110 | 110111 | 10010 | 101010111 | 1000000 | 110010 |
Color Harmonies of #D22F5E
Complementary color
Monochromatic Colors of #D22F5E
Black with #D22F5E
Text Example
Text Example
White with #D22F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F5E; }
p { color: rgb(210,47,94); }
H1.HeaderClassName
{
color: #D22F5E;
}
.AnyTagClassName
{
color: #D22F5E;
}
</style>
background-color css
<style>
a { background-color: #D22F5E; }
a { background-color: rgb(210,47,94); }
div.DivClassName
{
background-color: #D22F5E;
}
.BgClassName
{
background-color: #D22F5E;
}
</style>
border-color css
<style>
span { border-color: #D22F5E; }
span { border-color: rgb(210,47,94); }
td.TdClassName
{
border-color: #D22F5E;
}
.TagClassName
{
border-color: #D22F5E;
}
</style>