Shades of Cerise #DD406A
Tints of Cerise #DD406A
RGB
CMYK
RGB Variations
Color information
#DD406A (or 0xDD406A) is known color: Cerise. HEX triplet: DD, 40 and 6A. RGB value is (221,64,106). Sum of RGB (Red+Green+Blue) = 221+64+106=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD406A is #22BF95. Grayscale: #737373. Windows color (decimal): -2277270 or 6963421. OLE color: 6963421.
HSL color Cylindrical-coordinate representation of color #DD406A: hue angle of 343.95º 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 #DD406A is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 106 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.13 |
| HSL | 343.95º | 0.7% | 0.56% | - |
| HSV(B) | 343.95º | 0.71% | 0.87% | - |
| XYZ | 34.25 | 20.08 | 15.71 | - |
| YUV | 115.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 106 | 0 | 0.71 | 0.52 | 0.13 | 343.95 | 0.7 | 0.56 |
| Hex | DD | 40 | 6A | 0 | 47 | 34 | D | 158 | 46 | 38 |
| Octal | 335 | 100 | 152 | 0 | 107 | 64 | 15 | 530 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1101010 | 0 | 1000111 | 110100 | 1101 | 101011000 | 1000110 | 111000 |
Color Harmonies of #DD406A
Complementary color
Monochromatic Colors of #DD406A
Black with #DD406A
Text Example
Text Example
White with #DD406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD406A; }
p { color: rgb(221,64,106); }
H1.HeaderClassName
{
color: #DD406A;
}
.AnyTagClassName
{
color: #DD406A;
}
</style>
background-color css
<style>
a { background-color: #DD406A; }
a { background-color: rgb(221,64,106); }
div.DivClassName
{
background-color: #DD406A;
}
.BgClassName
{
background-color: #DD406A;
}
</style>
border-color css
<style>
span { border-color: #DD406A; }
span { border-color: rgb(221,64,106); }
td.TdClassName
{
border-color: #DD406A;
}
.TagClassName
{
border-color: #DD406A;
}
</style>