Shades of Deep Cerise #DD31A7
Tints of Deep Cerise #DD31A7
RGB
CMYK
RGB Variations
Color information
#DD31A7 (or 0xDD31A7) is known color: Deep Cerise. HEX triplet: DD, 31 and A7. RGB value is (221,49,167). Sum of RGB (Red+Green+Blue) = 221+49+167=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31A7 is #22CE58. Grayscale: #717171. Windows color (decimal): -2281049 or 10957277. OLE color: 10957277.
HSL color Cylindrical-coordinate representation of color #DD31A7: hue angle of 318.84º 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 #DD31A7 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 167 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.13 |
| HSL | 318.84º | 0.72% | 0.53% | - |
| HSV(B) | 318.84º | 0.78% | 0.87% | - |
| XYZ | 37.89 | 20.36 | 38.49 | - |
| YUV | 113.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 167 | 0 | 0.78 | 0.24 | 0.13 | 318.84 | 0.72 | 0.53 |
| Hex | DD | 31 | A7 | 0 | 4E | 18 | D | 13F | 48 | 35 |
| Octal | 335 | 61 | 247 | 0 | 116 | 30 | 15 | 477 | 110 | 65 |
| Binary | 11011101 | 110001 | 10100111 | 0 | 1001110 | 11000 | 1101 | 100111111 | 1001000 | 110101 |
Color Harmonies of #DD31A7
Complementary color
Monochromatic Colors of #DD31A7
Black with #DD31A7
Text Example
Text Example
White with #DD31A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31A7; }
p { color: rgb(221,49,167); }
H1.HeaderClassName
{
color: #DD31A7;
}
.AnyTagClassName
{
color: #DD31A7;
}
</style>
background-color css
<style>
a { background-color: #DD31A7; }
a { background-color: rgb(221,49,167); }
div.DivClassName
{
background-color: #DD31A7;
}
.BgClassName
{
background-color: #DD31A7;
}
</style>
border-color css
<style>
span { border-color: #DD31A7; }
span { border-color: rgb(221,49,167); }
td.TdClassName
{
border-color: #DD31A7;
}
.TagClassName
{
border-color: #DD31A7;
}
</style>