Shades of Cerise #DD346A
Tints of Cerise #DD346A
RGB
CMYK
RGB Variations
Color information
#DD346A (or 0xDD346A) is known color: Cerise. HEX triplet: DD, 34 and 6A. RGB value is (221,52,106). Sum of RGB (Red+Green+Blue) = 221+52+106=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD346A is #22CB95. Grayscale: #6C6C6C. Windows color (decimal): -2280342 or 6960349. OLE color: 6960349.
HSL color Cylindrical-coordinate representation of color #DD346A: hue angle of 340.83º 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 #DD346A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 106 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.13 |
| HSL | 340.83º | 0.71% | 0.54% | - |
| HSV(B) | 340.83º | 0.76% | 0.87% | - |
| XYZ | 33.65 | 18.87 | 15.5 | - |
| YUV | 108.69 | 126.49 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 106 | 0 | 0.76 | 0.52 | 0.13 | 340.83 | 0.71 | 0.54 |
| Hex | DD | 34 | 6A | 0 | 4C | 34 | D | 155 | 47 | 36 |
| Octal | 335 | 64 | 152 | 0 | 114 | 64 | 15 | 525 | 107 | 66 |
| Binary | 11011101 | 110100 | 1101010 | 0 | 1001100 | 110100 | 1101 | 101010101 | 1000111 | 110110 |
Color Harmonies of #DD346A
Complementary color
Monochromatic Colors of #DD346A
Black with #DD346A
Text Example
Text Example
White with #DD346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD346A; }
p { color: rgb(221,52,106); }
H1.HeaderClassName
{
color: #DD346A;
}
.AnyTagClassName
{
color: #DD346A;
}
</style>
background-color css
<style>
a { background-color: #DD346A; }
a { background-color: rgb(221,52,106); }
div.DivClassName
{
background-color: #DD346A;
}
.BgClassName
{
background-color: #DD346A;
}
</style>
border-color css
<style>
span { border-color: #DD346A; }
span { border-color: rgb(221,52,106); }
td.TdClassName
{
border-color: #DD346A;
}
.TagClassName
{
border-color: #DD346A;
}
</style>