Shades of Cerise #D33C69
Tints of Cerise #D33C69
RGB
CMYK
RGB Variations
Color information
#D33C69 (or 0xD33C69) is known color: Cerise. HEX triplet: D3, 3C and 69. RGB value is (211,60,105). Sum of RGB (Red+Green+Blue) = 211+60+105=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C69 is #2CC396. Grayscale: #6E6E6E. Windows color (decimal): -2933655 or 6896851. OLE color: 6896851.
HSL color Cylindrical-coordinate representation of color #D33C69: hue angle of 342.12º 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 #D33C69 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 105 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.17 |
| HSL | 342.12º | 0.63% | 0.53% | - |
| HSV(B) | 342.12º | 0.72% | 0.83% | - |
| XYZ | 31.03 | 18.1 | 15.22 | - |
| YUV | 110.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 105 | 0 | 0.72 | 0.50 | 0.17 | 342.12 | 0.63 | 0.53 |
| Hex | D3 | 3C | 69 | 0 | 48 | 32 | 11 | 156 | 3F | 35 |
| Octal | 323 | 74 | 151 | 0 | 110 | 62 | 21 | 526 | 77 | 65 |
| Binary | 11010011 | 111100 | 1101001 | 0 | 1001000 | 110010 | 10001 | 101010110 | 111111 | 110101 |
Color Harmonies of #D33C69
Complementary color
Monochromatic Colors of #D33C69
Black with #D33C69
Text Example
Text Example
White with #D33C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C69; }
p { color: rgb(211,60,105); }
H1.HeaderClassName
{
color: #D33C69;
}
.AnyTagClassName
{
color: #D33C69;
}
</style>
background-color css
<style>
a { background-color: #D33C69; }
a { background-color: rgb(211,60,105); }
div.DivClassName
{
background-color: #D33C69;
}
.BgClassName
{
background-color: #D33C69;
}
</style>
border-color css
<style>
span { border-color: #D33C69; }
span { border-color: rgb(211,60,105); }
td.TdClassName
{
border-color: #D33C69;
}
.TagClassName
{
border-color: #D33C69;
}
</style>