Shades of Cerise #DD3957
Tints of Cerise #DD3957
RGB
CMYK
RGB Variations
Color information
#DD3957 (or 0xDD3957) is known color: Cerise. HEX triplet: DD, 39 and 57. RGB value is (221,57,87). Sum of RGB (Red+Green+Blue) = 221+57+87=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3957 is #22C6A8. Grayscale: #6D6D6D. Windows color (decimal): -2279081 or 5716445. OLE color: 5716445.
HSL color Cylindrical-coordinate representation of color #DD3957: hue angle of 349.02º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3957 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 87 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.13 |
| HSL | 349.02º | 0.71% | 0.55% | - |
| HSV(B) | 349.02º | 0.74% | 0.87% | - |
| XYZ | 33 | 18.99 | 10.94 | - |
| YUV | 109.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 87 | 0 | 0.74 | 0.61 | 0.13 | 349.02 | 0.71 | 0.55 |
| Hex | DD | 39 | 57 | 0 | 4A | 3D | D | 15D | 47 | 37 |
| Octal | 335 | 71 | 127 | 0 | 112 | 75 | 15 | 535 | 107 | 67 |
| Binary | 11011101 | 111001 | 1010111 | 0 | 1001010 | 111101 | 1101 | 101011101 | 1000111 | 110111 |
Color Harmonies of #DD3957
Complementary color
Monochromatic Colors of #DD3957
Black with #DD3957
Text Example
Text Example
White with #DD3957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3957; }
p { color: rgb(221,57,87); }
H1.HeaderClassName
{
color: #DD3957;
}
.AnyTagClassName
{
color: #DD3957;
}
</style>
background-color css
<style>
a { background-color: #DD3957; }
a { background-color: rgb(221,57,87); }
div.DivClassName
{
background-color: #DD3957;
}
.BgClassName
{
background-color: #DD3957;
}
</style>
border-color css
<style>
span { border-color: #DD3957; }
span { border-color: rgb(221,57,87); }
td.TdClassName
{
border-color: #DD3957;
}
.TagClassName
{
border-color: #DD3957;
}
</style>