Shades of Deep Cerise #DD228B
Tints of Deep Cerise #DD228B
RGB
CMYK
RGB Variations
Color information
#DD228B (or 0xDD228B) is known color: Deep Cerise. HEX triplet: DD, 22 and 8B. RGB value is (221,34,139). Sum of RGB (Red+Green+Blue) = 221+34+139=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD228B is #22DD74. Grayscale: #656565. Windows color (decimal): -2284917 or 9118429. OLE color: 9118429.
HSL color Cylindrical-coordinate representation of color #DD228B: hue angle of 326.31º 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 #DD228B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 139 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.13 |
| HSL | 326.31º | 0.73% | 0.5% | - |
| HSV(B) | 326.31º | 0.85% | 0.87% | - |
| XYZ | 35.05 | 18.38 | 26.13 | - |
| YUV | 101.88 | 148.95 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 139 | 0 | 0.85 | 0.37 | 0.13 | 326.31 | 0.73 | 0.5 |
| Hex | DD | 22 | 8B | 0 | 55 | 25 | D | 146 | 49 | 32 |
| Octal | 335 | 42 | 213 | 0 | 125 | 45 | 15 | 506 | 111 | 62 |
| Binary | 11011101 | 100010 | 10001011 | 0 | 1010101 | 100101 | 1101 | 101000110 | 1001001 | 110010 |
Color Harmonies of #DD228B
Complementary color
Monochromatic Colors of #DD228B
Black with #DD228B
Text Example
Text Example
White with #DD228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD228B; }
p { color: rgb(221,34,139); }
H1.HeaderClassName
{
color: #DD228B;
}
.AnyTagClassName
{
color: #DD228B;
}
</style>
background-color css
<style>
a { background-color: #DD228B; }
a { background-color: rgb(221,34,139); }
div.DivClassName
{
background-color: #DD228B;
}
.BgClassName
{
background-color: #DD228B;
}
</style>
border-color css
<style>
span { border-color: #DD228B; }
span { border-color: rgb(221,34,139); }
td.TdClassName
{
border-color: #DD228B;
}
.TagClassName
{
border-color: #DD228B;
}
</style>