Shades of Deep Cerise #DD3685
Tints of Deep Cerise #DD3685
RGB
CMYK
RGB Variations
Color information
#DD3685 (or 0xDD3685) is known color: Deep Cerise. HEX triplet: DD, 36 and 85. RGB value is (221,54,133). Sum of RGB (Red+Green+Blue) = 221+54+133=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3685 is #22C97A. Grayscale: #707070. Windows color (decimal): -2279803 or 8730333. OLE color: 8730333.
HSL color Cylindrical-coordinate representation of color #DD3685: hue angle of 331.62º 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 #DD3685 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 133 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.13 |
| HSL | 331.62º | 0.71% | 0.54% | - |
| HSV(B) | 331.62º | 0.76% | 0.87% | - |
| XYZ | 35.37 | 19.7 | 24.13 | - |
| YUV | 112.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 133 | 0 | 0.76 | 0.40 | 0.13 | 331.62 | 0.71 | 0.54 |
| Hex | DD | 36 | 85 | 0 | 4C | 28 | D | 14C | 47 | 36 |
| Octal | 335 | 66 | 205 | 0 | 114 | 50 | 15 | 514 | 107 | 66 |
| Binary | 11011101 | 110110 | 10000101 | 0 | 1001100 | 101000 | 1101 | 101001100 | 1000111 | 110110 |
Color Harmonies of #DD3685
Complementary color
Monochromatic Colors of #DD3685
Black with #DD3685
Text Example
Text Example
White with #DD3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3685; }
p { color: rgb(221,54,133); }
H1.HeaderClassName
{
color: #DD3685;
}
.AnyTagClassName
{
color: #DD3685;
}
</style>
background-color css
<style>
a { background-color: #DD3685; }
a { background-color: rgb(221,54,133); }
div.DivClassName
{
background-color: #DD3685;
}
.BgClassName
{
background-color: #DD3685;
}
</style>
border-color css
<style>
span { border-color: #DD3685; }
span { border-color: rgb(221,54,133); }
td.TdClassName
{
border-color: #DD3685;
}
.TagClassName
{
border-color: #DD3685;
}
</style>