Shades of Deep Cerise #DD378C
Tints of Deep Cerise #DD378C
RGB
CMYK
RGB Variations
Color information
#DD378C (or 0xDD378C) is known color: Deep Cerise. HEX triplet: DD, 37 and 8C. RGB value is (221,55,140). Sum of RGB (Red+Green+Blue) = 221+55+140=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD378C is #22C873. Grayscale: #727272. Windows color (decimal): -2279540 or 9189341. OLE color: 9189341.
HSL color Cylindrical-coordinate representation of color #DD378C: hue angle of 329.28º 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 #DD378C is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 140 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.13 |
| HSL | 329.28º | 0.71% | 0.54% | - |
| HSV(B) | 329.28º | 0.75% | 0.87% | - |
| XYZ | 35.92 | 20 | 26.78 | - |
| YUV | 114.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 140 | 0 | 0.75 | 0.37 | 0.13 | 329.28 | 0.71 | 0.54 |
| Hex | DD | 37 | 8C | 0 | 4B | 25 | D | 149 | 47 | 36 |
| Octal | 335 | 67 | 214 | 0 | 113 | 45 | 15 | 511 | 107 | 66 |
| Binary | 11011101 | 110111 | 10001100 | 0 | 1001011 | 100101 | 1101 | 101001001 | 1000111 | 110110 |
Color Harmonies of #DD378C
Complementary color
Monochromatic Colors of #DD378C
Black with #DD378C
Text Example
Text Example
White with #DD378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD378C; }
p { color: rgb(221,55,140); }
H1.HeaderClassName
{
color: #DD378C;
}
.AnyTagClassName
{
color: #DD378C;
}
</style>
background-color css
<style>
a { background-color: #DD378C; }
a { background-color: rgb(221,55,140); }
div.DivClassName
{
background-color: #DD378C;
}
.BgClassName
{
background-color: #DD378C;
}
</style>
border-color css
<style>
span { border-color: #DD378C; }
span { border-color: rgb(221,55,140); }
td.TdClassName
{
border-color: #DD378C;
}
.TagClassName
{
border-color: #DD378C;
}
</style>