Shades of Cerise #D33C71
Tints of Cerise #D33C71
RGB
CMYK
RGB Variations
Color information
#D33C71 (or 0xD33C71) is known color: Cerise. HEX triplet: D3, 3C and 71. RGB value is (211,60,113). Sum of RGB (Red+Green+Blue) = 211+60+113=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C71 is #2CC38E. Grayscale: #6F6F6F. Windows color (decimal): -2933647 or 7421139. OLE color: 7421139.
HSL color Cylindrical-coordinate representation of color #D33C71: hue angle of 338.94º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33C71 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 113 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.17 |
| HSL | 338.94º | 0.63% | 0.53% | - |
| HSV(B) | 338.94º | 0.72% | 0.83% | - |
| XYZ | 31.46 | 18.27 | 17.49 | - |
| YUV | 111.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 113 | 0 | 0.72 | 0.46 | 0.17 | 338.94 | 0.63 | 0.53 |
| Hex | D3 | 3C | 71 | 0 | 48 | 2E | 11 | 153 | 3F | 35 |
| Octal | 323 | 74 | 161 | 0 | 110 | 56 | 21 | 523 | 77 | 65 |
| Binary | 11010011 | 111100 | 1110001 | 0 | 1001000 | 101110 | 10001 | 101010011 | 111111 | 110101 |
Color Harmonies of #D33C71
Complementary color
Monochromatic Colors of #D33C71
Black with #D33C71
Text Example
Text Example
White with #D33C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C71; }
p { color: rgb(211,60,113); }
H1.HeaderClassName
{
color: #D33C71;
}
.AnyTagClassName
{
color: #D33C71;
}
</style>
background-color css
<style>
a { background-color: #D33C71; }
a { background-color: rgb(211,60,113); }
div.DivClassName
{
background-color: #D33C71;
}
.BgClassName
{
background-color: #D33C71;
}
</style>
border-color css
<style>
span { border-color: #D33C71; }
span { border-color: rgb(211,60,113); }
td.TdClassName
{
border-color: #D33C71;
}
.TagClassName
{
border-color: #D33C71;
}
</style>