Shades of Cerise #DD2668
Tints of Cerise #DD2668
RGB
CMYK
RGB Variations
Color information
#DD2668 (or 0xDD2668) is known color: Cerise. HEX triplet: DD, 26 and 68. RGB value is (221,38,104). Sum of RGB (Red+Green+Blue) = 221+38+104=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2668 is #22D997. Grayscale: #646464. Windows color (decimal): -2283928 or 6825693. OLE color: 6825693.
HSL color Cylindrical-coordinate representation of color #DD2668: hue angle of 338.36º 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 #DD2668 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 104 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.13 |
| HSL | 338.36º | 0.73% | 0.51% | - |
| HSV(B) | 338.36º | 0.83% | 0.87% | - |
| XYZ | 33.01 | 17.76 | 14.78 | - |
| YUV | 100.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 104 | 0 | 0.83 | 0.53 | 0.13 | 338.36 | 0.73 | 0.51 |
| Hex | DD | 26 | 68 | 0 | 53 | 35 | D | 152 | 49 | 33 |
| Octal | 335 | 46 | 150 | 0 | 123 | 65 | 15 | 522 | 111 | 63 |
| Binary | 11011101 | 100110 | 1101000 | 0 | 1010011 | 110101 | 1101 | 101010010 | 1001001 | 110011 |
Color Harmonies of #DD2668
Complementary color
Monochromatic Colors of #DD2668
Black with #DD2668
Text Example
Text Example
White with #DD2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2668; }
p { color: rgb(221,38,104); }
H1.HeaderClassName
{
color: #DD2668;
}
.AnyTagClassName
{
color: #DD2668;
}
</style>
background-color css
<style>
a { background-color: #DD2668; }
a { background-color: rgb(221,38,104); }
div.DivClassName
{
background-color: #DD2668;
}
.BgClassName
{
background-color: #DD2668;
}
</style>
border-color css
<style>
span { border-color: #DD2668; }
span { border-color: rgb(221,38,104); }
td.TdClassName
{
border-color: #DD2668;
}
.TagClassName
{
border-color: #DD2668;
}
</style>