Shades of Cerise #D2246B
Tints of Cerise #D2246B
RGB
CMYK
RGB Variations
Color information
#D2246B (or 0xD2246B) is known color: Cerise. HEX triplet: D2, 24 and 6B. RGB value is (210,36,107). Sum of RGB (Red+Green+Blue) = 210+36+107=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2246B is #2DDB94. Grayscale: #606060. Windows color (decimal): -3005333 or 7021778. OLE color: 7021778.
HSL color Cylindrical-coordinate representation of color #D2246B: hue angle of 335.52º 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 #D2246B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 107 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.18 |
| HSL | 335.52º | 0.71% | 0.48% | - |
| HSV(B) | 335.52º | 0.83% | 0.82% | - |
| XYZ | 29.86 | 16.02 | 15.43 | - |
| YUV | 96.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 107 | 0 | 0.83 | 0.49 | 0.18 | 335.52 | 0.71 | 0.48 |
| Hex | D2 | 24 | 6B | 0 | 53 | 31 | 12 | 150 | 47 | 30 |
| Octal | 322 | 44 | 153 | 0 | 123 | 61 | 22 | 520 | 107 | 60 |
| Binary | 11010010 | 100100 | 1101011 | 0 | 1010011 | 110001 | 10010 | 101010000 | 1000111 | 110000 |
Color Harmonies of #D2246B
Complementary color
Monochromatic Colors of #D2246B
Black with #D2246B
Text Example
Text Example
White with #D2246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2246B; }
p { color: rgb(210,36,107); }
H1.HeaderClassName
{
color: #D2246B;
}
.AnyTagClassName
{
color: #D2246B;
}
</style>
background-color css
<style>
a { background-color: #D2246B; }
a { background-color: rgb(210,36,107); }
div.DivClassName
{
background-color: #D2246B;
}
.BgClassName
{
background-color: #D2246B;
}
</style>
border-color css
<style>
span { border-color: #D2246B; }
span { border-color: rgb(210,36,107); }
td.TdClassName
{
border-color: #D2246B;
}
.TagClassName
{
border-color: #D2246B;
}
</style>