Shades of Deep Cerise #DD229E
Tints of Deep Cerise #DD229E
RGB
CMYK
RGB Variations
Color information
#DD229E (or 0xDD229E) is known color: Deep Cerise. HEX triplet: DD, 22 and 9E. RGB value is (221,34,158). Sum of RGB (Red+Green+Blue) = 221+34+158=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD229E is #22DD61. Grayscale: #676767. Windows color (decimal): -2284898 or 10363613. OLE color: 10363613.
HSL color Cylindrical-coordinate representation of color #DD229E: hue angle of 320.21º 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 #DD229E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 158 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.13 |
| HSL | 320.21º | 0.73% | 0.5% | - |
| HSV(B) | 320.21º | 0.85% | 0.87% | - |
| XYZ | 36.56 | 18.98 | 34.09 | - |
| YUV | 104.05 | 158.45 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 158 | 0 | 0.85 | 0.29 | 0.13 | 320.21 | 0.73 | 0.5 |
| Hex | DD | 22 | 9E | 0 | 55 | 1D | D | 140 | 49 | 32 |
| Octal | 335 | 42 | 236 | 0 | 125 | 35 | 15 | 500 | 111 | 62 |
| Binary | 11011101 | 100010 | 10011110 | 0 | 1010101 | 11101 | 1101 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DD229E
Complementary color
Monochromatic Colors of #DD229E
Black with #DD229E
Text Example
Text Example
White with #DD229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD229E; }
p { color: rgb(221,34,158); }
H1.HeaderClassName
{
color: #DD229E;
}
.AnyTagClassName
{
color: #DD229E;
}
</style>
background-color css
<style>
a { background-color: #DD229E; }
a { background-color: rgb(221,34,158); }
div.DivClassName
{
background-color: #DD229E;
}
.BgClassName
{
background-color: #DD229E;
}
</style>
border-color css
<style>
span { border-color: #DD229E; }
span { border-color: rgb(221,34,158); }
td.TdClassName
{
border-color: #DD229E;
}
.TagClassName
{
border-color: #DD229E;
}
</style>