Shades of Deep Cerise #DD3177
Tints of Deep Cerise #DD3177
RGB
CMYK
RGB Variations
Color information
#DD3177 (or 0xDD3177) is known color: Deep Cerise. HEX triplet: DD, 31 and 77. RGB value is (221,49,119). Sum of RGB (Red+Green+Blue) = 221+49+119=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3177 is #22CE88. Grayscale: #6C6C6C. Windows color (decimal): -2281097 or 7811549. OLE color: 7811549.
HSL color Cylindrical-coordinate representation of color #DD3177: hue angle of 335.58º 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 #DD3177 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 119 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.13 |
| HSL | 335.58º | 0.72% | 0.53% | - |
| HSV(B) | 335.58º | 0.78% | 0.87% | - |
| XYZ | 34.25 | 18.9 | 19.3 | - |
| YUV | 108.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 119 | 0 | 0.78 | 0.46 | 0.13 | 335.58 | 0.72 | 0.53 |
| Hex | DD | 31 | 77 | 0 | 4E | 2E | D | 150 | 48 | 35 |
| Octal | 335 | 61 | 167 | 0 | 116 | 56 | 15 | 520 | 110 | 65 |
| Binary | 11011101 | 110001 | 1110111 | 0 | 1001110 | 101110 | 1101 | 101010000 | 1001000 | 110101 |
Color Harmonies of #DD3177
Complementary color
Monochromatic Colors of #DD3177
Black with #DD3177
Text Example
Text Example
White with #DD3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3177; }
p { color: rgb(221,49,119); }
H1.HeaderClassName
{
color: #DD3177;
}
.AnyTagClassName
{
color: #DD3177;
}
</style>
background-color css
<style>
a { background-color: #DD3177; }
a { background-color: rgb(221,49,119); }
div.DivClassName
{
background-color: #DD3177;
}
.BgClassName
{
background-color: #DD3177;
}
</style>
border-color css
<style>
span { border-color: #DD3177; }
span { border-color: rgb(221,49,119); }
td.TdClassName
{
border-color: #DD3177;
}
.TagClassName
{
border-color: #DD3177;
}
</style>