Shades of Cerise #D2296C
Tints of Cerise #D2296C
RGB
CMYK
RGB Variations
Color information
#D2296C (or 0xD2296C) is known color: Cerise. HEX triplet: D2, 29 and 6C. RGB value is (210,41,108). Sum of RGB (Red+Green+Blue) = 210+41+108=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2296C is #2DD693. Grayscale: #636363. Windows color (decimal): -3004052 or 7088594. OLE color: 7088594.
HSL color Cylindrical-coordinate representation of color #D2296C: hue angle of 336.21º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2296C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 108 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.18 |
| HSL | 336.21º | 0.67% | 0.49% | - |
| HSV(B) | 336.21º | 0.8% | 0.82% | - |
| XYZ | 30.08 | 16.37 | 15.76 | - |
| YUV | 99.17 | 132.99 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 108 | 0 | 0.80 | 0.49 | 0.18 | 336.21 | 0.67 | 0.49 |
| Hex | D2 | 29 | 6C | 0 | 50 | 31 | 12 | 150 | 43 | 31 |
| Octal | 322 | 51 | 154 | 0 | 120 | 61 | 22 | 520 | 103 | 61 |
| Binary | 11010010 | 101001 | 1101100 | 0 | 1010000 | 110001 | 10010 | 101010000 | 1000011 | 110001 |
Color Harmonies of #D2296C
Complementary color
Monochromatic Colors of #D2296C
Black with #D2296C
Text Example
Text Example
White with #D2296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2296C; }
p { color: rgb(210,41,108); }
H1.HeaderClassName
{
color: #D2296C;
}
.AnyTagClassName
{
color: #D2296C;
}
</style>
background-color css
<style>
a { background-color: #D2296C; }
a { background-color: rgb(210,41,108); }
div.DivClassName
{
background-color: #D2296C;
}
.BgClassName
{
background-color: #D2296C;
}
</style>
border-color css
<style>
span { border-color: #D2296C; }
span { border-color: rgb(210,41,108); }
td.TdClassName
{
border-color: #D2296C;
}
.TagClassName
{
border-color: #D2296C;
}
</style>