Shades of Deep Cerise #DD3183
Tints of Deep Cerise #DD3183
RGB
CMYK
RGB Variations
Color information
#DD3183 (or 0xDD3183) is known color: Deep Cerise. HEX triplet: DD, 31 and 83. RGB value is (221,49,131). Sum of RGB (Red+Green+Blue) = 221+49+131=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3183 is #22CE7C. Grayscale: #6D6D6D. Windows color (decimal): -2281085 or 8597981. OLE color: 8597981.
HSL color Cylindrical-coordinate representation of color #DD3183: hue angle of 331.4º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3183 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 131 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.13 |
| HSL | 331.4º | 0.72% | 0.53% | - |
| HSV(B) | 331.4º | 0.78% | 0.87% | - |
| XYZ | 35.01 | 19.21 | 23.33 | - |
| YUV | 109.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 131 | 0 | 0.78 | 0.41 | 0.13 | 331.4 | 0.72 | 0.53 |
| Hex | DD | 31 | 83 | 0 | 4E | 29 | D | 14B | 48 | 35 |
| Octal | 335 | 61 | 203 | 0 | 116 | 51 | 15 | 513 | 110 | 65 |
| Binary | 11011101 | 110001 | 10000011 | 0 | 1001110 | 101001 | 1101 | 101001011 | 1001000 | 110101 |
Color Harmonies of #DD3183
Complementary color
Monochromatic Colors of #DD3183
Black with #DD3183
Text Example
Text Example
White with #DD3183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3183; }
p { color: rgb(221,49,131); }
H1.HeaderClassName
{
color: #DD3183;
}
.AnyTagClassName
{
color: #DD3183;
}
</style>
background-color css
<style>
a { background-color: #DD3183; }
a { background-color: rgb(221,49,131); }
div.DivClassName
{
background-color: #DD3183;
}
.BgClassName
{
background-color: #DD3183;
}
</style>
border-color css
<style>
span { border-color: #DD3183; }
span { border-color: rgb(221,49,131); }
td.TdClassName
{
border-color: #DD3183;
}
.TagClassName
{
border-color: #DD3183;
}
</style>