Shades of Cerise #D2345C
Tints of Cerise #D2345C
RGB
CMYK
RGB Variations
Color information
#D2345C (or 0xD2345C) is known color: Cerise. HEX triplet: D2, 34 and 5C. RGB value is (210,52,92). Sum of RGB (Red+Green+Blue) = 210+52+92=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2345C is #2DCBA3. Grayscale: #676767. Windows color (decimal): -3001252 or 6042834. OLE color: 6042834.
HSL color Cylindrical-coordinate representation of color #D2345C: hue angle of 344.81º 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 #D2345C is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 92 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.18 |
| HSL | 344.81º | 0.64% | 0.51% | - |
| HSV(B) | 344.81º | 0.75% | 0.82% | - |
| XYZ | 29.74 | 16.93 | 11.83 | - |
| YUV | 103.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 92 | 0 | 0.75 | 0.56 | 0.18 | 344.81 | 0.64 | 0.51 |
| Hex | D2 | 34 | 5C | 0 | 4B | 38 | 12 | 159 | 40 | 33 |
| Octal | 322 | 64 | 134 | 0 | 113 | 70 | 22 | 531 | 100 | 63 |
| Binary | 11010010 | 110100 | 1011100 | 0 | 1001011 | 111000 | 10010 | 101011001 | 1000000 | 110011 |
Color Harmonies of #D2345C
Complementary color
Monochromatic Colors of #D2345C
Black with #D2345C
Text Example
Text Example
White with #D2345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2345C; }
p { color: rgb(210,52,92); }
H1.HeaderClassName
{
color: #D2345C;
}
.AnyTagClassName
{
color: #D2345C;
}
</style>
background-color css
<style>
a { background-color: #D2345C; }
a { background-color: rgb(210,52,92); }
div.DivClassName
{
background-color: #D2345C;
}
.BgClassName
{
background-color: #D2345C;
}
</style>
border-color css
<style>
span { border-color: #D2345C; }
span { border-color: rgb(210,52,92); }
td.TdClassName
{
border-color: #D2345C;
}
.TagClassName
{
border-color: #D2345C;
}
</style>