Shades of Cerise #DD3972
Tints of Cerise #DD3972
RGB
CMYK
RGB Variations
Color information
#DD3972 (or 0xDD3972) is known color: Cerise. HEX triplet: DD, 39 and 72. RGB value is (221,57,114). Sum of RGB (Red+Green+Blue) = 221+57+114=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3972 is #22C68D. Grayscale: #707070. Windows color (decimal): -2279054 or 7485917. OLE color: 7485917.
HSL color Cylindrical-coordinate representation of color #DD3972: hue angle of 339.15º 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 #DD3972 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 114 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.13 |
| HSL | 339.15º | 0.71% | 0.55% | - |
| HSV(B) | 339.15º | 0.74% | 0.87% | - |
| XYZ | 34.32 | 19.51 | 17.88 | - |
| YUV | 112.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 114 | 0 | 0.74 | 0.48 | 0.13 | 339.15 | 0.71 | 0.55 |
| Hex | DD | 39 | 72 | 0 | 4A | 30 | D | 153 | 47 | 37 |
| Octal | 335 | 71 | 162 | 0 | 112 | 60 | 15 | 523 | 107 | 67 |
| Binary | 11011101 | 111001 | 1110010 | 0 | 1001010 | 110000 | 1101 | 101010011 | 1000111 | 110111 |
Color Harmonies of #DD3972
Complementary color
Monochromatic Colors of #DD3972
Black with #DD3972
Text Example
Text Example
White with #DD3972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3972; }
p { color: rgb(221,57,114); }
H1.HeaderClassName
{
color: #DD3972;
}
.AnyTagClassName
{
color: #DD3972;
}
</style>
background-color css
<style>
a { background-color: #DD3972; }
a { background-color: rgb(221,57,114); }
div.DivClassName
{
background-color: #DD3972;
}
.BgClassName
{
background-color: #DD3972;
}
</style>
border-color css
<style>
span { border-color: #DD3972; }
span { border-color: rgb(221,57,114); }
td.TdClassName
{
border-color: #DD3972;
}
.TagClassName
{
border-color: #DD3972;
}
</style>