Shades of Cerise #DD2E68
Tints of Cerise #DD2E68
RGB
CMYK
RGB Variations
Color information
#DD2E68 (or 0xDD2E68) is known color: Cerise. HEX triplet: DD, 2E and 68. RGB value is (221,46,104). Sum of RGB (Red+Green+Blue) = 221+46+104=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E68 is #22D197. Grayscale: #686868. Windows color (decimal): -2281880 or 6827741. OLE color: 6827741.
HSL color Cylindrical-coordinate representation of color #DD2E68: hue angle of 340.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E68 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 104 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.13 |
| HSL | 340.11º | 0.72% | 0.52% | - |
| HSV(B) | 340.11º | 0.79% | 0.87% | - |
| XYZ | 33.29 | 18.33 | 14.88 | - |
| YUV | 104.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 104 | 0 | 0.79 | 0.53 | 0.13 | 340.11 | 0.72 | 0.52 |
| Hex | DD | 2E | 68 | 0 | 4F | 35 | D | 154 | 48 | 34 |
| Octal | 335 | 56 | 150 | 0 | 117 | 65 | 15 | 524 | 110 | 64 |
| Binary | 11011101 | 101110 | 1101000 | 0 | 1001111 | 110101 | 1101 | 101010100 | 1001000 | 110100 |
Color Harmonies of #DD2E68
Complementary color
Monochromatic Colors of #DD2E68
Black with #DD2E68
Text Example
Text Example
White with #DD2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E68; }
p { color: rgb(221,46,104); }
H1.HeaderClassName
{
color: #DD2E68;
}
.AnyTagClassName
{
color: #DD2E68;
}
</style>
background-color css
<style>
a { background-color: #DD2E68; }
a { background-color: rgb(221,46,104); }
div.DivClassName
{
background-color: #DD2E68;
}
.BgClassName
{
background-color: #DD2E68;
}
</style>
border-color css
<style>
span { border-color: #DD2E68; }
span { border-color: rgb(221,46,104); }
td.TdClassName
{
border-color: #DD2E68;
}
.TagClassName
{
border-color: #DD2E68;
}
</style>