Shades of Cerise #DD405D
Tints of Cerise #DD405D
RGB
CMYK
RGB Variations
Color information
#DD405D (or 0xDD405D) is known color: Cerise. HEX triplet: DD, 40 and 5D. RGB value is (221,64,93). Sum of RGB (Red+Green+Blue) = 221+64+93=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD405D is #22BFA2. Grayscale: #727272. Windows color (decimal): -2277283 or 6111453. OLE color: 6111453.
HSL color Cylindrical-coordinate representation of color #DD405D: hue angle of 348.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD405D is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 93 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.13 |
| HSL | 348.92º | 0.7% | 0.56% | - |
| HSV(B) | 348.92º | 0.71% | 0.87% | - |
| XYZ | 33.63 | 19.83 | 12.41 | - |
| YUV | 114.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 93 | 0 | 0.71 | 0.58 | 0.13 | 348.92 | 0.7 | 0.56 |
| Hex | DD | 40 | 5D | 0 | 47 | 3A | D | 15D | 46 | 38 |
| Octal | 335 | 100 | 135 | 0 | 107 | 72 | 15 | 535 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1011101 | 0 | 1000111 | 111010 | 1101 | 101011101 | 1000110 | 111000 |
Color Harmonies of #DD405D
Complementary color
Monochromatic Colors of #DD405D
Black with #DD405D
Text Example
Text Example
White with #DD405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD405D; }
p { color: rgb(221,64,93); }
H1.HeaderClassName
{
color: #DD405D;
}
.AnyTagClassName
{
color: #DD405D;
}
</style>
background-color css
<style>
a { background-color: #DD405D; }
a { background-color: rgb(221,64,93); }
div.DivClassName
{
background-color: #DD405D;
}
.BgClassName
{
background-color: #DD405D;
}
</style>
border-color css
<style>
span { border-color: #DD405D; }
span { border-color: rgb(221,64,93); }
td.TdClassName
{
border-color: #DD405D;
}
.TagClassName
{
border-color: #DD405D;
}
</style>