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