Shades of Deep Cerise #DD2685
Tints of Deep Cerise #DD2685
RGB
CMYK
RGB Variations
Color information
#DD2685 (or 0xDD2685) is known color: Deep Cerise. HEX triplet: DD, 26 and 85. RGB value is (221,38,133). Sum of RGB (Red+Green+Blue) = 221+38+133=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2685 is #22D97A. Grayscale: #676767. Windows color (decimal): -2283899 or 8726237. OLE color: 8726237.
HSL color Cylindrical-coordinate representation of color #DD2685: hue angle of 328.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2685 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 133 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.13 |
| HSL | 328.85º | 0.73% | 0.51% | - |
| HSV(B) | 328.85º | 0.83% | 0.87% | - |
| XYZ | 34.75 | 18.45 | 23.92 | - |
| YUV | 103.55 | 144.63 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 133 | 0 | 0.83 | 0.40 | 0.13 | 328.85 | 0.73 | 0.51 |
| Hex | DD | 26 | 85 | 0 | 53 | 28 | D | 149 | 49 | 33 |
| Octal | 335 | 46 | 205 | 0 | 123 | 50 | 15 | 511 | 111 | 63 |
| Binary | 11011101 | 100110 | 10000101 | 0 | 1010011 | 101000 | 1101 | 101001001 | 1001001 | 110011 |
Color Harmonies of #DD2685
Complementary color
Monochromatic Colors of #DD2685
Black with #DD2685
Text Example
Text Example
White with #DD2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2685; }
p { color: rgb(221,38,133); }
H1.HeaderClassName
{
color: #DD2685;
}
.AnyTagClassName
{
color: #DD2685;
}
</style>
background-color css
<style>
a { background-color: #DD2685; }
a { background-color: rgb(221,38,133); }
div.DivClassName
{
background-color: #DD2685;
}
.BgClassName
{
background-color: #DD2685;
}
</style>
border-color css
<style>
span { border-color: #DD2685; }
span { border-color: rgb(221,38,133); }
td.TdClassName
{
border-color: #DD2685;
}
.TagClassName
{
border-color: #DD2685;
}
</style>