Shades of Cerise #D2356B
Tints of Cerise #D2356B
RGB
CMYK
RGB Variations
Color information
#D2356B (or 0xD2356B) is known color: Cerise. HEX triplet: D2, 35 and 6B. RGB value is (210,53,107). Sum of RGB (Red+Green+Blue) = 210+53+107=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2356B is #2DCA94. Grayscale: #6A6A6A. Windows color (decimal): -3000981 or 7026130. OLE color: 7026130.
HSL color Cylindrical-coordinate representation of color #D2356B: hue angle of 339.36º 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 #D2356B is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 107 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.18 |
| HSL | 339.36º | 0.64% | 0.52% | - |
| HSV(B) | 339.36º | 0.75% | 0.82% | - |
| XYZ | 30.51 | 17.31 | 15.64 | - |
| YUV | 106.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 107 | 0 | 0.75 | 0.49 | 0.18 | 339.36 | 0.64 | 0.52 |
| Hex | D2 | 35 | 6B | 0 | 4B | 31 | 12 | 153 | 40 | 34 |
| Octal | 322 | 65 | 153 | 0 | 113 | 61 | 22 | 523 | 100 | 64 |
| Binary | 11010010 | 110101 | 1101011 | 0 | 1001011 | 110001 | 10010 | 101010011 | 1000000 | 110100 |
Color Harmonies of #D2356B
Complementary color
Monochromatic Colors of #D2356B
Black with #D2356B
Text Example
Text Example
White with #D2356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2356B; }
p { color: rgb(210,53,107); }
H1.HeaderClassName
{
color: #D2356B;
}
.AnyTagClassName
{
color: #D2356B;
}
</style>
background-color css
<style>
a { background-color: #D2356B; }
a { background-color: rgb(210,53,107); }
div.DivClassName
{
background-color: #D2356B;
}
.BgClassName
{
background-color: #D2356B;
}
</style>
border-color css
<style>
span { border-color: #D2356B; }
span { border-color: rgb(210,53,107); }
td.TdClassName
{
border-color: #D2356B;
}
.TagClassName
{
border-color: #D2356B;
}
</style>