Shades of Cerise #D33A69
Tints of Cerise #D33A69
RGB
CMYK
RGB Variations
Color information
#D33A69 (or 0xD33A69) is known color: Cerise. HEX triplet: D3, 3A and 69. RGB value is (211,58,105). Sum of RGB (Red+Green+Blue) = 211+58+105=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33A69 is #2CC596. Grayscale: #6D6D6D. Windows color (decimal): -2934167 or 6896339. OLE color: 6896339.
HSL color Cylindrical-coordinate representation of color #D33A69: hue angle of 341.57º degrees, saturation: 0.63, 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 #D33A69 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 105 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.17 |
| HSL | 341.57º | 0.63% | 0.53% | - |
| HSV(B) | 341.57º | 0.73% | 0.83% | - |
| XYZ | 30.93 | 17.89 | 15.19 | - |
| YUV | 109.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 105 | 0 | 0.73 | 0.50 | 0.17 | 341.57 | 0.63 | 0.53 |
| Hex | D3 | 3A | 69 | 0 | 49 | 32 | 11 | 156 | 3F | 35 |
| Octal | 323 | 72 | 151 | 0 | 111 | 62 | 21 | 526 | 77 | 65 |
| Binary | 11010011 | 111010 | 1101001 | 0 | 1001001 | 110010 | 10001 | 101010110 | 111111 | 110101 |
Color Harmonies of #D33A69
Complementary color
Monochromatic Colors of #D33A69
Black with #D33A69
Text Example
Text Example
White with #D33A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A69; }
p { color: rgb(211,58,105); }
H1.HeaderClassName
{
color: #D33A69;
}
.AnyTagClassName
{
color: #D33A69;
}
</style>
background-color css
<style>
a { background-color: #D33A69; }
a { background-color: rgb(211,58,105); }
div.DivClassName
{
background-color: #D33A69;
}
.BgClassName
{
background-color: #D33A69;
}
</style>
border-color css
<style>
span { border-color: #D33A69; }
span { border-color: rgb(211,58,105); }
td.TdClassName
{
border-color: #D33A69;
}
.TagClassName
{
border-color: #D33A69;
}
</style>