Shades of Deep Cerise #DD41A5
Tints of Deep Cerise #DD41A5
RGB
CMYK
RGB Variations
Color information
#DD41A5 (or 0xDD41A5) is known color: Deep Cerise. HEX triplet: DD, 41 and A5. RGB value is (221,65,165). Sum of RGB (Red+Green+Blue) = 221+65+165=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD41A5 is #22BE5A. Grayscale: #7A7A7A. Windows color (decimal): -2276955 or 10830301. OLE color: 10830301.
HSL color Cylindrical-coordinate representation of color #DD41A5: hue angle of 321.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD41A5 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 165 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.13 |
| HSL | 321.54º | 0.7% | 0.56% | - |
| HSV(B) | 321.54º | 0.71% | 0.87% | - |
| XYZ | 38.5 | 21.87 | 37.79 | - |
| YUV | 123.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 165 | 0 | 0.71 | 0.25 | 0.13 | 321.54 | 0.7 | 0.56 |
| Hex | DD | 41 | A5 | 0 | 47 | 19 | D | 142 | 46 | 38 |
| Octal | 335 | 101 | 245 | 0 | 107 | 31 | 15 | 502 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10100101 | 0 | 1000111 | 11001 | 1101 | 101000010 | 1000110 | 111000 |
Color Harmonies of #DD41A5
Complementary color
Monochromatic Colors of #DD41A5
Black with #DD41A5
Text Example
Text Example
White with #DD41A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41A5; }
p { color: rgb(221,65,165); }
H1.HeaderClassName
{
color: #DD41A5;
}
.AnyTagClassName
{
color: #DD41A5;
}
</style>
background-color css
<style>
a { background-color: #DD41A5; }
a { background-color: rgb(221,65,165); }
div.DivClassName
{
background-color: #DD41A5;
}
.BgClassName
{
background-color: #DD41A5;
}
</style>
border-color css
<style>
span { border-color: #DD41A5; }
span { border-color: rgb(221,65,165); }
td.TdClassName
{
border-color: #DD41A5;
}
.TagClassName
{
border-color: #DD41A5;
}
</style>