Shades of Cerise #DD445D
Tints of Cerise #DD445D
RGB
CMYK
RGB Variations
Color information
#DD445D (or 0xDD445D) is known color: Cerise. HEX triplet: DD, 44 and 5D. RGB value is (221,68,93). Sum of RGB (Red+Green+Blue) = 221+68+93=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD445D is #22BBA2. Grayscale: #747474. Windows color (decimal): -2276259 or 6112477. OLE color: 6112477.
HSL color Cylindrical-coordinate representation of color #DD445D: hue angle of 350.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD445D is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 93 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.13 |
| HSL | 350.2º | 0.69% | 0.57% | - |
| HSV(B) | 350.2º | 0.69% | 0.87% | - |
| XYZ | 33.86 | 20.3 | 12.49 | - |
| YUV | 116.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 93 | 0 | 0.69 | 0.58 | 0.13 | 350.2 | 0.69 | 0.57 |
| Hex | DD | 44 | 5D | 0 | 45 | 3A | D | 15E | 45 | 39 |
| Octal | 335 | 104 | 135 | 0 | 105 | 72 | 15 | 536 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1011101 | 0 | 1000101 | 111010 | 1101 | 101011110 | 1000101 | 111001 |
Color Harmonies of #DD445D
Complementary color
Monochromatic Colors of #DD445D
Black with #DD445D
Text Example
Text Example
White with #DD445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD445D; }
p { color: rgb(221,68,93); }
H1.HeaderClassName
{
color: #DD445D;
}
.AnyTagClassName
{
color: #DD445D;
}
</style>
background-color css
<style>
a { background-color: #DD445D; }
a { background-color: rgb(221,68,93); }
div.DivClassName
{
background-color: #DD445D;
}
.BgClassName
{
background-color: #DD445D;
}
</style>
border-color css
<style>
span { border-color: #DD445D; }
span { border-color: rgb(221,68,93); }
td.TdClassName
{
border-color: #DD445D;
}
.TagClassName
{
border-color: #DD445D;
}
</style>