Shades of Cerise #D33965
Tints of Cerise #D33965
RGB
CMYK
RGB Variations
Color information
#D33965 (or 0xD33965) is known color: Cerise. HEX triplet: D3, 39 and 65. RGB value is (211,57,101). Sum of RGB (Red+Green+Blue) = 211+57+101=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D33965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33965 is #2CC69A. Grayscale: #6C6C6C. Windows color (decimal): -2934427 or 6633939. OLE color: 6633939.
HSL color Cylindrical-coordinate representation of color #D33965: hue angle of 342.86º degrees, saturation: 0.64, 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 #D33965 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 101 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.17 |
| HSL | 342.86º | 0.64% | 0.53% | - |
| HSV(B) | 342.86º | 0.73% | 0.83% | - |
| XYZ | 30.68 | 17.71 | 14.11 | - |
| YUV | 108.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 101 | 0 | 0.73 | 0.52 | 0.17 | 342.86 | 0.64 | 0.53 |
| Hex | D3 | 39 | 65 | 0 | 49 | 34 | 11 | 157 | 40 | 35 |
| Octal | 323 | 71 | 145 | 0 | 111 | 64 | 21 | 527 | 100 | 65 |
| Binary | 11010011 | 111001 | 1100101 | 0 | 1001001 | 110100 | 10001 | 101010111 | 1000000 | 110101 |
Color Harmonies of #D33965
Complementary color
Monochromatic Colors of #D33965
Black with #D33965
Text Example
Text Example
White with #D33965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33965; }
p { color: rgb(211,57,101); }
H1.HeaderClassName
{
color: #D33965;
}
.AnyTagClassName
{
color: #D33965;
}
</style>
background-color css
<style>
a { background-color: #D33965; }
a { background-color: rgb(211,57,101); }
div.DivClassName
{
background-color: #D33965;
}
.BgClassName
{
background-color: #D33965;
}
</style>
border-color css
<style>
span { border-color: #D33965; }
span { border-color: rgb(211,57,101); }
td.TdClassName
{
border-color: #D33965;
}
.TagClassName
{
border-color: #D33965;
}
</style>