Shades of Deep Cerise #DD227E
Tints of Deep Cerise #DD227E
RGB
CMYK
RGB Variations
Color information
#DD227E (or 0xDD227E) is known color: Deep Cerise. HEX triplet: DD, 22 and 7E. RGB value is (221,34,126). Sum of RGB (Red+Green+Blue) = 221+34+126=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD227E is #22DD81. Grayscale: #646464. Windows color (decimal): -2284930 or 8266461. OLE color: 8266461.
HSL color Cylindrical-coordinate representation of color #DD227E: hue angle of 330.48º 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 #DD227E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 126 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.13 |
| HSL | 330.48º | 0.73% | 0.5% | - |
| HSV(B) | 330.48º | 0.85% | 0.87% | - |
| XYZ | 34.16 | 18.02 | 21.42 | - |
| YUV | 100.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 126 | 0 | 0.85 | 0.43 | 0.13 | 330.48 | 0.73 | 0.5 |
| Hex | DD | 22 | 7E | 0 | 55 | 2B | D | 14A | 49 | 32 |
| Octal | 335 | 42 | 176 | 0 | 125 | 53 | 15 | 512 | 111 | 62 |
| Binary | 11011101 | 100010 | 1111110 | 0 | 1010101 | 101011 | 1101 | 101001010 | 1001001 | 110010 |
Color Harmonies of #DD227E
Complementary color
Monochromatic Colors of #DD227E
Black with #DD227E
Text Example
Text Example
White with #DD227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD227E; }
p { color: rgb(221,34,126); }
H1.HeaderClassName
{
color: #DD227E;
}
.AnyTagClassName
{
color: #DD227E;
}
</style>
background-color css
<style>
a { background-color: #DD227E; }
a { background-color: rgb(221,34,126); }
div.DivClassName
{
background-color: #DD227E;
}
.BgClassName
{
background-color: #DD227E;
}
</style>
border-color css
<style>
span { border-color: #DD227E; }
span { border-color: rgb(221,34,126); }
td.TdClassName
{
border-color: #DD227E;
}
.TagClassName
{
border-color: #DD227E;
}
</style>