Shades of Deep Cerise #DD389F
Tints of Deep Cerise #DD389F
RGB
CMYK
RGB Variations
Color information
#DD389F (or 0xDD389F) is known color: Deep Cerise. HEX triplet: DD, 38 and 9F. RGB value is (221,56,159). Sum of RGB (Red+Green+Blue) = 221+56+159=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD389F is #22C760. Grayscale: #747474. Windows color (decimal): -2279265 or 10434781. OLE color: 10434781.
HSL color Cylindrical-coordinate representation of color #DD389F: hue angle of 322.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD389F is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 159 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.13 |
| HSL | 322.55º | 0.71% | 0.54% | - |
| HSV(B) | 322.55º | 0.75% | 0.87% | - |
| XYZ | 37.49 | 20.7 | 34.82 | - |
| YUV | 117.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 159 | 0 | 0.75 | 0.28 | 0.13 | 322.55 | 0.71 | 0.54 |
| Hex | DD | 38 | 9F | 0 | 4B | 1C | D | 143 | 47 | 36 |
| Octal | 335 | 70 | 237 | 0 | 113 | 34 | 15 | 503 | 107 | 66 |
| Binary | 11011101 | 111000 | 10011111 | 0 | 1001011 | 11100 | 1101 | 101000011 | 1000111 | 110110 |
Color Harmonies of #DD389F
Complementary color
Monochromatic Colors of #DD389F
Black with #DD389F
Text Example
Text Example
White with #DD389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD389F; }
p { color: rgb(221,56,159); }
H1.HeaderClassName
{
color: #DD389F;
}
.AnyTagClassName
{
color: #DD389F;
}
</style>
background-color css
<style>
a { background-color: #DD389F; }
a { background-color: rgb(221,56,159); }
div.DivClassName
{
background-color: #DD389F;
}
.BgClassName
{
background-color: #DD389F;
}
</style>
border-color css
<style>
span { border-color: #DD389F; }
span { border-color: rgb(221,56,159); }
td.TdClassName
{
border-color: #DD389F;
}
.TagClassName
{
border-color: #DD389F;
}
</style>