Shades of Cerise #DD345C
Tints of Cerise #DD345C
RGB
CMYK
RGB Variations
Color information
#DD345C (or 0xDD345C) is known color: Cerise. HEX triplet: DD, 34 and 5C. RGB value is (221,52,92). Sum of RGB (Red+Green+Blue) = 221+52+92=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD345C is #22CBA3. Grayscale: #6B6B6B. Windows color (decimal): -2280356 or 6042845. OLE color: 6042845.
HSL color Cylindrical-coordinate representation of color #DD345C: hue angle of 345.8º 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 #DD345C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 92 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.13 |
| HSL | 345.8º | 0.71% | 0.54% | - |
| HSV(B) | 345.8º | 0.76% | 0.87% | - |
| XYZ | 32.98 | 18.6 | 11.98 | - |
| YUV | 107.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 92 | 0 | 0.76 | 0.58 | 0.13 | 345.8 | 0.71 | 0.54 |
| Hex | DD | 34 | 5C | 0 | 4C | 3A | D | 15A | 47 | 36 |
| Octal | 335 | 64 | 134 | 0 | 114 | 72 | 15 | 532 | 107 | 66 |
| Binary | 11011101 | 110100 | 1011100 | 0 | 1001100 | 111010 | 1101 | 101011010 | 1000111 | 110110 |
Color Harmonies of #DD345C
Complementary color
Monochromatic Colors of #DD345C
Black with #DD345C
Text Example
Text Example
White with #DD345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD345C; }
p { color: rgb(221,52,92); }
H1.HeaderClassName
{
color: #DD345C;
}
.AnyTagClassName
{
color: #DD345C;
}
</style>
background-color css
<style>
a { background-color: #DD345C; }
a { background-color: rgb(221,52,92); }
div.DivClassName
{
background-color: #DD345C;
}
.BgClassName
{
background-color: #DD345C;
}
</style>
border-color css
<style>
span { border-color: #DD345C; }
span { border-color: rgb(221,52,92); }
td.TdClassName
{
border-color: #DD345C;
}
.TagClassName
{
border-color: #DD345C;
}
</style>