Shades of Deep Cerise #DD42A1
Tints of Deep Cerise #DD42A1
RGB
CMYK
RGB Variations
Color information
#DD42A1 (or 0xDD42A1) is known color: Deep Cerise. HEX triplet: DD, 42 and A1. RGB value is (221,66,161). Sum of RGB (Red+Green+Blue) = 221+66+161=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42A1 is #22BD5E. Grayscale: #7A7A7A. Windows color (decimal): -2276703 or 10568413. OLE color: 10568413.
HSL color Cylindrical-coordinate representation of color #DD42A1: hue angle of 323.23º 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 #DD42A1 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 161 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.13 |
| HSL | 323.23º | 0.7% | 0.56% | - |
| HSV(B) | 323.23º | 0.7% | 0.87% | - |
| XYZ | 38.2 | 21.84 | 35.92 | - |
| YUV | 123.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 161 | 0 | 0.70 | 0.27 | 0.13 | 323.23 | 0.7 | 0.56 |
| Hex | DD | 42 | A1 | 0 | 46 | 1B | D | 143 | 46 | 38 |
| Octal | 335 | 102 | 241 | 0 | 106 | 33 | 15 | 503 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10100001 | 0 | 1000110 | 11011 | 1101 | 101000011 | 1000110 | 111000 |
Color Harmonies of #DD42A1
Complementary color
Monochromatic Colors of #DD42A1
Black with #DD42A1
Text Example
Text Example
White with #DD42A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42A1; }
p { color: rgb(221,66,161); }
H1.HeaderClassName
{
color: #DD42A1;
}
.AnyTagClassName
{
color: #DD42A1;
}
</style>
background-color css
<style>
a { background-color: #DD42A1; }
a { background-color: rgb(221,66,161); }
div.DivClassName
{
background-color: #DD42A1;
}
.BgClassName
{
background-color: #DD42A1;
}
</style>
border-color css
<style>
span { border-color: #DD42A1; }
span { border-color: rgb(221,66,161); }
td.TdClassName
{
border-color: #DD42A1;
}
.TagClassName
{
border-color: #DD42A1;
}
</style>