Shades of Cerise #D33756
Tints of Cerise #D33756
RGB
CMYK
RGB Variations
Color information
#D33756 (or 0xD33756) is known color: Cerise. HEX triplet: D3, 37 and 56. RGB value is (211,55,86). Sum of RGB (Red+Green+Blue) = 211+55+86=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D33756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33756 is #2CC8A9. Grayscale: #696969. Windows color (decimal): -2934954 or 5650387. OLE color: 5650387.
HSL color Cylindrical-coordinate representation of color #D33756: hue angle of 348.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33756 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 86 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.17 |
| HSL | 348.08º | 0.64% | 0.52% | - |
| HSV(B) | 348.08º | 0.74% | 0.83% | - |
| XYZ | 29.91 | 17.25 | 10.56 | - |
| YUV | 105.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 86 | 0 | 0.74 | 0.59 | 0.17 | 348.08 | 0.64 | 0.52 |
| Hex | D3 | 37 | 56 | 0 | 4A | 3B | 11 | 15C | 40 | 34 |
| Octal | 323 | 67 | 126 | 0 | 112 | 73 | 21 | 534 | 100 | 64 |
| Binary | 11010011 | 110111 | 1010110 | 0 | 1001010 | 111011 | 10001 | 101011100 | 1000000 | 110100 |
Color Harmonies of #D33756
Complementary color
Monochromatic Colors of #D33756
Black with #D33756
Text Example
Text Example
White with #D33756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33756; }
p { color: rgb(211,55,86); }
H1.HeaderClassName
{
color: #D33756;
}
.AnyTagClassName
{
color: #D33756;
}
</style>
background-color css
<style>
a { background-color: #D33756; }
a { background-color: rgb(211,55,86); }
div.DivClassName
{
background-color: #D33756;
}
.BgClassName
{
background-color: #D33756;
}
</style>
border-color css
<style>
span { border-color: #D33756; }
span { border-color: rgb(211,55,86); }
td.TdClassName
{
border-color: #D33756;
}
.TagClassName
{
border-color: #D33756;
}
</style>