Shades of Cerise #DD3759
Tints of Cerise #DD3759
RGB
CMYK
RGB Variations
Color information
#DD3759 (or 0xDD3759) is known color: Cerise. HEX triplet: DD, 37 and 59. RGB value is (221,55,89). Sum of RGB (Red+Green+Blue) = 221+55+89=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3759 is #22C8A6. Grayscale: #6C6C6C. Windows color (decimal): -2279591 or 5847005. OLE color: 5847005.
HSL color Cylindrical-coordinate representation of color #DD3759: hue angle of 347.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3759 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 89 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.13 |
| HSL | 347.71º | 0.71% | 0.54% | - |
| HSV(B) | 347.71º | 0.75% | 0.87% | - |
| XYZ | 32.99 | 18.83 | 11.35 | - |
| YUV | 108.51 | 117 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 89 | 0 | 0.75 | 0.60 | 0.13 | 347.71 | 0.71 | 0.54 |
| Hex | DD | 37 | 59 | 0 | 4B | 3C | D | 15C | 47 | 36 |
| Octal | 335 | 67 | 131 | 0 | 113 | 74 | 15 | 534 | 107 | 66 |
| Binary | 11011101 | 110111 | 1011001 | 0 | 1001011 | 111100 | 1101 | 101011100 | 1000111 | 110110 |
Color Harmonies of #DD3759
Complementary color
Monochromatic Colors of #DD3759
Black with #DD3759
Text Example
Text Example
White with #DD3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3759; }
p { color: rgb(221,55,89); }
H1.HeaderClassName
{
color: #DD3759;
}
.AnyTagClassName
{
color: #DD3759;
}
</style>
background-color css
<style>
a { background-color: #DD3759; }
a { background-color: rgb(221,55,89); }
div.DivClassName
{
background-color: #DD3759;
}
.BgClassName
{
background-color: #DD3759;
}
</style>
border-color css
<style>
span { border-color: #DD3759; }
span { border-color: rgb(221,55,89); }
td.TdClassName
{
border-color: #DD3759;
}
.TagClassName
{
border-color: #DD3759;
}
</style>