Shades of Cerise #DD355A
Tints of Cerise #DD355A
RGB
CMYK
RGB Variations
Color information
#DD355A (or 0xDD355A) is known color: Cerise. HEX triplet: DD, 35 and 5A. RGB value is (221,53,90). Sum of RGB (Red+Green+Blue) = 221+53+90=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD355A is #22CAA5. Grayscale: #6B6B6B. Windows color (decimal): -2280102 or 5912029. OLE color: 5912029.
HSL color Cylindrical-coordinate representation of color #DD355A: hue angle of 346.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD355A is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 90 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.13 |
| HSL | 346.79º | 0.71% | 0.54% | - |
| HSV(B) | 346.79º | 0.76% | 0.87% | - |
| XYZ | 32.94 | 18.66 | 11.54 | - |
| YUV | 107.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 90 | 0 | 0.76 | 0.59 | 0.13 | 346.79 | 0.71 | 0.54 |
| Hex | DD | 35 | 5A | 0 | 4C | 3B | D | 15B | 47 | 36 |
| Octal | 335 | 65 | 132 | 0 | 114 | 73 | 15 | 533 | 107 | 66 |
| Binary | 11011101 | 110101 | 1011010 | 0 | 1001100 | 111011 | 1101 | 101011011 | 1000111 | 110110 |
Color Harmonies of #DD355A
Complementary color
Monochromatic Colors of #DD355A
Black with #DD355A
Text Example
Text Example
White with #DD355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD355A; }
p { color: rgb(221,53,90); }
H1.HeaderClassName
{
color: #DD355A;
}
.AnyTagClassName
{
color: #DD355A;
}
</style>
background-color css
<style>
a { background-color: #DD355A; }
a { background-color: rgb(221,53,90); }
div.DivClassName
{
background-color: #DD355A;
}
.BgClassName
{
background-color: #DD355A;
}
</style>
border-color css
<style>
span { border-color: #DD355A; }
span { border-color: rgb(221,53,90); }
td.TdClassName
{
border-color: #DD355A;
}
.TagClassName
{
border-color: #DD355A;
}
</style>