Shades of Deep Cerise #DD42A5
Tints of Deep Cerise #DD42A5
RGB
CMYK
RGB Variations
Color information
#DD42A5 (or 0xDD42A5) is known color: Deep Cerise. HEX triplet: DD, 42 and A5. RGB value is (221,66,165). Sum of RGB (Red+Green+Blue) = 221+66+165=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42A5 is #22BD5A. Grayscale: #7B7B7B. Windows color (decimal): -2276699 or 10830557. OLE color: 10830557.
HSL color Cylindrical-coordinate representation of color #DD42A5: hue angle of 321.68º 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 #DD42A5 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 165 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.13 |
| HSL | 321.68º | 0.7% | 0.56% | - |
| HSV(B) | 321.68º | 0.7% | 0.87% | - |
| XYZ | 38.56 | 21.99 | 37.81 | - |
| YUV | 123.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 165 | 0 | 0.70 | 0.25 | 0.13 | 321.68 | 0.7 | 0.56 |
| Hex | DD | 42 | A5 | 0 | 46 | 19 | D | 142 | 46 | 38 |
| Octal | 335 | 102 | 245 | 0 | 106 | 31 | 15 | 502 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10100101 | 0 | 1000110 | 11001 | 1101 | 101000010 | 1000110 | 111000 |
Color Harmonies of #DD42A5
Complementary color
Monochromatic Colors of #DD42A5
Black with #DD42A5
Text Example
Text Example
White with #DD42A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42A5; }
p { color: rgb(221,66,165); }
H1.HeaderClassName
{
color: #DD42A5;
}
.AnyTagClassName
{
color: #DD42A5;
}
</style>
background-color css
<style>
a { background-color: #DD42A5; }
a { background-color: rgb(221,66,165); }
div.DivClassName
{
background-color: #DD42A5;
}
.BgClassName
{
background-color: #DD42A5;
}
</style>
border-color css
<style>
span { border-color: #DD42A5; }
span { border-color: rgb(221,66,165); }
td.TdClassName
{
border-color: #DD42A5;
}
.TagClassName
{
border-color: #DD42A5;
}
</style>