Shades of Deep Cerise #DD228A
Tints of Deep Cerise #DD228A
RGB
CMYK
RGB Variations
Color information
#DD228A (or 0xDD228A) is known color: Deep Cerise. HEX triplet: DD, 22 and 8A. RGB value is (221,34,138). Sum of RGB (Red+Green+Blue) = 221+34+138=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD228A is #22DD75. Grayscale: #656565. Windows color (decimal): -2284918 or 9052893. OLE color: 9052893.
HSL color Cylindrical-coordinate representation of color #DD228A: hue angle of 326.63º 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 #DD228A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 138 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.13 |
| HSL | 326.63º | 0.73% | 0.5% | - |
| HSV(B) | 326.63º | 0.85% | 0.87% | - |
| XYZ | 34.98 | 18.35 | 25.74 | - |
| YUV | 101.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 138 | 0 | 0.85 | 0.38 | 0.13 | 326.63 | 0.73 | 0.5 |
| Hex | DD | 22 | 8A | 0 | 55 | 26 | D | 147 | 49 | 32 |
| Octal | 335 | 42 | 212 | 0 | 125 | 46 | 15 | 507 | 111 | 62 |
| Binary | 11011101 | 100010 | 10001010 | 0 | 1010101 | 100110 | 1101 | 101000111 | 1001001 | 110010 |
Color Harmonies of #DD228A
Complementary color
Monochromatic Colors of #DD228A
Black with #DD228A
Text Example
Text Example
White with #DD228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD228A; }
p { color: rgb(221,34,138); }
H1.HeaderClassName
{
color: #DD228A;
}
.AnyTagClassName
{
color: #DD228A;
}
</style>
background-color css
<style>
a { background-color: #DD228A; }
a { background-color: rgb(221,34,138); }
div.DivClassName
{
background-color: #DD228A;
}
.BgClassName
{
background-color: #DD228A;
}
</style>
border-color css
<style>
span { border-color: #DD228A; }
span { border-color: rgb(221,34,138); }
td.TdClassName
{
border-color: #DD228A;
}
.TagClassName
{
border-color: #DD228A;
}
</style>