Shades of Deep Cerise #DD3483
Tints of Deep Cerise #DD3483
RGB
CMYK
RGB Variations
Color information
#DD3483 (or 0xDD3483) is known color: Deep Cerise. HEX triplet: DD, 34 and 83. RGB value is (221,52,131). Sum of RGB (Red+Green+Blue) = 221+52+131=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3483 is #22CB7C. Grayscale: #6F6F6F. Windows color (decimal): -2280317 or 8598749. OLE color: 8598749.
HSL color Cylindrical-coordinate representation of color #DD3483: hue angle of 331.95º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3483 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 131 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.13 |
| HSL | 331.95º | 0.71% | 0.54% | - |
| HSV(B) | 331.95º | 0.76% | 0.87% | - |
| XYZ | 35.14 | 19.47 | 23.38 | - |
| YUV | 111.54 | 138.99 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 131 | 0 | 0.76 | 0.41 | 0.13 | 331.95 | 0.71 | 0.54 |
| Hex | DD | 34 | 83 | 0 | 4C | 29 | D | 14C | 47 | 36 |
| Octal | 335 | 64 | 203 | 0 | 114 | 51 | 15 | 514 | 107 | 66 |
| Binary | 11011101 | 110100 | 10000011 | 0 | 1001100 | 101001 | 1101 | 101001100 | 1000111 | 110110 |
Color Harmonies of #DD3483
Complementary color
Monochromatic Colors of #DD3483
Black with #DD3483
Text Example
Text Example
White with #DD3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3483; }
p { color: rgb(221,52,131); }
H1.HeaderClassName
{
color: #DD3483;
}
.AnyTagClassName
{
color: #DD3483;
}
</style>
background-color css
<style>
a { background-color: #DD3483; }
a { background-color: rgb(221,52,131); }
div.DivClassName
{
background-color: #DD3483;
}
.BgClassName
{
background-color: #DD3483;
}
</style>
border-color css
<style>
span { border-color: #DD3483; }
span { border-color: rgb(221,52,131); }
td.TdClassName
{
border-color: #DD3483;
}
.TagClassName
{
border-color: #DD3483;
}
</style>