Shades of Deep Cerise #DD3783
Tints of Deep Cerise #DD3783
RGB
CMYK
RGB Variations
Color information
#DD3783 (or 0xDD3783) is known color: Deep Cerise. HEX triplet: DD, 37 and 83. RGB value is (221,55,131). Sum of RGB (Red+Green+Blue) = 221+55+131=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3783 is #22C87C. Grayscale: #717171. Windows color (decimal): -2279549 or 8599517. OLE color: 8599517.
HSL color Cylindrical-coordinate representation of color #DD3783: hue angle of 332.53º 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 #DD3783 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 131 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.13 |
| HSL | 332.53º | 0.71% | 0.54% | - |
| HSV(B) | 332.53º | 0.75% | 0.87% | - |
| XYZ | 35.28 | 19.74 | 23.42 | - |
| YUV | 113.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 131 | 0 | 0.75 | 0.41 | 0.13 | 332.53 | 0.71 | 0.54 |
| Hex | DD | 37 | 83 | 0 | 4B | 29 | D | 14D | 47 | 36 |
| Octal | 335 | 67 | 203 | 0 | 113 | 51 | 15 | 515 | 107 | 66 |
| Binary | 11011101 | 110111 | 10000011 | 0 | 1001011 | 101001 | 1101 | 101001101 | 1000111 | 110110 |
Color Harmonies of #DD3783
Complementary color
Monochromatic Colors of #DD3783
Black with #DD3783
Text Example
Text Example
White with #DD3783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3783; }
p { color: rgb(221,55,131); }
H1.HeaderClassName
{
color: #DD3783;
}
.AnyTagClassName
{
color: #DD3783;
}
</style>
background-color css
<style>
a { background-color: #DD3783; }
a { background-color: rgb(221,55,131); }
div.DivClassName
{
background-color: #DD3783;
}
.BgClassName
{
background-color: #DD3783;
}
</style>
border-color css
<style>
span { border-color: #DD3783; }
span { border-color: rgb(221,55,131); }
td.TdClassName
{
border-color: #DD3783;
}
.TagClassName
{
border-color: #DD3783;
}
</style>