Shades of Cerise #D33F5C
Tints of Cerise #D33F5C
RGB
CMYK
RGB Variations
Color information
#D33F5C (or 0xD33F5C) is known color: Cerise. HEX triplet: D3, 3F and 5C. RGB value is (211,63,92). Sum of RGB (Red+Green+Blue) = 211+63+92=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33F5C is #2CC0A3. Grayscale: #6E6E6E. Windows color (decimal): -2932900 or 6045651. OLE color: 6045651.
HSL color Cylindrical-coordinate representation of color #D33F5C: hue angle of 348.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D33F5C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 92 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.17 |
| HSL | 348.24º | 0.63% | 0.54% | - |
| HSV(B) | 348.24º | 0.7% | 0.83% | - |
| XYZ | 30.57 | 18.18 | 12.02 | - |
| YUV | 110.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 92 | 0 | 0.70 | 0.56 | 0.17 | 348.24 | 0.63 | 0.54 |
| Hex | D3 | 3F | 5C | 0 | 46 | 38 | 11 | 15C | 3F | 36 |
| Octal | 323 | 77 | 134 | 0 | 106 | 70 | 21 | 534 | 77 | 66 |
| Binary | 11010011 | 111111 | 1011100 | 0 | 1000110 | 111000 | 10001 | 101011100 | 111111 | 110110 |
Color Harmonies of #D33F5C
Complementary color
Monochromatic Colors of #D33F5C
Black with #D33F5C
Text Example
Text Example
White with #D33F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F5C; }
p { color: rgb(211,63,92); }
H1.HeaderClassName
{
color: #D33F5C;
}
.AnyTagClassName
{
color: #D33F5C;
}
</style>
background-color css
<style>
a { background-color: #D33F5C; }
a { background-color: rgb(211,63,92); }
div.DivClassName
{
background-color: #D33F5C;
}
.BgClassName
{
background-color: #D33F5C;
}
</style>
border-color css
<style>
span { border-color: #D33F5C; }
span { border-color: rgb(211,63,92); }
td.TdClassName
{
border-color: #D33F5C;
}
.TagClassName
{
border-color: #D33F5C;
}
</style>