Shades of Deep Cerise #DD2983
Tints of Deep Cerise #DD2983
RGB
CMYK
RGB Variations
Color information
#DD2983 (or 0xDD2983) is known color: Deep Cerise. HEX triplet: DD, 29 and 83. RGB value is (221,41,131). Sum of RGB (Red+Green+Blue) = 221+41+131=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2983 is #22D67C. Grayscale: #686868. Windows color (decimal): -2283133 or 8595933. OLE color: 8595933.
HSL color Cylindrical-coordinate representation of color #DD2983: hue angle of 330º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2983 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 131 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.13 |
| HSL | 330º | 0.73% | 0.51% | - |
| HSV(B) | 330º | 0.81% | 0.87% | - |
| XYZ | 34.71 | 18.6 | 23.23 | - |
| YUV | 105.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 131 | 0 | 0.81 | 0.41 | 0.13 | 330 | 0.73 | 0.51 |
| Hex | DD | 29 | 83 | 0 | 51 | 29 | D | 14A | 49 | 33 |
| Octal | 335 | 51 | 203 | 0 | 121 | 51 | 15 | 512 | 111 | 63 |
| Binary | 11011101 | 101001 | 10000011 | 0 | 1010001 | 101001 | 1101 | 101001010 | 1001001 | 110011 |
Color Harmonies of #DD2983
Complementary color
Monochromatic Colors of #DD2983
Black with #DD2983
Text Example
Text Example
White with #DD2983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2983; }
p { color: rgb(221,41,131); }
H1.HeaderClassName
{
color: #DD2983;
}
.AnyTagClassName
{
color: #DD2983;
}
</style>
background-color css
<style>
a { background-color: #DD2983; }
a { background-color: rgb(221,41,131); }
div.DivClassName
{
background-color: #DD2983;
}
.BgClassName
{
background-color: #DD2983;
}
</style>
border-color css
<style>
span { border-color: #DD2983; }
span { border-color: rgb(221,41,131); }
td.TdClassName
{
border-color: #DD2983;
}
.TagClassName
{
border-color: #DD2983;
}
</style>