Shades of Deep Cerise #DD40AC
Tints of Deep Cerise #DD40AC
RGB
CMYK
RGB Variations
Color information
#DD40AC (or 0xDD40AC) is known color: Deep Cerise. HEX triplet: DD, 40 and AC. RGB value is (221,64,172). Sum of RGB (Red+Green+Blue) = 221+64+172=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD40AC is #22BF53. Grayscale: #7A7A7A. Windows color (decimal): -2277204 or 11288797. OLE color: 11288797.
HSL color Cylindrical-coordinate representation of color #DD40AC: hue angle of 318.73º 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 #DD40AC is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 172 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.13 |
| HSL | 318.73º | 0.7% | 0.56% | - |
| HSV(B) | 318.73º | 0.71% | 0.87% | - |
| XYZ | 39.1 | 22.02 | 41.22 | - |
| YUV | 123.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 172 | 0 | 0.71 | 0.22 | 0.13 | 318.73 | 0.7 | 0.56 |
| Hex | DD | 40 | AC | 0 | 47 | 16 | D | 13F | 46 | 38 |
| Octal | 335 | 100 | 254 | 0 | 107 | 26 | 15 | 477 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10101100 | 0 | 1000111 | 10110 | 1101 | 100111111 | 1000110 | 111000 |
Color Harmonies of #DD40AC
Complementary color
Monochromatic Colors of #DD40AC
Black with #DD40AC
Text Example
Text Example
White with #DD40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40AC; }
p { color: rgb(221,64,172); }
H1.HeaderClassName
{
color: #DD40AC;
}
.AnyTagClassName
{
color: #DD40AC;
}
</style>
background-color css
<style>
a { background-color: #DD40AC; }
a { background-color: rgb(221,64,172); }
div.DivClassName
{
background-color: #DD40AC;
}
.BgClassName
{
background-color: #DD40AC;
}
</style>
border-color css
<style>
span { border-color: #DD40AC; }
span { border-color: rgb(221,64,172); }
td.TdClassName
{
border-color: #DD40AC;
}
.TagClassName
{
border-color: #DD40AC;
}
</style>