Shades of Deep Cerise #DD429F
Tints of Deep Cerise #DD429F
RGB
CMYK
RGB Variations
Color information
#DD429F (or 0xDD429F) is known color: Deep Cerise. HEX triplet: DD, 42 and 9F. RGB value is (221,66,159). Sum of RGB (Red+Green+Blue) = 221+66+159=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD429F is #22BD60. Grayscale: #7A7A7A. Windows color (decimal): -2276705 or 10437341. OLE color: 10437341.
HSL color Cylindrical-coordinate representation of color #DD429F: hue angle of 324º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD429F is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 159 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.13 |
| HSL | 324º | 0.7% | 0.56% | - |
| HSV(B) | 324º | 0.7% | 0.87% | - |
| XYZ | 38.03 | 21.77 | 35 | - |
| YUV | 122.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 159 | 0 | 0.70 | 0.28 | 0.13 | 324 | 0.7 | 0.56 |
| Hex | DD | 42 | 9F | 0 | 46 | 1C | D | 144 | 46 | 38 |
| Octal | 335 | 102 | 237 | 0 | 106 | 34 | 15 | 504 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10011111 | 0 | 1000110 | 11100 | 1101 | 101000100 | 1000110 | 111000 |
Color Harmonies of #DD429F
Complementary color
Monochromatic Colors of #DD429F
Black with #DD429F
Text Example
Text Example
White with #DD429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD429F; }
p { color: rgb(221,66,159); }
H1.HeaderClassName
{
color: #DD429F;
}
.AnyTagClassName
{
color: #DD429F;
}
</style>
background-color css
<style>
a { background-color: #DD429F; }
a { background-color: rgb(221,66,159); }
div.DivClassName
{
background-color: #DD429F;
}
.BgClassName
{
background-color: #DD429F;
}
</style>
border-color css
<style>
span { border-color: #DD429F; }
span { border-color: rgb(221,66,159); }
td.TdClassName
{
border-color: #DD429F;
}
.TagClassName
{
border-color: #DD429F;
}
</style>