Shades of Deep Cerise #DD378F
Tints of Deep Cerise #DD378F
RGB
CMYK
RGB Variations
Color information
#DD378F (or 0xDD378F) is known color: Deep Cerise. HEX triplet: DD, 37 and 8F. RGB value is (221,55,143). Sum of RGB (Red+Green+Blue) = 221+55+143=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD378F is #22C870. Grayscale: #727272. Windows color (decimal): -2279537 or 9385949. OLE color: 9385949.
HSL color Cylindrical-coordinate representation of color #DD378F: hue angle of 328.19º 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 #DD378F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 143 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.13 |
| HSL | 328.19º | 0.71% | 0.54% | - |
| HSV(B) | 328.19º | 0.75% | 0.87% | - |
| XYZ | 36.14 | 20.09 | 27.96 | - |
| YUV | 114.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 143 | 0 | 0.75 | 0.35 | 0.13 | 328.19 | 0.71 | 0.54 |
| Hex | DD | 37 | 8F | 0 | 4B | 23 | D | 148 | 47 | 36 |
| Octal | 335 | 67 | 217 | 0 | 113 | 43 | 15 | 510 | 107 | 66 |
| Binary | 11011101 | 110111 | 10001111 | 0 | 1001011 | 100011 | 1101 | 101001000 | 1000111 | 110110 |
Color Harmonies of #DD378F
Complementary color
Monochromatic Colors of #DD378F
Black with #DD378F
Text Example
Text Example
White with #DD378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD378F; }
p { color: rgb(221,55,143); }
H1.HeaderClassName
{
color: #DD378F;
}
.AnyTagClassName
{
color: #DD378F;
}
</style>
background-color css
<style>
a { background-color: #DD378F; }
a { background-color: rgb(221,55,143); }
div.DivClassName
{
background-color: #DD378F;
}
.BgClassName
{
background-color: #DD378F;
}
</style>
border-color css
<style>
span { border-color: #DD378F; }
span { border-color: rgb(221,55,143); }
td.TdClassName
{
border-color: #DD378F;
}
.TagClassName
{
border-color: #DD378F;
}
</style>