Shades of Cerise #DD356A
Tints of Cerise #DD356A
RGB
CMYK
RGB Variations
Color information
#DD356A (or 0xDD356A) is known color: Cerise. HEX triplet: DD, 35 and 6A. RGB value is (221,53,106). Sum of RGB (Red+Green+Blue) = 221+53+106=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD356A is #22CA95. Grayscale: #6D6D6D. Windows color (decimal): -2280086 or 6960605. OLE color: 6960605.
HSL color Cylindrical-coordinate representation of color #DD356A: hue angle of 341.07º 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 #DD356A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 106 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.13 |
| HSL | 341.07º | 0.71% | 0.54% | - |
| HSV(B) | 341.07º | 0.76% | 0.87% | - |
| XYZ | 33.69 | 18.96 | 15.52 | - |
| YUV | 109.27 | 126.16 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 106 | 0 | 0.76 | 0.52 | 0.13 | 341.07 | 0.71 | 0.54 |
| Hex | DD | 35 | 6A | 0 | 4C | 34 | D | 155 | 47 | 36 |
| Octal | 335 | 65 | 152 | 0 | 114 | 64 | 15 | 525 | 107 | 66 |
| Binary | 11011101 | 110101 | 1101010 | 0 | 1001100 | 110100 | 1101 | 101010101 | 1000111 | 110110 |
Color Harmonies of #DD356A
Complementary color
Monochromatic Colors of #DD356A
Black with #DD356A
Text Example
Text Example
White with #DD356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD356A; }
p { color: rgb(221,53,106); }
H1.HeaderClassName
{
color: #DD356A;
}
.AnyTagClassName
{
color: #DD356A;
}
</style>
background-color css
<style>
a { background-color: #DD356A; }
a { background-color: rgb(221,53,106); }
div.DivClassName
{
background-color: #DD356A;
}
.BgClassName
{
background-color: #DD356A;
}
</style>
border-color css
<style>
span { border-color: #DD356A; }
span { border-color: rgb(221,53,106); }
td.TdClassName
{
border-color: #DD356A;
}
.TagClassName
{
border-color: #DD356A;
}
</style>