Shades of Deep Cerise #DD3085
Tints of Deep Cerise #DD3085
RGB
CMYK
RGB Variations
Color information
#DD3085 (or 0xDD3085) is known color: Deep Cerise. HEX triplet: DD, 30 and 85. RGB value is (221,48,133). Sum of RGB (Red+Green+Blue) = 221+48+133=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3085 is #22CF7A. Grayscale: #6D6D6D. Windows color (decimal): -2281339 or 8728797. OLE color: 8728797.
HSL color Cylindrical-coordinate representation of color #DD3085: hue angle of 330.52º 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 #DD3085 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 133 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.13 |
| HSL | 330.52º | 0.72% | 0.53% | - |
| HSV(B) | 330.52º | 0.78% | 0.87% | - |
| XYZ | 35.11 | 19.18 | 24.04 | - |
| YUV | 109.42 | 141.31 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 133 | 0 | 0.78 | 0.40 | 0.13 | 330.52 | 0.72 | 0.53 |
| Hex | DD | 30 | 85 | 0 | 4E | 28 | D | 14B | 48 | 35 |
| Octal | 335 | 60 | 205 | 0 | 116 | 50 | 15 | 513 | 110 | 65 |
| Binary | 11011101 | 110000 | 10000101 | 0 | 1001110 | 101000 | 1101 | 101001011 | 1001000 | 110101 |
Color Harmonies of #DD3085
Complementary color
Monochromatic Colors of #DD3085
Black with #DD3085
Text Example
Text Example
White with #DD3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3085; }
p { color: rgb(221,48,133); }
H1.HeaderClassName
{
color: #DD3085;
}
.AnyTagClassName
{
color: #DD3085;
}
</style>
background-color css
<style>
a { background-color: #DD3085; }
a { background-color: rgb(221,48,133); }
div.DivClassName
{
background-color: #DD3085;
}
.BgClassName
{
background-color: #DD3085;
}
</style>
border-color css
<style>
span { border-color: #DD3085; }
span { border-color: rgb(221,48,133); }
td.TdClassName
{
border-color: #DD3085;
}
.TagClassName
{
border-color: #DD3085;
}
</style>