Shades of Cerise #DD3172
Tints of Cerise #DD3172
RGB
CMYK
RGB Variations
Color information
#DD3172 (or 0xDD3172) is known color: Cerise. HEX triplet: DD, 31 and 72. RGB value is (221,49,114). Sum of RGB (Red+Green+Blue) = 221+49+114=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3172 is #22CE8D. Grayscale: #6B6B6B. Windows color (decimal): -2281102 or 7483869. OLE color: 7483869.
HSL color Cylindrical-coordinate representation of color #DD3172: hue angle of 337.33º 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 #DD3172 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 114 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.13 |
| HSL | 337.33º | 0.72% | 0.53% | - |
| HSV(B) | 337.33º | 0.78% | 0.87% | - |
| XYZ | 33.95 | 18.78 | 17.76 | - |
| YUV | 107.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 114 | 0 | 0.78 | 0.48 | 0.13 | 337.33 | 0.72 | 0.53 |
| Hex | DD | 31 | 72 | 0 | 4E | 30 | D | 151 | 48 | 35 |
| Octal | 335 | 61 | 162 | 0 | 116 | 60 | 15 | 521 | 110 | 65 |
| Binary | 11011101 | 110001 | 1110010 | 0 | 1001110 | 110000 | 1101 | 101010001 | 1001000 | 110101 |
Color Harmonies of #DD3172
Complementary color
Monochromatic Colors of #DD3172
Black with #DD3172
Text Example
Text Example
White with #DD3172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3172; }
p { color: rgb(221,49,114); }
H1.HeaderClassName
{
color: #DD3172;
}
.AnyTagClassName
{
color: #DD3172;
}
</style>
background-color css
<style>
a { background-color: #DD3172; }
a { background-color: rgb(221,49,114); }
div.DivClassName
{
background-color: #DD3172;
}
.BgClassName
{
background-color: #DD3172;
}
</style>
border-color css
<style>
span { border-color: #DD3172; }
span { border-color: rgb(221,49,114); }
td.TdClassName
{
border-color: #DD3172;
}
.TagClassName
{
border-color: #DD3172;
}
</style>