Shades of Deep Cerise #DD229C
Tints of Deep Cerise #DD229C
RGB
CMYK
RGB Variations
Color information
#DD229C (or 0xDD229C) is known color: Deep Cerise. HEX triplet: DD, 22 and 9C. RGB value is (221,34,156). Sum of RGB (Red+Green+Blue) = 221+34+156=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD229C is #22DD63. Grayscale: #676767. Windows color (decimal): -2284900 or 10232541. OLE color: 10232541.
HSL color Cylindrical-coordinate representation of color #DD229C: hue angle of 320.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD229C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 156 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.13 |
| HSL | 320.86º | 0.73% | 0.5% | - |
| HSV(B) | 320.86º | 0.85% | 0.87% | - |
| XYZ | 36.39 | 18.92 | 33.19 | - |
| YUV | 103.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 156 | 0 | 0.85 | 0.29 | 0.13 | 320.86 | 0.73 | 0.5 |
| Hex | DD | 22 | 9C | 0 | 55 | 1D | D | 141 | 49 | 32 |
| Octal | 335 | 42 | 234 | 0 | 125 | 35 | 15 | 501 | 111 | 62 |
| Binary | 11011101 | 100010 | 10011100 | 0 | 1010101 | 11101 | 1101 | 101000001 | 1001001 | 110010 |
Color Harmonies of #DD229C
Complementary color
Monochromatic Colors of #DD229C
Black with #DD229C
Text Example
Text Example
White with #DD229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD229C; }
p { color: rgb(221,34,156); }
H1.HeaderClassName
{
color: #DD229C;
}
.AnyTagClassName
{
color: #DD229C;
}
</style>
background-color css
<style>
a { background-color: #DD229C; }
a { background-color: rgb(221,34,156); }
div.DivClassName
{
background-color: #DD229C;
}
.BgClassName
{
background-color: #DD229C;
}
</style>
border-color css
<style>
span { border-color: #DD229C; }
span { border-color: rgb(221,34,156); }
td.TdClassName
{
border-color: #DD229C;
}
.TagClassName
{
border-color: #DD229C;
}
</style>