Shades of Cerise #DD2D68
Tints of Cerise #DD2D68
RGB
CMYK
RGB Variations
Color information
#DD2D68 (or 0xDD2D68) is known color: Cerise. HEX triplet: DD, 2D and 68. RGB value is (221,45,104). Sum of RGB (Red+Green+Blue) = 221+45+104=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D68 is #22D297. Grayscale: #686868. Windows color (decimal): -2282136 or 6827485. OLE color: 6827485.
HSL color Cylindrical-coordinate representation of color #DD2D68: hue angle of 339.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D68 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 104 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.13 |
| HSL | 339.89º | 0.72% | 0.52% | - |
| HSV(B) | 339.89º | 0.8% | 0.87% | - |
| XYZ | 33.26 | 18.25 | 14.87 | - |
| YUV | 104.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 104 | 0 | 0.80 | 0.53 | 0.13 | 339.89 | 0.72 | 0.52 |
| Hex | DD | 2D | 68 | 0 | 50 | 35 | D | 154 | 48 | 34 |
| Octal | 335 | 55 | 150 | 0 | 120 | 65 | 15 | 524 | 110 | 64 |
| Binary | 11011101 | 101101 | 1101000 | 0 | 1010000 | 110101 | 1101 | 101010100 | 1001000 | 110100 |
Color Harmonies of #DD2D68
Complementary color
Monochromatic Colors of #DD2D68
Black with #DD2D68
Text Example
Text Example
White with #DD2D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D68; }
p { color: rgb(221,45,104); }
H1.HeaderClassName
{
color: #DD2D68;
}
.AnyTagClassName
{
color: #DD2D68;
}
</style>
background-color css
<style>
a { background-color: #DD2D68; }
a { background-color: rgb(221,45,104); }
div.DivClassName
{
background-color: #DD2D68;
}
.BgClassName
{
background-color: #DD2D68;
}
</style>
border-color css
<style>
span { border-color: #DD2D68; }
span { border-color: rgb(221,45,104); }
td.TdClassName
{
border-color: #DD2D68;
}
.TagClassName
{
border-color: #DD2D68;
}
</style>