Shades of Deep Cerise #DD229A
Tints of Deep Cerise #DD229A
RGB
CMYK
RGB Variations
Color information
#DD229A (or 0xDD229A) is known color: Deep Cerise. HEX triplet: DD, 22 and 9A. RGB value is (221,34,154). Sum of RGB (Red+Green+Blue) = 221+34+154=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD229A is #22DD65. Grayscale: #676767. Windows color (decimal): -2284902 or 10101469. OLE color: 10101469.
HSL color Cylindrical-coordinate representation of color #DD229A: hue angle of 321.5º 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 #DD229A is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 154 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.13 |
| HSL | 321.5º | 0.73% | 0.5% | - |
| HSV(B) | 321.5º | 0.85% | 0.87% | - |
| XYZ | 36.22 | 18.85 | 32.3 | - |
| YUV | 103.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 154 | 0 | 0.85 | 0.30 | 0.13 | 321.5 | 0.73 | 0.5 |
| Hex | DD | 22 | 9A | 0 | 55 | 1E | D | 141 | 49 | 32 |
| Octal | 335 | 42 | 232 | 0 | 125 | 36 | 15 | 501 | 111 | 62 |
| Binary | 11011101 | 100010 | 10011010 | 0 | 1010101 | 11110 | 1101 | 101000001 | 1001001 | 110010 |
Color Harmonies of #DD229A
Complementary color
Monochromatic Colors of #DD229A
Black with #DD229A
Text Example
Text Example
White with #DD229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD229A; }
p { color: rgb(221,34,154); }
H1.HeaderClassName
{
color: #DD229A;
}
.AnyTagClassName
{
color: #DD229A;
}
</style>
background-color css
<style>
a { background-color: #DD229A; }
a { background-color: rgb(221,34,154); }
div.DivClassName
{
background-color: #DD229A;
}
.BgClassName
{
background-color: #DD229A;
}
</style>
border-color css
<style>
span { border-color: #DD229A; }
span { border-color: rgb(221,34,154); }
td.TdClassName
{
border-color: #DD229A;
}
.TagClassName
{
border-color: #DD229A;
}
</style>