Shades of Deep Cerise #DD2684
Tints of Deep Cerise #DD2684
RGB
CMYK
RGB Variations
Color information
#DD2684 (or 0xDD2684) is known color: Deep Cerise. HEX triplet: DD, 26 and 84. RGB value is (221,38,132). Sum of RGB (Red+Green+Blue) = 221+38+132=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2684 is #22D97B. Grayscale: #676767. Windows color (decimal): -2283900 or 8660701. OLE color: 8660701.
HSL color Cylindrical-coordinate representation of color #DD2684: hue angle of 329.18º 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 #DD2684 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 132 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.13 |
| HSL | 329.18º | 0.73% | 0.51% | - |
| HSV(B) | 329.18º | 0.83% | 0.87% | - |
| XYZ | 34.68 | 18.42 | 23.56 | - |
| YUV | 103.43 | 144.13 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 132 | 0 | 0.83 | 0.40 | 0.13 | 329.18 | 0.73 | 0.51 |
| Hex | DD | 26 | 84 | 0 | 53 | 28 | D | 149 | 49 | 33 |
| Octal | 335 | 46 | 204 | 0 | 123 | 50 | 15 | 511 | 111 | 63 |
| Binary | 11011101 | 100110 | 10000100 | 0 | 1010011 | 101000 | 1101 | 101001001 | 1001001 | 110011 |
Color Harmonies of #DD2684
Complementary color
Monochromatic Colors of #DD2684
Black with #DD2684
Text Example
Text Example
White with #DD2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2684; }
p { color: rgb(221,38,132); }
H1.HeaderClassName
{
color: #DD2684;
}
.AnyTagClassName
{
color: #DD2684;
}
</style>
background-color css
<style>
a { background-color: #DD2684; }
a { background-color: rgb(221,38,132); }
div.DivClassName
{
background-color: #DD2684;
}
.BgClassName
{
background-color: #DD2684;
}
</style>
border-color css
<style>
span { border-color: #DD2684; }
span { border-color: rgb(221,38,132); }
td.TdClassName
{
border-color: #DD2684;
}
.TagClassName
{
border-color: #DD2684;
}
</style>