Shades of Cerise #DD405C
Tints of Cerise #DD405C
RGB
CMYK
RGB Variations
Color information
#DD405C (or 0xDD405C) is known color: Cerise. HEX triplet: DD, 40 and 5C. RGB value is (221,64,92). Sum of RGB (Red+Green+Blue) = 221+64+92=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD405C is #22BFA3. Grayscale: #727272. Windows color (decimal): -2277284 or 6045917. OLE color: 6045917.
HSL color Cylindrical-coordinate representation of color #DD405C: hue angle of 349.3º 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 #DD405C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 92 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.13 |
| HSL | 349.3º | 0.7% | 0.56% | - |
| HSV(B) | 349.3º | 0.71% | 0.87% | - |
| XYZ | 33.58 | 19.81 | 12.18 | - |
| YUV | 114.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 92 | 0 | 0.71 | 0.58 | 0.13 | 349.3 | 0.7 | 0.56 |
| Hex | DD | 40 | 5C | 0 | 47 | 3A | D | 15D | 46 | 38 |
| Octal | 335 | 100 | 134 | 0 | 107 | 72 | 15 | 535 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1011100 | 0 | 1000111 | 111010 | 1101 | 101011101 | 1000110 | 111000 |
Color Harmonies of #DD405C
Complementary color
Monochromatic Colors of #DD405C
Black with #DD405C
Text Example
Text Example
White with #DD405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD405C; }
p { color: rgb(221,64,92); }
H1.HeaderClassName
{
color: #DD405C;
}
.AnyTagClassName
{
color: #DD405C;
}
</style>
background-color css
<style>
a { background-color: #DD405C; }
a { background-color: rgb(221,64,92); }
div.DivClassName
{
background-color: #DD405C;
}
.BgClassName
{
background-color: #DD405C;
}
</style>
border-color css
<style>
span { border-color: #DD405C; }
span { border-color: rgb(221,64,92); }
td.TdClassName
{
border-color: #DD405C;
}
.TagClassName
{
border-color: #DD405C;
}
</style>