Shades of Deep Cerise #DD408B
Tints of Deep Cerise #DD408B
RGB
CMYK
RGB Variations
Color information
#DD408B (or 0xDD408B) is known color: Deep Cerise. HEX triplet: DD, 40 and 8B. RGB value is (221,64,139). Sum of RGB (Red+Green+Blue) = 221+64+139=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD408B is #22BF74. Grayscale: #777777. Windows color (decimal): -2277237 or 9126109. OLE color: 9126109.
HSL color Cylindrical-coordinate representation of color #DD408B: hue angle of 331.34º 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 #DD408B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 139 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.13 |
| HSL | 331.34º | 0.7% | 0.56% | - |
| HSV(B) | 331.34º | 0.71% | 0.87% | - |
| XYZ | 36.31 | 20.9 | 26.55 | - |
| YUV | 119.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 139 | 0 | 0.71 | 0.37 | 0.13 | 331.34 | 0.7 | 0.56 |
| Hex | DD | 40 | 8B | 0 | 47 | 25 | D | 14B | 46 | 38 |
| Octal | 335 | 100 | 213 | 0 | 107 | 45 | 15 | 513 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10001011 | 0 | 1000111 | 100101 | 1101 | 101001011 | 1000110 | 111000 |
Color Harmonies of #DD408B
Complementary color
Monochromatic Colors of #DD408B
Black with #DD408B
Text Example
Text Example
White with #DD408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD408B; }
p { color: rgb(221,64,139); }
H1.HeaderClassName
{
color: #DD408B;
}
.AnyTagClassName
{
color: #DD408B;
}
</style>
background-color css
<style>
a { background-color: #DD408B; }
a { background-color: rgb(221,64,139); }
div.DivClassName
{
background-color: #DD408B;
}
.BgClassName
{
background-color: #DD408B;
}
</style>
border-color css
<style>
span { border-color: #DD408B; }
span { border-color: rgb(221,64,139); }
td.TdClassName
{
border-color: #DD408B;
}
.TagClassName
{
border-color: #DD408B;
}
</style>