Shades of Cerise #D33F65
Tints of Cerise #D33F65
RGB
CMYK
RGB Variations
Color information
#D33F65 (or 0xD33F65) is known color: Cerise. HEX triplet: D3, 3F and 65. RGB value is (211,63,101). Sum of RGB (Red+Green+Blue) = 211+63+101=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33F65 is #2CC09A. Grayscale: #6F6F6F. Windows color (decimal): -2932891 or 6635475. OLE color: 6635475.
HSL color Cylindrical-coordinate representation of color #D33F65: hue angle of 344.59º 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 #D33F65 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 101 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.17 |
| HSL | 344.59º | 0.63% | 0.54% | - |
| HSV(B) | 344.59º | 0.7% | 0.83% | - |
| XYZ | 30.99 | 18.34 | 14.22 | - |
| YUV | 111.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 101 | 0 | 0.70 | 0.52 | 0.17 | 344.59 | 0.63 | 0.54 |
| Hex | D3 | 3F | 65 | 0 | 46 | 34 | 11 | 159 | 3F | 36 |
| Octal | 323 | 77 | 145 | 0 | 106 | 64 | 21 | 531 | 77 | 66 |
| Binary | 11010011 | 111111 | 1100101 | 0 | 1000110 | 110100 | 10001 | 101011001 | 111111 | 110110 |
Color Harmonies of #D33F65
Complementary color
Monochromatic Colors of #D33F65
Black with #D33F65
Text Example
Text Example
White with #D33F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F65; }
p { color: rgb(211,63,101); }
H1.HeaderClassName
{
color: #D33F65;
}
.AnyTagClassName
{
color: #D33F65;
}
</style>
background-color css
<style>
a { background-color: #D33F65; }
a { background-color: rgb(211,63,101); }
div.DivClassName
{
background-color: #D33F65;
}
.BgClassName
{
background-color: #D33F65;
}
</style>
border-color css
<style>
span { border-color: #D33F65; }
span { border-color: rgb(211,63,101); }
td.TdClassName
{
border-color: #D33F65;
}
.TagClassName
{
border-color: #D33F65;
}
</style>