Shades of Cerise #DD3159
Tints of Cerise #DD3159
RGB
CMYK
RGB Variations
Color information
#DD3159 (or 0xDD3159) is known color: Cerise. HEX triplet: DD, 31 and 59. RGB value is (221,49,89). Sum of RGB (Red+Green+Blue) = 221+49+89=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3159 is #22CEA6. Grayscale: #696969. Windows color (decimal): -2281127 or 5845469. OLE color: 5845469.
HSL color Cylindrical-coordinate representation of color #DD3159: hue angle of 346.05º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3159 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 89 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.13 |
| HSL | 346.05º | 0.72% | 0.53% | - |
| HSV(B) | 346.05º | 0.78% | 0.87% | - |
| XYZ | 32.72 | 18.29 | 11.26 | - |
| YUV | 104.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 89 | 0 | 0.78 | 0.60 | 0.13 | 346.05 | 0.72 | 0.53 |
| Hex | DD | 31 | 59 | 0 | 4E | 3C | D | 15A | 48 | 35 |
| Octal | 335 | 61 | 131 | 0 | 116 | 74 | 15 | 532 | 110 | 65 |
| Binary | 11011101 | 110001 | 1011001 | 0 | 1001110 | 111100 | 1101 | 101011010 | 1001000 | 110101 |
Color Harmonies of #DD3159
Complementary color
Monochromatic Colors of #DD3159
Black with #DD3159
Text Example
Text Example
White with #DD3159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3159; }
p { color: rgb(221,49,89); }
H1.HeaderClassName
{
color: #DD3159;
}
.AnyTagClassName
{
color: #DD3159;
}
</style>
background-color css
<style>
a { background-color: #DD3159; }
a { background-color: rgb(221,49,89); }
div.DivClassName
{
background-color: #DD3159;
}
.BgClassName
{
background-color: #DD3159;
}
</style>
border-color css
<style>
span { border-color: #DD3159; }
span { border-color: rgb(221,49,89); }
td.TdClassName
{
border-color: #DD3159;
}
.TagClassName
{
border-color: #DD3159;
}
</style>