Shades of Deep Cerise #DD31A5
Tints of Deep Cerise #DD31A5
RGB
CMYK
RGB Variations
Color information
#DD31A5 (or 0xDD31A5) is known color: Deep Cerise. HEX triplet: DD, 31 and A5. RGB value is (221,49,165). Sum of RGB (Red+Green+Blue) = 221+49+165=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31A5 is #22CE5A. Grayscale: #717171. Windows color (decimal): -2281051 or 10826205. OLE color: 10826205.
HSL color Cylindrical-coordinate representation of color #DD31A5: hue angle of 319.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31A5 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 165 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.13 |
| HSL | 319.53º | 0.72% | 0.53% | - |
| HSV(B) | 319.53º | 0.78% | 0.87% | - |
| XYZ | 37.71 | 20.29 | 37.53 | - |
| YUV | 113.65 | 156.98 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 165 | 0 | 0.78 | 0.25 | 0.13 | 319.53 | 0.72 | 0.53 |
| Hex | DD | 31 | A5 | 0 | 4E | 19 | D | 140 | 48 | 35 |
| Octal | 335 | 61 | 245 | 0 | 116 | 31 | 15 | 500 | 110 | 65 |
| Binary | 11011101 | 110001 | 10100101 | 0 | 1001110 | 11001 | 1101 | 101000000 | 1001000 | 110101 |
Color Harmonies of #DD31A5
Complementary color
Monochromatic Colors of #DD31A5
Black with #DD31A5
Text Example
Text Example
White with #DD31A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31A5; }
p { color: rgb(221,49,165); }
H1.HeaderClassName
{
color: #DD31A5;
}
.AnyTagClassName
{
color: #DD31A5;
}
</style>
background-color css
<style>
a { background-color: #DD31A5; }
a { background-color: rgb(221,49,165); }
div.DivClassName
{
background-color: #DD31A5;
}
.BgClassName
{
background-color: #DD31A5;
}
</style>
border-color css
<style>
span { border-color: #DD31A5; }
span { border-color: rgb(221,49,165); }
td.TdClassName
{
border-color: #DD31A5;
}
.TagClassName
{
border-color: #DD31A5;
}
</style>