Shades of Cerise #D2296B
Tints of Cerise #D2296B
RGB
CMYK
RGB Variations
Color information
#D2296B (or 0xD2296B) is known color: Cerise. HEX triplet: D2, 29 and 6B. RGB value is (210,41,107). Sum of RGB (Red+Green+Blue) = 210+41+107=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2296B is #2DD694. Grayscale: #626262. Windows color (decimal): -3004053 or 7023058. OLE color: 7023058.
HSL color Cylindrical-coordinate representation of color #D2296B: hue angle of 336.57º 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 #D2296B is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 107 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.18 |
| HSL | 336.57º | 0.67% | 0.49% | - |
| HSV(B) | 336.57º | 0.8% | 0.82% | - |
| XYZ | 30.03 | 16.35 | 15.48 | - |
| YUV | 99.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 107 | 0 | 0.80 | 0.49 | 0.18 | 336.57 | 0.67 | 0.49 |
| Hex | D2 | 29 | 6B | 0 | 50 | 31 | 12 | 151 | 43 | 31 |
| Octal | 322 | 51 | 153 | 0 | 120 | 61 | 22 | 521 | 103 | 61 |
| Binary | 11010010 | 101001 | 1101011 | 0 | 1010000 | 110001 | 10010 | 101010001 | 1000011 | 110001 |
Color Harmonies of #D2296B
Complementary color
Monochromatic Colors of #D2296B
Black with #D2296B
Text Example
Text Example
White with #D2296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2296B; }
p { color: rgb(210,41,107); }
H1.HeaderClassName
{
color: #D2296B;
}
.AnyTagClassName
{
color: #D2296B;
}
</style>
background-color css
<style>
a { background-color: #D2296B; }
a { background-color: rgb(210,41,107); }
div.DivClassName
{
background-color: #D2296B;
}
.BgClassName
{
background-color: #D2296B;
}
</style>
border-color css
<style>
span { border-color: #D2296B; }
span { border-color: rgb(210,41,107); }
td.TdClassName
{
border-color: #D2296B;
}
.TagClassName
{
border-color: #D2296B;
}
</style>