Shades of Deep Cerise #DD3777
Tints of Deep Cerise #DD3777
RGB
CMYK
RGB Variations
Color information
#DD3777 (or 0xDD3777) is known color: Deep Cerise. HEX triplet: DD, 37 and 77. RGB value is (221,55,119). Sum of RGB (Red+Green+Blue) = 221+55+119=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3777 is #22C888. Grayscale: #6F6F6F. Windows color (decimal): -2279561 or 7813085. OLE color: 7813085.
HSL color Cylindrical-coordinate representation of color #DD3777: hue angle of 336.87º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3777 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 119 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.13 |
| HSL | 336.87º | 0.71% | 0.54% | - |
| HSV(B) | 336.87º | 0.75% | 0.87% | - |
| XYZ | 34.51 | 19.44 | 19.39 | - |
| YUV | 111.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 119 | 0 | 0.75 | 0.46 | 0.13 | 336.87 | 0.71 | 0.54 |
| Hex | DD | 37 | 77 | 0 | 4B | 2E | D | 151 | 47 | 36 |
| Octal | 335 | 67 | 167 | 0 | 113 | 56 | 15 | 521 | 107 | 66 |
| Binary | 11011101 | 110111 | 1110111 | 0 | 1001011 | 101110 | 1101 | 101010001 | 1000111 | 110110 |
Color Harmonies of #DD3777
Complementary color
Monochromatic Colors of #DD3777
Black with #DD3777
Text Example
Text Example
White with #DD3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3777; }
p { color: rgb(221,55,119); }
H1.HeaderClassName
{
color: #DD3777;
}
.AnyTagClassName
{
color: #DD3777;
}
</style>
background-color css
<style>
a { background-color: #DD3777; }
a { background-color: rgb(221,55,119); }
div.DivClassName
{
background-color: #DD3777;
}
.BgClassName
{
background-color: #DD3777;
}
</style>
border-color css
<style>
span { border-color: #DD3777; }
span { border-color: rgb(221,55,119); }
td.TdClassName
{
border-color: #DD3777;
}
.TagClassName
{
border-color: #DD3777;
}
</style>