Shades of Deep Cerise #DD387A
Tints of Deep Cerise #DD387A
RGB
CMYK
RGB Variations
Color information
#DD387A (or 0xDD387A) is known color: Deep Cerise. HEX triplet: DD, 38 and 7A. RGB value is (221,56,122). Sum of RGB (Red+Green+Blue) = 221+56+122=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD387A is #22C785. Grayscale: #707070. Windows color (decimal): -2279302 or 8009949. OLE color: 8009949.
HSL color Cylindrical-coordinate representation of color #DD387A: hue angle of 336º 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 #DD387A is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 122 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.13 |
| HSL | 336º | 0.71% | 0.54% | - |
| HSV(B) | 336º | 0.75% | 0.87% | - |
| XYZ | 34.75 | 19.61 | 20.37 | - |
| YUV | 112.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 122 | 0 | 0.75 | 0.45 | 0.13 | 336 | 0.71 | 0.54 |
| Hex | DD | 38 | 7A | 0 | 4B | 2D | D | 150 | 47 | 36 |
| Octal | 335 | 70 | 172 | 0 | 113 | 55 | 15 | 520 | 107 | 66 |
| Binary | 11011101 | 111000 | 1111010 | 0 | 1001011 | 101101 | 1101 | 101010000 | 1000111 | 110110 |
Color Harmonies of #DD387A
Complementary color
Monochromatic Colors of #DD387A
Black with #DD387A
Text Example
Text Example
White with #DD387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD387A; }
p { color: rgb(221,56,122); }
H1.HeaderClassName
{
color: #DD387A;
}
.AnyTagClassName
{
color: #DD387A;
}
</style>
background-color css
<style>
a { background-color: #DD387A; }
a { background-color: rgb(221,56,122); }
div.DivClassName
{
background-color: #DD387A;
}
.BgClassName
{
background-color: #DD387A;
}
</style>
border-color css
<style>
span { border-color: #DD387A; }
span { border-color: rgb(221,56,122); }
td.TdClassName
{
border-color: #DD387A;
}
.TagClassName
{
border-color: #DD387A;
}
</style>