Shades of Cerise #D4296B
Tints of Cerise #D4296B
RGB
CMYK
RGB Variations
Color information
#D4296B (or 0xD4296B) is known color: Cerise. HEX triplet: D4, 29 and 6B. RGB value is (212,41,107). Sum of RGB (Red+Green+Blue) = 212+41+107=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4296B is #2BD694. Grayscale: #636363. Windows color (decimal): -2872981 or 7023060. OLE color: 7023060.
HSL color Cylindrical-coordinate representation of color #D4296B: hue angle of 336.84º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4296B is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 107 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.17 |
| HSL | 336.84º | 0.68% | 0.5% | - |
| HSV(B) | 336.84º | 0.81% | 0.83% | - |
| XYZ | 30.6 | 16.64 | 15.51 | - |
| YUV | 99.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 107 | 0 | 0.81 | 0.50 | 0.17 | 336.84 | 0.68 | 0.5 |
| Hex | D4 | 29 | 6B | 0 | 51 | 32 | 11 | 151 | 44 | 32 |
| Octal | 324 | 51 | 153 | 0 | 121 | 62 | 21 | 521 | 104 | 62 |
| Binary | 11010100 | 101001 | 1101011 | 0 | 1010001 | 110010 | 10001 | 101010001 | 1000100 | 110010 |
Color Harmonies of #D4296B
Complementary color
Monochromatic Colors of #D4296B
Black with #D4296B
Text Example
Text Example
White with #D4296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4296B; }
p { color: rgb(212,41,107); }
H1.HeaderClassName
{
color: #D4296B;
}
.AnyTagClassName
{
color: #D4296B;
}
</style>
background-color css
<style>
a { background-color: #D4296B; }
a { background-color: rgb(212,41,107); }
div.DivClassName
{
background-color: #D4296B;
}
.BgClassName
{
background-color: #D4296B;
}
</style>
border-color css
<style>
span { border-color: #D4296B; }
span { border-color: rgb(212,41,107); }
td.TdClassName
{
border-color: #D4296B;
}
.TagClassName
{
border-color: #D4296B;
}
</style>