Shades of Deep Cerise #DD429A
Tints of Deep Cerise #DD429A
RGB
CMYK
RGB Variations
Color information
#DD429A (or 0xDD429A) is known color: Deep Cerise. HEX triplet: DD, 42 and 9A. RGB value is (221,66,154). Sum of RGB (Red+Green+Blue) = 221+66+154=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD429A is #22BD65. Grayscale: #7A7A7A. Windows color (decimal): -2276710 or 10109661. OLE color: 10109661.
HSL color Cylindrical-coordinate representation of color #DD429A: hue angle of 325.94º 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 #DD429A is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 154 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.13 |
| HSL | 325.94º | 0.7% | 0.56% | - |
| HSV(B) | 325.94º | 0.7% | 0.87% | - |
| XYZ | 37.6 | 21.6 | 32.76 | - |
| YUV | 122.38 | 145.85 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 154 | 0 | 0.70 | 0.30 | 0.13 | 325.94 | 0.7 | 0.56 |
| Hex | DD | 42 | 9A | 0 | 46 | 1E | D | 146 | 46 | 38 |
| Octal | 335 | 102 | 232 | 0 | 106 | 36 | 15 | 506 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10011010 | 0 | 1000110 | 11110 | 1101 | 101000110 | 1000110 | 111000 |
Color Harmonies of #DD429A
Complementary color
Monochromatic Colors of #DD429A
Black with #DD429A
Text Example
Text Example
White with #DD429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD429A; }
p { color: rgb(221,66,154); }
H1.HeaderClassName
{
color: #DD429A;
}
.AnyTagClassName
{
color: #DD429A;
}
</style>
background-color css
<style>
a { background-color: #DD429A; }
a { background-color: rgb(221,66,154); }
div.DivClassName
{
background-color: #DD429A;
}
.BgClassName
{
background-color: #DD429A;
}
</style>
border-color css
<style>
span { border-color: #DD429A; }
span { border-color: rgb(221,66,154); }
td.TdClassName
{
border-color: #DD429A;
}
.TagClassName
{
border-color: #DD429A;
}
</style>