Shades of Deep Cerise #DD229D
Tints of Deep Cerise #DD229D
RGB
CMYK
RGB Variations
Color information
#DD229D (or 0xDD229D) is known color: Deep Cerise. HEX triplet: DD, 22 and 9D. RGB value is (221,34,157). Sum of RGB (Red+Green+Blue) = 221+34+157=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD229D is #22DD62. Grayscale: #676767. Windows color (decimal): -2284899 or 10298077. OLE color: 10298077.
HSL color Cylindrical-coordinate representation of color #DD229D: hue angle of 320.53º 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 #DD229D is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 157 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.13 |
| HSL | 320.53º | 0.73% | 0.5% | - |
| HSV(B) | 320.53º | 0.85% | 0.87% | - |
| XYZ | 36.48 | 18.95 | 33.63 | - |
| YUV | 103.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 157 | 0 | 0.85 | 0.29 | 0.13 | 320.53 | 0.73 | 0.5 |
| Hex | DD | 22 | 9D | 0 | 55 | 1D | D | 141 | 49 | 32 |
| Octal | 335 | 42 | 235 | 0 | 125 | 35 | 15 | 501 | 111 | 62 |
| Binary | 11011101 | 100010 | 10011101 | 0 | 1010101 | 11101 | 1101 | 101000001 | 1001001 | 110010 |
Color Harmonies of #DD229D
Complementary color
Monochromatic Colors of #DD229D
Black with #DD229D
Text Example
Text Example
White with #DD229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD229D; }
p { color: rgb(221,34,157); }
H1.HeaderClassName
{
color: #DD229D;
}
.AnyTagClassName
{
color: #DD229D;
}
</style>
background-color css
<style>
a { background-color: #DD229D; }
a { background-color: rgb(221,34,157); }
div.DivClassName
{
background-color: #DD229D;
}
.BgClassName
{
background-color: #DD229D;
}
</style>
border-color css
<style>
span { border-color: #DD229D; }
span { border-color: rgb(221,34,157); }
td.TdClassName
{
border-color: #DD229D;
}
.TagClassName
{
border-color: #DD229D;
}
</style>