Shades of Cerise #D4285E
Tints of Cerise #D4285E
RGB
CMYK
RGB Variations
Color information
#D4285E (or 0xD4285E) is known color: Cerise. HEX triplet: D4, 28 and 5E. RGB value is (212,40,94). Sum of RGB (Red+Green+Blue) = 212+40+94=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4285E is #2BD7A1. Grayscale: #616161. Windows color (decimal): -2873250 or 6170836. OLE color: 6170836.
HSL color Cylindrical-coordinate representation of color #D4285E: hue angle of 341.16º 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 #D4285E is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 94 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.17 |
| HSL | 341.16º | 0.68% | 0.49% | - |
| HSV(B) | 341.16º | 0.81% | 0.83% | - |
| XYZ | 29.93 | 16.32 | 12.16 | - |
| YUV | 97.58 | 125.98 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 94 | 0 | 0.81 | 0.56 | 0.17 | 341.16 | 0.68 | 0.49 |
| Hex | D4 | 28 | 5E | 0 | 51 | 38 | 11 | 155 | 44 | 31 |
| Octal | 324 | 50 | 136 | 0 | 121 | 70 | 21 | 525 | 104 | 61 |
| Binary | 11010100 | 101000 | 1011110 | 0 | 1010001 | 111000 | 10001 | 101010101 | 1000100 | 110001 |
Color Harmonies of #D4285E
Complementary color
Monochromatic Colors of #D4285E
Black with #D4285E
Text Example
Text Example
White with #D4285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4285E; }
p { color: rgb(212,40,94); }
H1.HeaderClassName
{
color: #D4285E;
}
.AnyTagClassName
{
color: #D4285E;
}
</style>
background-color css
<style>
a { background-color: #D4285E; }
a { background-color: rgb(212,40,94); }
div.DivClassName
{
background-color: #D4285E;
}
.BgClassName
{
background-color: #D4285E;
}
</style>
border-color css
<style>
span { border-color: #D4285E; }
span { border-color: rgb(212,40,94); }
td.TdClassName
{
border-color: #D4285E;
}
.TagClassName
{
border-color: #D4285E;
}
</style>