Shades of Cerise #D2345B
Tints of Cerise #D2345B
RGB
CMYK
RGB Variations
Color information
#D2345B (or 0xD2345B) is known color: Cerise. HEX triplet: D2, 34 and 5B. RGB value is (210,52,91). Sum of RGB (Red+Green+Blue) = 210+52+91=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2345B is #2DCBA4. Grayscale: #676767. Windows color (decimal): -3001253 or 5977298. OLE color: 5977298.
HSL color Cylindrical-coordinate representation of color #D2345B: hue angle of 345.19º 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 #D2345B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 91 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.18 |
| HSL | 345.19º | 0.64% | 0.51% | - |
| HSV(B) | 345.19º | 0.75% | 0.82% | - |
| XYZ | 29.69 | 16.91 | 11.6 | - |
| YUV | 103.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 91 | 0 | 0.75 | 0.57 | 0.18 | 345.19 | 0.64 | 0.51 |
| Hex | D2 | 34 | 5B | 0 | 4B | 39 | 12 | 159 | 40 | 33 |
| Octal | 322 | 64 | 133 | 0 | 113 | 71 | 22 | 531 | 100 | 63 |
| Binary | 11010010 | 110100 | 1011011 | 0 | 1001011 | 111001 | 10010 | 101011001 | 1000000 | 110011 |
Color Harmonies of #D2345B
Complementary color
Monochromatic Colors of #D2345B
Black with #D2345B
Text Example
Text Example
White with #D2345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2345B; }
p { color: rgb(210,52,91); }
H1.HeaderClassName
{
color: #D2345B;
}
.AnyTagClassName
{
color: #D2345B;
}
</style>
background-color css
<style>
a { background-color: #D2345B; }
a { background-color: rgb(210,52,91); }
div.DivClassName
{
background-color: #D2345B;
}
.BgClassName
{
background-color: #D2345B;
}
</style>
border-color css
<style>
span { border-color: #D2345B; }
span { border-color: rgb(210,52,91); }
td.TdClassName
{
border-color: #D2345B;
}
.TagClassName
{
border-color: #D2345B;
}
</style>