Shades of Deep Cerise #DD2688
Tints of Deep Cerise #DD2688
RGB
CMYK
RGB Variations
Color information
#DD2688 (or 0xDD2688) is known color: Deep Cerise. HEX triplet: DD, 26 and 88. RGB value is (221,38,136). Sum of RGB (Red+Green+Blue) = 221+38+136=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2688 is #22D977. Grayscale: #676767. Windows color (decimal): -2283896 or 8922845. OLE color: 8922845.
HSL color Cylindrical-coordinate representation of color #DD2688: hue angle of 327.87º 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 #DD2688 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 136 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.13 |
| HSL | 327.87º | 0.73% | 0.51% | - |
| HSV(B) | 327.87º | 0.83% | 0.87% | - |
| XYZ | 34.96 | 18.54 | 25.03 | - |
| YUV | 103.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 136 | 0 | 0.83 | 0.38 | 0.13 | 327.87 | 0.73 | 0.51 |
| Hex | DD | 26 | 88 | 0 | 53 | 26 | D | 148 | 49 | 33 |
| Octal | 335 | 46 | 210 | 0 | 123 | 46 | 15 | 510 | 111 | 63 |
| Binary | 11011101 | 100110 | 10001000 | 0 | 1010011 | 100110 | 1101 | 101001000 | 1001001 | 110011 |
Color Harmonies of #DD2688
Complementary color
Monochromatic Colors of #DD2688
Black with #DD2688
Text Example
Text Example
White with #DD2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2688; }
p { color: rgb(221,38,136); }
H1.HeaderClassName
{
color: #DD2688;
}
.AnyTagClassName
{
color: #DD2688;
}
</style>
background-color css
<style>
a { background-color: #DD2688; }
a { background-color: rgb(221,38,136); }
div.DivClassName
{
background-color: #DD2688;
}
.BgClassName
{
background-color: #DD2688;
}
</style>
border-color css
<style>
span { border-color: #DD2688; }
span { border-color: rgb(221,38,136); }
td.TdClassName
{
border-color: #DD2688;
}
.TagClassName
{
border-color: #DD2688;
}
</style>