Shades of Cerise #DD336F
Tints of Cerise #DD336F
RGB
CMYK
RGB Variations
Color information
#DD336F (or 0xDD336F) is known color: Cerise. HEX triplet: DD, 33 and 6F. RGB value is (221,51,111). Sum of RGB (Red+Green+Blue) = 221+51+111=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD336F is #22CC90. Grayscale: #6C6C6C. Windows color (decimal): -2280593 or 7287773. OLE color: 7287773.
HSL color Cylindrical-coordinate representation of color #DD336F: hue angle of 338.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD336F is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 111 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.13 |
| HSL | 338.82º | 0.71% | 0.53% | - |
| HSV(B) | 338.82º | 0.77% | 0.87% | - |
| XYZ | 33.87 | 18.89 | 16.9 | - |
| YUV | 108.67 | 129.32 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 111 | 0 | 0.77 | 0.50 | 0.13 | 338.82 | 0.71 | 0.53 |
| Hex | DD | 33 | 6F | 0 | 4D | 32 | D | 153 | 47 | 35 |
| Octal | 335 | 63 | 157 | 0 | 115 | 62 | 15 | 523 | 107 | 65 |
| Binary | 11011101 | 110011 | 1101111 | 0 | 1001101 | 110010 | 1101 | 101010011 | 1000111 | 110101 |
Color Harmonies of #DD336F
Complementary color
Monochromatic Colors of #DD336F
Black with #DD336F
Text Example
Text Example
White with #DD336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD336F; }
p { color: rgb(221,51,111); }
H1.HeaderClassName
{
color: #DD336F;
}
.AnyTagClassName
{
color: #DD336F;
}
</style>
background-color css
<style>
a { background-color: #DD336F; }
a { background-color: rgb(221,51,111); }
div.DivClassName
{
background-color: #DD336F;
}
.BgClassName
{
background-color: #DD336F;
}
</style>
border-color css
<style>
span { border-color: #DD336F; }
span { border-color: rgb(221,51,111); }
td.TdClassName
{
border-color: #DD336F;
}
.TagClassName
{
border-color: #DD336F;
}
</style>