Shades of Deep Cerise #DD29A4
Tints of Deep Cerise #DD29A4
RGB
CMYK
RGB Variations
Color information
#DD29A4 (or 0xDD29A4) is known color: Deep Cerise. HEX triplet: DD, 29 and A4. RGB value is (221,41,164). Sum of RGB (Red+Green+Blue) = 221+41+164=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29A4 is #22D65B. Grayscale: #6C6C6C. Windows color (decimal): -2283100 or 10758621. OLE color: 10758621.
HSL color Cylindrical-coordinate representation of color #DD29A4: hue angle of 319º 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 #DD29A4 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 164 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.13 |
| HSL | 319º | 0.73% | 0.51% | - |
| HSV(B) | 319º | 0.81% | 0.87% | - |
| XYZ | 37.31 | 19.64 | 36.95 | - |
| YUV | 108.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 164 | 0 | 0.81 | 0.26 | 0.13 | 319 | 0.73 | 0.51 |
| Hex | DD | 29 | A4 | 0 | 51 | 1A | D | 13F | 49 | 33 |
| Octal | 335 | 51 | 244 | 0 | 121 | 32 | 15 | 477 | 111 | 63 |
| Binary | 11011101 | 101001 | 10100100 | 0 | 1010001 | 11010 | 1101 | 100111111 | 1001001 | 110011 |
Color Harmonies of #DD29A4
Complementary color
Monochromatic Colors of #DD29A4
Black with #DD29A4
Text Example
Text Example
White with #DD29A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29A4; }
p { color: rgb(221,41,164); }
H1.HeaderClassName
{
color: #DD29A4;
}
.AnyTagClassName
{
color: #DD29A4;
}
</style>
background-color css
<style>
a { background-color: #DD29A4; }
a { background-color: rgb(221,41,164); }
div.DivClassName
{
background-color: #DD29A4;
}
.BgClassName
{
background-color: #DD29A4;
}
</style>
border-color css
<style>
span { border-color: #DD29A4; }
span { border-color: rgb(221,41,164); }
td.TdClassName
{
border-color: #DD29A4;
}
.TagClassName
{
border-color: #DD29A4;
}
</style>