Shades of Cerise #D33255
Tints of Cerise #D33255
RGB
CMYK
RGB Variations
Color information
#D33255 (or 0xD33255) is known color: Cerise. HEX triplet: D3, 32 and 55. RGB value is (211,50,85). Sum of RGB (Red+Green+Blue) = 211+50+85=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D33255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33255 is #2CCDAA. Grayscale: #666666. Windows color (decimal): -2936235 or 5583571. OLE color: 5583571.
HSL color Cylindrical-coordinate representation of color #D33255: hue angle of 346.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33255 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 85 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.17 |
| HSL | 346.96º | 0.65% | 0.51% | - |
| HSV(B) | 346.96º | 0.76% | 0.83% | - |
| XYZ | 29.64 | 16.79 | 10.27 | - |
| YUV | 102.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 85 | 0 | 0.76 | 0.60 | 0.17 | 346.96 | 0.65 | 0.51 |
| Hex | D3 | 32 | 55 | 0 | 4C | 3C | 11 | 15B | 41 | 33 |
| Octal | 323 | 62 | 125 | 0 | 114 | 74 | 21 | 533 | 101 | 63 |
| Binary | 11010011 | 110010 | 1010101 | 0 | 1001100 | 111100 | 10001 | 101011011 | 1000001 | 110011 |
Color Harmonies of #D33255
Complementary color
Monochromatic Colors of #D33255
Black with #D33255
Text Example
Text Example
White with #D33255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33255; }
p { color: rgb(211,50,85); }
H1.HeaderClassName
{
color: #D33255;
}
.AnyTagClassName
{
color: #D33255;
}
</style>
background-color css
<style>
a { background-color: #D33255; }
a { background-color: rgb(211,50,85); }
div.DivClassName
{
background-color: #D33255;
}
.BgClassName
{
background-color: #D33255;
}
</style>
border-color css
<style>
span { border-color: #D33255; }
span { border-color: rgb(211,50,85); }
td.TdClassName
{
border-color: #D33255;
}
.TagClassName
{
border-color: #D33255;
}
</style>