Shades of Cerise #D2345E
Tints of Cerise #D2345E
RGB
CMYK
RGB Variations
Color information
#D2345E (or 0xD2345E) is known color: Cerise. HEX triplet: D2, 34 and 5E. RGB value is (210,52,94). Sum of RGB (Red+Green+Blue) = 210+52+94=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2345E is #2DCBA1. Grayscale: #686868. Windows color (decimal): -3001250 or 6173906. OLE color: 6173906.
HSL color Cylindrical-coordinate representation of color #D2345E: hue angle of 344.05º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2345E is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 94 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.18 |
| HSL | 344.05º | 0.64% | 0.51% | - |
| HSV(B) | 344.05º | 0.75% | 0.82% | - |
| XYZ | 29.83 | 16.97 | 12.29 | - |
| YUV | 104.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 94 | 0 | 0.75 | 0.55 | 0.18 | 344.05 | 0.64 | 0.51 |
| Hex | D2 | 34 | 5E | 0 | 4B | 37 | 12 | 158 | 40 | 33 |
| Octal | 322 | 64 | 136 | 0 | 113 | 67 | 22 | 530 | 100 | 63 |
| Binary | 11010010 | 110100 | 1011110 | 0 | 1001011 | 110111 | 10010 | 101011000 | 1000000 | 110011 |
Color Harmonies of #D2345E
Complementary color
Monochromatic Colors of #D2345E
Black with #D2345E
Text Example
Text Example
White with #D2345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2345E; }
p { color: rgb(210,52,94); }
H1.HeaderClassName
{
color: #D2345E;
}
.AnyTagClassName
{
color: #D2345E;
}
</style>
background-color css
<style>
a { background-color: #D2345E; }
a { background-color: rgb(210,52,94); }
div.DivClassName
{
background-color: #D2345E;
}
.BgClassName
{
background-color: #D2345E;
}
</style>
border-color css
<style>
span { border-color: #D2345E; }
span { border-color: rgb(210,52,94); }
td.TdClassName
{
border-color: #D2345E;
}
.TagClassName
{
border-color: #D2345E;
}
</style>