Shades of Deep Cerise #DD297A
Tints of Deep Cerise #DD297A
RGB
CMYK
RGB Variations
Color information
#DD297A (or 0xDD297A) is known color: Deep Cerise. HEX triplet: DD, 29 and 7A. RGB value is (221,41,122). Sum of RGB (Red+Green+Blue) = 221+41+122=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD297A is #22D685. Grayscale: #676767. Windows color (decimal): -2283142 or 8006109. OLE color: 8006109.
HSL color Cylindrical-coordinate representation of color #DD297A: hue angle of 333º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD297A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 122 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.13 |
| HSL | 333º | 0.73% | 0.51% | - |
| HSV(B) | 333º | 0.81% | 0.87% | - |
| XYZ | 34.12 | 18.36 | 20.16 | - |
| YUV | 104.05 | 138.13 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 122 | 0 | 0.81 | 0.45 | 0.13 | 333 | 0.73 | 0.51 |
| Hex | DD | 29 | 7A | 0 | 51 | 2D | D | 14D | 49 | 33 |
| Octal | 335 | 51 | 172 | 0 | 121 | 55 | 15 | 515 | 111 | 63 |
| Binary | 11011101 | 101001 | 1111010 | 0 | 1010001 | 101101 | 1101 | 101001101 | 1001001 | 110011 |
Color Harmonies of #DD297A
Complementary color
Monochromatic Colors of #DD297A
Black with #DD297A
Text Example
Text Example
White with #DD297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD297A; }
p { color: rgb(221,41,122); }
H1.HeaderClassName
{
color: #DD297A;
}
.AnyTagClassName
{
color: #DD297A;
}
</style>
background-color css
<style>
a { background-color: #DD297A; }
a { background-color: rgb(221,41,122); }
div.DivClassName
{
background-color: #DD297A;
}
.BgClassName
{
background-color: #DD297A;
}
</style>
border-color css
<style>
span { border-color: #DD297A; }
span { border-color: rgb(221,41,122); }
td.TdClassName
{
border-color: #DD297A;
}
.TagClassName
{
border-color: #DD297A;
}
</style>