Shades of Cerise #D2356E
Tints of Cerise #D2356E
RGB
CMYK
RGB Variations
Color information
#D2356E (or 0xD2356E) is known color: Cerise. HEX triplet: D2, 35 and 6E. RGB value is (210,53,110). Sum of RGB (Red+Green+Blue) = 210+53+110=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2356E is #2DCA91. Grayscale: #6A6A6A. Windows color (decimal): -3000978 or 7222738. OLE color: 7222738.
HSL color Cylindrical-coordinate representation of color #D2356E: hue angle of 338.22º 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 #D2356E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 110 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.18 |
| HSL | 338.22º | 0.64% | 0.52% | - |
| HSV(B) | 338.22º | 0.75% | 0.82% | - |
| XYZ | 30.67 | 17.37 | 16.49 | - |
| YUV | 106.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 110 | 0 | 0.75 | 0.48 | 0.18 | 338.22 | 0.64 | 0.52 |
| Hex | D2 | 35 | 6E | 0 | 4B | 30 | 12 | 152 | 40 | 34 |
| Octal | 322 | 65 | 156 | 0 | 113 | 60 | 22 | 522 | 100 | 64 |
| Binary | 11010010 | 110101 | 1101110 | 0 | 1001011 | 110000 | 10010 | 101010010 | 1000000 | 110100 |
Color Harmonies of #D2356E
Complementary color
Monochromatic Colors of #D2356E
Black with #D2356E
Text Example
Text Example
White with #D2356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2356E; }
p { color: rgb(210,53,110); }
H1.HeaderClassName
{
color: #D2356E;
}
.AnyTagClassName
{
color: #D2356E;
}
</style>
background-color css
<style>
a { background-color: #D2356E; }
a { background-color: rgb(210,53,110); }
div.DivClassName
{
background-color: #D2356E;
}
.BgClassName
{
background-color: #D2356E;
}
</style>
border-color css
<style>
span { border-color: #D2356E; }
span { border-color: rgb(210,53,110); }
td.TdClassName
{
border-color: #D2356E;
}
.TagClassName
{
border-color: #D2356E;
}
</style>