Shades of Deep Cerise #DD378A
Tints of Deep Cerise #DD378A
RGB
CMYK
RGB Variations
Color information
#DD378A (or 0xDD378A) is known color: Deep Cerise. HEX triplet: DD, 37 and 8A. RGB value is (221,55,138). Sum of RGB (Red+Green+Blue) = 221+55+138=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD378A is #22C875. Grayscale: #717171. Windows color (decimal): -2279542 or 9058269. OLE color: 9058269.
HSL color Cylindrical-coordinate representation of color #DD378A: hue angle of 330º 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 #DD378A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 138 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.13 |
| HSL | 330º | 0.71% | 0.54% | - |
| HSV(B) | 330º | 0.75% | 0.87% | - |
| XYZ | 35.77 | 19.94 | 26.01 | - |
| YUV | 114.1 | 141.5 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 138 | 0 | 0.75 | 0.38 | 0.13 | 330 | 0.71 | 0.54 |
| Hex | DD | 37 | 8A | 0 | 4B | 26 | D | 14A | 47 | 36 |
| Octal | 335 | 67 | 212 | 0 | 113 | 46 | 15 | 512 | 107 | 66 |
| Binary | 11011101 | 110111 | 10001010 | 0 | 1001011 | 100110 | 1101 | 101001010 | 1000111 | 110110 |
Color Harmonies of #DD378A
Complementary color
Monochromatic Colors of #DD378A
Black with #DD378A
Text Example
Text Example
White with #DD378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD378A; }
p { color: rgb(221,55,138); }
H1.HeaderClassName
{
color: #DD378A;
}
.AnyTagClassName
{
color: #DD378A;
}
</style>
background-color css
<style>
a { background-color: #DD378A; }
a { background-color: rgb(221,55,138); }
div.DivClassName
{
background-color: #DD378A;
}
.BgClassName
{
background-color: #DD378A;
}
</style>
border-color css
<style>
span { border-color: #DD378A; }
span { border-color: rgb(221,55,138); }
td.TdClassName
{
border-color: #DD378A;
}
.TagClassName
{
border-color: #DD378A;
}
</style>