Shades of Deep Cerise #DD388C
Tints of Deep Cerise #DD388C
RGB
CMYK
RGB Variations
Color information
#DD388C (or 0xDD388C) is known color: Deep Cerise. HEX triplet: DD, 38 and 8C. RGB value is (221,56,140). Sum of RGB (Red+Green+Blue) = 221+56+140=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD388C is #22C773. Grayscale: #727272. Windows color (decimal): -2279284 or 9189597. OLE color: 9189597.
HSL color Cylindrical-coordinate representation of color #DD388C: hue angle of 329.45º 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 #DD388C is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 140 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.13 |
| HSL | 329.45º | 0.71% | 0.54% | - |
| HSV(B) | 329.45º | 0.75% | 0.87% | - |
| XYZ | 35.97 | 20.09 | 26.79 | - |
| YUV | 114.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 140 | 0 | 0.75 | 0.37 | 0.13 | 329.45 | 0.71 | 0.54 |
| Hex | DD | 38 | 8C | 0 | 4B | 25 | D | 149 | 47 | 36 |
| Octal | 335 | 70 | 214 | 0 | 113 | 45 | 15 | 511 | 107 | 66 |
| Binary | 11011101 | 111000 | 10001100 | 0 | 1001011 | 100101 | 1101 | 101001001 | 1000111 | 110110 |
Color Harmonies of #DD388C
Complementary color
Monochromatic Colors of #DD388C
Black with #DD388C
Text Example
Text Example
White with #DD388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD388C; }
p { color: rgb(221,56,140); }
H1.HeaderClassName
{
color: #DD388C;
}
.AnyTagClassName
{
color: #DD388C;
}
</style>
background-color css
<style>
a { background-color: #DD388C; }
a { background-color: rgb(221,56,140); }
div.DivClassName
{
background-color: #DD388C;
}
.BgClassName
{
background-color: #DD388C;
}
</style>
border-color css
<style>
span { border-color: #DD388C; }
span { border-color: rgb(221,56,140); }
td.TdClassName
{
border-color: #DD388C;
}
.TagClassName
{
border-color: #DD388C;
}
</style>