Shades of Cerise #D33954
Tints of Cerise #D33954
RGB
CMYK
RGB Variations
Color information
#D33954 (or 0xD33954) is known color: Cerise. HEX triplet: D3, 39 and 54. RGB value is (211,57,84). Sum of RGB (Red+Green+Blue) = 211+57+84=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D33954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33954 is #2CC6AB. Grayscale: #6A6A6A. Windows color (decimal): -2934444 or 5519827. OLE color: 5519827.
HSL color Cylindrical-coordinate representation of color #D33954: hue angle of 349.48º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33954 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 84 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.17 |
| HSL | 349.48º | 0.64% | 0.53% | - |
| HSV(B) | 349.48º | 0.73% | 0.83% | - |
| XYZ | 29.93 | 17.42 | 10.17 | - |
| YUV | 106.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 84 | 0 | 0.73 | 0.60 | 0.17 | 349.48 | 0.64 | 0.53 |
| Hex | D3 | 39 | 54 | 0 | 49 | 3C | 11 | 15D | 40 | 35 |
| Octal | 323 | 71 | 124 | 0 | 111 | 74 | 21 | 535 | 100 | 65 |
| Binary | 11010011 | 111001 | 1010100 | 0 | 1001001 | 111100 | 10001 | 101011101 | 1000000 | 110101 |
Color Harmonies of #D33954
Complementary color
Monochromatic Colors of #D33954
Black with #D33954
Text Example
Text Example
White with #D33954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33954; }
p { color: rgb(211,57,84); }
H1.HeaderClassName
{
color: #D33954;
}
.AnyTagClassName
{
color: #D33954;
}
</style>
background-color css
<style>
a { background-color: #D33954; }
a { background-color: rgb(211,57,84); }
div.DivClassName
{
background-color: #D33954;
}
.BgClassName
{
background-color: #D33954;
}
</style>
border-color css
<style>
span { border-color: #D33954; }
span { border-color: rgb(211,57,84); }
td.TdClassName
{
border-color: #D33954;
}
.TagClassName
{
border-color: #D33954;
}
</style>