Shades of Cerise #DD346E
Tints of Cerise #DD346E
RGB
CMYK
RGB Variations
Color information
#DD346E (or 0xDD346E) is known color: Cerise. HEX triplet: DD, 34 and 6E. RGB value is (221,52,110). Sum of RGB (Red+Green+Blue) = 221+52+110=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD346E is #22CB91. Grayscale: #6D6D6D. Windows color (decimal): -2280338 or 7222493. OLE color: 7222493.
HSL color Cylindrical-coordinate representation of color #DD346E: hue angle of 339.41º 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 #DD346E is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 110 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.13 |
| HSL | 339.41º | 0.71% | 0.54% | - |
| HSV(B) | 339.41º | 0.76% | 0.87% | - |
| XYZ | 33.86 | 18.95 | 16.63 | - |
| YUV | 109.14 | 128.49 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 110 | 0 | 0.76 | 0.50 | 0.13 | 339.41 | 0.71 | 0.54 |
| Hex | DD | 34 | 6E | 0 | 4C | 32 | D | 153 | 47 | 36 |
| Octal | 335 | 64 | 156 | 0 | 114 | 62 | 15 | 523 | 107 | 66 |
| Binary | 11011101 | 110100 | 1101110 | 0 | 1001100 | 110010 | 1101 | 101010011 | 1000111 | 110110 |
Color Harmonies of #DD346E
Complementary color
Monochromatic Colors of #DD346E
Black with #DD346E
Text Example
Text Example
White with #DD346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD346E; }
p { color: rgb(221,52,110); }
H1.HeaderClassName
{
color: #DD346E;
}
.AnyTagClassName
{
color: #DD346E;
}
</style>
background-color css
<style>
a { background-color: #DD346E; }
a { background-color: rgb(221,52,110); }
div.DivClassName
{
background-color: #DD346E;
}
.BgClassName
{
background-color: #DD346E;
}
</style>
border-color css
<style>
span { border-color: #DD346E; }
span { border-color: rgb(221,52,110); }
td.TdClassName
{
border-color: #DD346E;
}
.TagClassName
{
border-color: #DD346E;
}
</style>