Shades of Cerise #D2346E
Tints of Cerise #D2346E
RGB
CMYK
RGB Variations
Color information
#D2346E (or 0xD2346E) is known color: Cerise. HEX triplet: D2, 34 and 6E. RGB value is (210,52,110). Sum of RGB (Red+Green+Blue) = 210+52+110=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2346E is #2DCB91. Grayscale: #696969. Windows color (decimal): -3001234 or 7222482. OLE color: 7222482.
HSL color Cylindrical-coordinate representation of color #D2346E: hue angle of 337.97º 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 #D2346E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 110 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.18 |
| HSL | 337.97º | 0.64% | 0.51% | - |
| HSV(B) | 337.97º | 0.75% | 0.82% | - |
| XYZ | 30.62 | 17.28 | 16.47 | - |
| YUV | 105.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 110 | 0 | 0.75 | 0.48 | 0.18 | 337.97 | 0.64 | 0.51 |
| Hex | D2 | 34 | 6E | 0 | 4B | 30 | 12 | 152 | 40 | 33 |
| Octal | 322 | 64 | 156 | 0 | 113 | 60 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110100 | 1101110 | 0 | 1001011 | 110000 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2346E
Complementary color
Monochromatic Colors of #D2346E
Black with #D2346E
Text Example
Text Example
White with #D2346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2346E; }
p { color: rgb(210,52,110); }
H1.HeaderClassName
{
color: #D2346E;
}
.AnyTagClassName
{
color: #D2346E;
}
</style>
background-color css
<style>
a { background-color: #D2346E; }
a { background-color: rgb(210,52,110); }
div.DivClassName
{
background-color: #D2346E;
}
.BgClassName
{
background-color: #D2346E;
}
</style>
border-color css
<style>
span { border-color: #D2346E; }
span { border-color: rgb(210,52,110); }
td.TdClassName
{
border-color: #D2346E;
}
.TagClassName
{
border-color: #D2346E;
}
</style>