Shades of Deep Cerise #DD3485
Tints of Deep Cerise #DD3485
RGB
CMYK
RGB Variations
Color information
#DD3485 (or 0xDD3485) is known color: Deep Cerise. HEX triplet: DD, 34 and 85. RGB value is (221,52,133). Sum of RGB (Red+Green+Blue) = 221+52+133=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3485 is #22CB7A. Grayscale: #6F6F6F. Windows color (decimal): -2280315 or 8729821. OLE color: 8729821.
HSL color Cylindrical-coordinate representation of color #DD3485: hue angle of 331.24º 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 #DD3485 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 133 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.13 |
| HSL | 331.24º | 0.71% | 0.54% | - |
| HSV(B) | 331.24º | 0.76% | 0.87% | - |
| XYZ | 35.28 | 19.52 | 24.1 | - |
| YUV | 111.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 133 | 0 | 0.76 | 0.40 | 0.13 | 331.24 | 0.71 | 0.54 |
| Hex | DD | 34 | 85 | 0 | 4C | 28 | D | 14B | 47 | 36 |
| Octal | 335 | 64 | 205 | 0 | 114 | 50 | 15 | 513 | 107 | 66 |
| Binary | 11011101 | 110100 | 10000101 | 0 | 1001100 | 101000 | 1101 | 101001011 | 1000111 | 110110 |
Color Harmonies of #DD3485
Complementary color
Monochromatic Colors of #DD3485
Black with #DD3485
Text Example
Text Example
White with #DD3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3485; }
p { color: rgb(221,52,133); }
H1.HeaderClassName
{
color: #DD3485;
}
.AnyTagClassName
{
color: #DD3485;
}
</style>
background-color css
<style>
a { background-color: #DD3485; }
a { background-color: rgb(221,52,133); }
div.DivClassName
{
background-color: #DD3485;
}
.BgClassName
{
background-color: #DD3485;
}
</style>
border-color css
<style>
span { border-color: #DD3485; }
span { border-color: rgb(221,52,133); }
td.TdClassName
{
border-color: #DD3485;
}
.TagClassName
{
border-color: #DD3485;
}
</style>