Shades of Cerise #D2236C
Tints of Cerise #D2236C
RGB
CMYK
RGB Variations
Color information
#D2236C (or 0xD2236C) is known color: Cerise. HEX triplet: D2, 23 and 6C. RGB value is (210,35,108). Sum of RGB (Red+Green+Blue) = 210+35+108=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2236C is #2DDC93. Grayscale: #5F5F5F. Windows color (decimal): -3005588 or 7087058. OLE color: 7087058.
HSL color Cylindrical-coordinate representation of color #D2236C: hue angle of 334.97º 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 #D2236C is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 108 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.18 |
| HSL | 334.97º | 0.71% | 0.48% | - |
| HSV(B) | 334.97º | 0.83% | 0.82% | - |
| XYZ | 29.89 | 15.99 | 15.7 | - |
| YUV | 95.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 108 | 0 | 0.83 | 0.49 | 0.18 | 334.97 | 0.71 | 0.48 |
| Hex | D2 | 23 | 6C | 0 | 53 | 31 | 12 | 14F | 47 | 30 |
| Octal | 322 | 43 | 154 | 0 | 123 | 61 | 22 | 517 | 107 | 60 |
| Binary | 11010010 | 100011 | 1101100 | 0 | 1010011 | 110001 | 10010 | 101001111 | 1000111 | 110000 |
Color Harmonies of #D2236C
Complementary color
Monochromatic Colors of #D2236C
Black with #D2236C
Text Example
Text Example
White with #D2236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2236C; }
p { color: rgb(210,35,108); }
H1.HeaderClassName
{
color: #D2236C;
}
.AnyTagClassName
{
color: #D2236C;
}
</style>
background-color css
<style>
a { background-color: #D2236C; }
a { background-color: rgb(210,35,108); }
div.DivClassName
{
background-color: #D2236C;
}
.BgClassName
{
background-color: #D2236C;
}
</style>
border-color css
<style>
span { border-color: #D2236C; }
span { border-color: rgb(210,35,108); }
td.TdClassName
{
border-color: #D2236C;
}
.TagClassName
{
border-color: #D2236C;
}
</style>