Shades of Cerise #DD3F56
Tints of Cerise #DD3F56
RGB
CMYK
RGB Variations
Color information
#DD3F56 (or 0xDD3F56) is known color: Cerise. HEX triplet: DD, 3F and 56. RGB value is (221,63,86). Sum of RGB (Red+Green+Blue) = 221+63+86=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F56 is #22C0A9. Grayscale: #707070. Windows color (decimal): -2277546 or 5652445. OLE color: 5652445.
HSL color Cylindrical-coordinate representation of color #DD3F56: hue angle of 351.27º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F56 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 86 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.13 |
| HSL | 351.27º | 0.7% | 0.56% | - |
| HSV(B) | 351.27º | 0.71% | 0.87% | - |
| XYZ | 33.28 | 19.6 | 10.83 | - |
| YUV | 112.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 86 | 0 | 0.71 | 0.61 | 0.13 | 351.27 | 0.7 | 0.56 |
| Hex | DD | 3F | 56 | 0 | 47 | 3D | D | 15F | 46 | 38 |
| Octal | 335 | 77 | 126 | 0 | 107 | 75 | 15 | 537 | 106 | 70 |
| Binary | 11011101 | 111111 | 1010110 | 0 | 1000111 | 111101 | 1101 | 101011111 | 1000110 | 111000 |
Color Harmonies of #DD3F56
Complementary color
Monochromatic Colors of #DD3F56
Black with #DD3F56
Text Example
Text Example
White with #DD3F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F56; }
p { color: rgb(221,63,86); }
H1.HeaderClassName
{
color: #DD3F56;
}
.AnyTagClassName
{
color: #DD3F56;
}
</style>
background-color css
<style>
a { background-color: #DD3F56; }
a { background-color: rgb(221,63,86); }
div.DivClassName
{
background-color: #DD3F56;
}
.BgClassName
{
background-color: #DD3F56;
}
</style>
border-color css
<style>
span { border-color: #DD3F56; }
span { border-color: rgb(221,63,86); }
td.TdClassName
{
border-color: #DD3F56;
}
.TagClassName
{
border-color: #DD3F56;
}
</style>