Shades of Cerise #D33554
Tints of Cerise #D33554
RGB
CMYK
RGB Variations
Color information
#D33554 (or 0xD33554) is known color: Cerise. HEX triplet: D3, 35 and 54. RGB value is (211,53,84). Sum of RGB (Red+Green+Blue) = 211+53+84=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D33554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33554 is #2CCAAB. Grayscale: #676767. Windows color (decimal): -2935468 or 5518803. OLE color: 5518803.
HSL color Cylindrical-coordinate representation of color #D33554: hue angle of 348.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33554 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 84 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.17 |
| HSL | 348.23º | 0.64% | 0.52% | - |
| HSV(B) | 348.23º | 0.75% | 0.83% | - |
| XYZ | 29.74 | 17.04 | 10.11 | - |
| YUV | 103.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 84 | 0 | 0.75 | 0.60 | 0.17 | 348.23 | 0.64 | 0.52 |
| Hex | D3 | 35 | 54 | 0 | 4B | 3C | 11 | 15C | 40 | 34 |
| Octal | 323 | 65 | 124 | 0 | 113 | 74 | 21 | 534 | 100 | 64 |
| Binary | 11010011 | 110101 | 1010100 | 0 | 1001011 | 111100 | 10001 | 101011100 | 1000000 | 110100 |
Color Harmonies of #D33554
Complementary color
Monochromatic Colors of #D33554
Black with #D33554
Text Example
Text Example
White with #D33554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33554; }
p { color: rgb(211,53,84); }
H1.HeaderClassName
{
color: #D33554;
}
.AnyTagClassName
{
color: #D33554;
}
</style>
background-color css
<style>
a { background-color: #D33554; }
a { background-color: rgb(211,53,84); }
div.DivClassName
{
background-color: #D33554;
}
.BgClassName
{
background-color: #D33554;
}
</style>
border-color css
<style>
span { border-color: #D33554; }
span { border-color: rgb(211,53,84); }
td.TdClassName
{
border-color: #D33554;
}
.TagClassName
{
border-color: #D33554;
}
</style>