Shades of Cerise #D2355D
Tints of Cerise #D2355D
RGB
CMYK
RGB Variations
Color information
#D2355D (or 0xD2355D) is known color: Cerise. HEX triplet: D2, 35 and 5D. RGB value is (210,53,93). Sum of RGB (Red+Green+Blue) = 210+53+93=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2355D is #2DCAA2. Grayscale: #686868. Windows color (decimal): -3000995 or 6108626. OLE color: 6108626.
HSL color Cylindrical-coordinate representation of color #D2355D: hue angle of 344.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2355D is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 93 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.18 |
| HSL | 344.71º | 0.64% | 0.52% | - |
| HSV(B) | 344.71º | 0.75% | 0.82% | - |
| XYZ | 29.83 | 17.04 | 12.07 | - |
| YUV | 104.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 93 | 0 | 0.75 | 0.56 | 0.18 | 344.71 | 0.64 | 0.52 |
| Hex | D2 | 35 | 5D | 0 | 4B | 38 | 12 | 159 | 40 | 34 |
| Octal | 322 | 65 | 135 | 0 | 113 | 70 | 22 | 531 | 100 | 64 |
| Binary | 11010010 | 110101 | 1011101 | 0 | 1001011 | 111000 | 10010 | 101011001 | 1000000 | 110100 |
Color Harmonies of #D2355D
Complementary color
Monochromatic Colors of #D2355D
Black with #D2355D
Text Example
Text Example
White with #D2355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2355D; }
p { color: rgb(210,53,93); }
H1.HeaderClassName
{
color: #D2355D;
}
.AnyTagClassName
{
color: #D2355D;
}
</style>
background-color css
<style>
a { background-color: #D2355D; }
a { background-color: rgb(210,53,93); }
div.DivClassName
{
background-color: #D2355D;
}
.BgClassName
{
background-color: #D2355D;
}
</style>
border-color css
<style>
span { border-color: #D2355D; }
span { border-color: rgb(210,53,93); }
td.TdClassName
{
border-color: #D2355D;
}
.TagClassName
{
border-color: #D2355D;
}
</style>