Shades of Cerise #D2236B
Tints of Cerise #D2236B
RGB
CMYK
RGB Variations
Color information
#D2236B (or 0xD2236B) is known color: Cerise. HEX triplet: D2, 23 and 6B. RGB value is (210,35,107). Sum of RGB (Red+Green+Blue) = 210+35+107=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2236B is #2DDC94. Grayscale: #5F5F5F. Windows color (decimal): -3005589 or 7021522. OLE color: 7021522.
HSL color Cylindrical-coordinate representation of color #D2236B: hue angle of 335.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2236B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 107 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.18 |
| HSL | 335.31º | 0.71% | 0.48% | - |
| HSV(B) | 335.31º | 0.83% | 0.82% | - |
| XYZ | 29.83 | 15.97 | 15.42 | - |
| YUV | 95.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 107 | 0 | 0.83 | 0.49 | 0.18 | 335.31 | 0.71 | 0.48 |
| Hex | D2 | 23 | 6B | 0 | 53 | 31 | 12 | 14F | 47 | 30 |
| Octal | 322 | 43 | 153 | 0 | 123 | 61 | 22 | 517 | 107 | 60 |
| Binary | 11010010 | 100011 | 1101011 | 0 | 1010011 | 110001 | 10010 | 101001111 | 1000111 | 110000 |
Color Harmonies of #D2236B
Complementary color
Monochromatic Colors of #D2236B
Black with #D2236B
Text Example
Text Example
White with #D2236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2236B; }
p { color: rgb(210,35,107); }
H1.HeaderClassName
{
color: #D2236B;
}
.AnyTagClassName
{
color: #D2236B;
}
</style>
background-color css
<style>
a { background-color: #D2236B; }
a { background-color: rgb(210,35,107); }
div.DivClassName
{
background-color: #D2236B;
}
.BgClassName
{
background-color: #D2236B;
}
</style>
border-color css
<style>
span { border-color: #D2236B; }
span { border-color: rgb(210,35,107); }
td.TdClassName
{
border-color: #D2236B;
}
.TagClassName
{
border-color: #D2236B;
}
</style>