Shades of Cerise #D33A54
Tints of Cerise #D33A54
RGB
CMYK
RGB Variations
Color information
#D33A54 (or 0xD33A54) is known color: Cerise. HEX triplet: D3, 3A and 54. RGB value is (211,58,84). Sum of RGB (Red+Green+Blue) = 211+58+84=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33A54 is #2CC5AB. Grayscale: #6A6A6A. Windows color (decimal): -2934188 or 5520083. OLE color: 5520083.
HSL color Cylindrical-coordinate representation of color #D33A54: hue angle of 349.8º degrees, saturation: 0.63, 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 #D33A54 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 84 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.17 |
| HSL | 349.8º | 0.63% | 0.53% | - |
| HSV(B) | 349.8º | 0.73% | 0.83% | - |
| XYZ | 29.98 | 17.52 | 10.19 | - |
| YUV | 106.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 84 | 0 | 0.73 | 0.60 | 0.17 | 349.8 | 0.63 | 0.53 |
| Hex | D3 | 3A | 54 | 0 | 49 | 3C | 11 | 15E | 3F | 35 |
| Octal | 323 | 72 | 124 | 0 | 111 | 74 | 21 | 536 | 77 | 65 |
| Binary | 11010011 | 111010 | 1010100 | 0 | 1001001 | 111100 | 10001 | 101011110 | 111111 | 110101 |
Color Harmonies of #D33A54
Complementary color
Monochromatic Colors of #D33A54
Black with #D33A54
Text Example
Text Example
White with #D33A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A54; }
p { color: rgb(211,58,84); }
H1.HeaderClassName
{
color: #D33A54;
}
.AnyTagClassName
{
color: #D33A54;
}
</style>
background-color css
<style>
a { background-color: #D33A54; }
a { background-color: rgb(211,58,84); }
div.DivClassName
{
background-color: #D33A54;
}
.BgClassName
{
background-color: #D33A54;
}
</style>
border-color css
<style>
span { border-color: #D33A54; }
span { border-color: rgb(211,58,84); }
td.TdClassName
{
border-color: #D33A54;
}
.TagClassName
{
border-color: #D33A54;
}
</style>