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