Shades of Deep Cerise #DD29A3
Tints of Deep Cerise #DD29A3
RGB
CMYK
RGB Variations
Color information
#DD29A3 (or 0xDD29A3) is known color: Deep Cerise. HEX triplet: DD, 29 and A3. RGB value is (221,41,163). Sum of RGB (Red+Green+Blue) = 221+41+163=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29A3 is #22D65C. Grayscale: #6C6C6C. Windows color (decimal): -2283101 or 10693085. OLE color: 10693085.
HSL color Cylindrical-coordinate representation of color #DD29A3: hue angle of 319.33º 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 #DD29A3 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 163 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.13 |
| HSL | 319.33º | 0.73% | 0.51% | - |
| HSV(B) | 319.33º | 0.81% | 0.87% | - |
| XYZ | 37.22 | 19.6 | 36.47 | - |
| YUV | 108.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 163 | 0 | 0.81 | 0.26 | 0.13 | 319.33 | 0.73 | 0.51 |
| Hex | DD | 29 | A3 | 0 | 51 | 1A | D | 13F | 49 | 33 |
| Octal | 335 | 51 | 243 | 0 | 121 | 32 | 15 | 477 | 111 | 63 |
| Binary | 11011101 | 101001 | 10100011 | 0 | 1010001 | 11010 | 1101 | 100111111 | 1001001 | 110011 |
Color Harmonies of #DD29A3
Complementary color
Monochromatic Colors of #DD29A3
Black with #DD29A3
Text Example
Text Example
White with #DD29A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29A3; }
p { color: rgb(221,41,163); }
H1.HeaderClassName
{
color: #DD29A3;
}
.AnyTagClassName
{
color: #DD29A3;
}
</style>
background-color css
<style>
a { background-color: #DD29A3; }
a { background-color: rgb(221,41,163); }
div.DivClassName
{
background-color: #DD29A3;
}
.BgClassName
{
background-color: #DD29A3;
}
</style>
border-color css
<style>
span { border-color: #DD29A3; }
span { border-color: rgb(221,41,163); }
td.TdClassName
{
border-color: #DD29A3;
}
.TagClassName
{
border-color: #DD29A3;
}
</style>