Shades of Cerise #D4286E
Tints of Cerise #D4286E
RGB
CMYK
RGB Variations
Color information
#D4286E (or 0xD4286E) is known color: Cerise. HEX triplet: D4, 28 and 6E. RGB value is (212,40,110). Sum of RGB (Red+Green+Blue) = 212+40+110=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4286E is #2BD791. Grayscale: #636363. Windows color (decimal): -2873234 or 7219412. OLE color: 7219412.
HSL color Cylindrical-coordinate representation of color #D4286E: hue angle of 335.58º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4286E is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 110 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.17 |
| HSL | 335.58º | 0.68% | 0.49% | - |
| HSV(B) | 335.58º | 0.81% | 0.83% | - |
| XYZ | 30.72 | 16.64 | 16.34 | - |
| YUV | 99.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 110 | 0 | 0.81 | 0.48 | 0.17 | 335.58 | 0.68 | 0.49 |
| Hex | D4 | 28 | 6E | 0 | 51 | 30 | 11 | 150 | 44 | 31 |
| Octal | 324 | 50 | 156 | 0 | 121 | 60 | 21 | 520 | 104 | 61 |
| Binary | 11010100 | 101000 | 1101110 | 0 | 1010001 | 110000 | 10001 | 101010000 | 1000100 | 110001 |
Color Harmonies of #D4286E
Complementary color
Monochromatic Colors of #D4286E
Black with #D4286E
Text Example
Text Example
White with #D4286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4286E; }
p { color: rgb(212,40,110); }
H1.HeaderClassName
{
color: #D4286E;
}
.AnyTagClassName
{
color: #D4286E;
}
</style>
background-color css
<style>
a { background-color: #D4286E; }
a { background-color: rgb(212,40,110); }
div.DivClassName
{
background-color: #D4286E;
}
.BgClassName
{
background-color: #D4286E;
}
</style>
border-color css
<style>
span { border-color: #D4286E; }
span { border-color: rgb(212,40,110); }
td.TdClassName
{
border-color: #D4286E;
}
.TagClassName
{
border-color: #D4286E;
}
</style>