Shades of Deep Cerise #DD389C
Tints of Deep Cerise #DD389C
RGB
CMYK
RGB Variations
Color information
#DD389C (or 0xDD389C) is known color: Deep Cerise. HEX triplet: DD, 38 and 9C. RGB value is (221,56,156). Sum of RGB (Red+Green+Blue) = 221+56+156=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD389C is #22C763. Grayscale: #747474. Windows color (decimal): -2279268 or 10238173. OLE color: 10238173.
HSL color Cylindrical-coordinate representation of color #DD389C: hue angle of 323.64º 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 #DD389C is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 156 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.13 |
| HSL | 323.64º | 0.71% | 0.54% | - |
| HSV(B) | 323.64º | 0.75% | 0.87% | - |
| XYZ | 37.23 | 20.6 | 33.47 | - |
| YUV | 116.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 156 | 0 | 0.75 | 0.29 | 0.13 | 323.64 | 0.71 | 0.54 |
| Hex | DD | 38 | 9C | 0 | 4B | 1D | D | 144 | 47 | 36 |
| Octal | 335 | 70 | 234 | 0 | 113 | 35 | 15 | 504 | 107 | 66 |
| Binary | 11011101 | 111000 | 10011100 | 0 | 1001011 | 11101 | 1101 | 101000100 | 1000111 | 110110 |
Color Harmonies of #DD389C
Complementary color
Monochromatic Colors of #DD389C
Black with #DD389C
Text Example
Text Example
White with #DD389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD389C; }
p { color: rgb(221,56,156); }
H1.HeaderClassName
{
color: #DD389C;
}
.AnyTagClassName
{
color: #DD389C;
}
</style>
background-color css
<style>
a { background-color: #DD389C; }
a { background-color: rgb(221,56,156); }
div.DivClassName
{
background-color: #DD389C;
}
.BgClassName
{
background-color: #DD389C;
}
</style>
border-color css
<style>
span { border-color: #DD389C; }
span { border-color: rgb(221,56,156); }
td.TdClassName
{
border-color: #DD389C;
}
.TagClassName
{
border-color: #DD389C;
}
</style>