Shades of Cerise #D4236B
Tints of Cerise #D4236B
RGB
CMYK
RGB Variations
Color information
#D4236B (or 0xD4236B) is known color: Cerise. HEX triplet: D4, 23 and 6B. RGB value is (212,35,107). Sum of RGB (Red+Green+Blue) = 212+35+107=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4236B is #2BDC94. Grayscale: #606060. Windows color (decimal): -2874517 or 7021524. OLE color: 7021524.
HSL color Cylindrical-coordinate representation of color #D4236B: hue angle of 335.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4236B is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 107 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.17 |
| HSL | 335.59º | 0.72% | 0.48% | - |
| HSV(B) | 335.59º | 0.83% | 0.83% | - |
| XYZ | 30.41 | 16.26 | 15.45 | - |
| YUV | 96.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 107 | 0 | 0.83 | 0.50 | 0.17 | 335.59 | 0.72 | 0.48 |
| Hex | D4 | 23 | 6B | 0 | 53 | 32 | 11 | 150 | 48 | 30 |
| Octal | 324 | 43 | 153 | 0 | 123 | 62 | 21 | 520 | 110 | 60 |
| Binary | 11010100 | 100011 | 1101011 | 0 | 1010011 | 110010 | 10001 | 101010000 | 1001000 | 110000 |
Color Harmonies of #D4236B
Complementary color
Monochromatic Colors of #D4236B
Black with #D4236B
Text Example
Text Example
White with #D4236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4236B; }
p { color: rgb(212,35,107); }
H1.HeaderClassName
{
color: #D4236B;
}
.AnyTagClassName
{
color: #D4236B;
}
</style>
background-color css
<style>
a { background-color: #D4236B; }
a { background-color: rgb(212,35,107); }
div.DivClassName
{
background-color: #D4236B;
}
.BgClassName
{
background-color: #D4236B;
}
</style>
border-color css
<style>
span { border-color: #D4236B; }
span { border-color: rgb(212,35,107); }
td.TdClassName
{
border-color: #D4236B;
}
.TagClassName
{
border-color: #D4236B;
}
</style>