Shades of Deep Cerise #DD3CAA
Tints of Deep Cerise #DD3CAA
RGB
CMYK
RGB Variations
Color information
#DD3CAA (or 0xDD3CAA) is known color: Deep Cerise. HEX triplet: DD, 3C and AA. RGB value is (221,60,170). Sum of RGB (Red+Green+Blue) = 221+60+170=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3CAA is #22C355. Grayscale: #787878. Windows color (decimal): -2278230 or 11156701. OLE color: 11156701.
HSL color Cylindrical-coordinate representation of color #DD3CAA: hue angle of 319.01º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3CAA is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 170 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.13 |
| HSL | 319.01º | 0.7% | 0.55% | - |
| HSV(B) | 319.01º | 0.73% | 0.87% | - |
| XYZ | 38.69 | 21.51 | 40.14 | - |
| YUV | 120.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 170 | 0 | 0.73 | 0.23 | 0.13 | 319.01 | 0.7 | 0.55 |
| Hex | DD | 3C | AA | 0 | 49 | 17 | D | 13F | 46 | 37 |
| Octal | 335 | 74 | 252 | 0 | 111 | 27 | 15 | 477 | 106 | 67 |
| Binary | 11011101 | 111100 | 10101010 | 0 | 1001001 | 10111 | 1101 | 100111111 | 1000110 | 110111 |
Color Harmonies of #DD3CAA
Complementary color
Monochromatic Colors of #DD3CAA
Black with #DD3CAA
Text Example
Text Example
White with #DD3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CAA; }
p { color: rgb(221,60,170); }
H1.HeaderClassName
{
color: #DD3CAA;
}
.AnyTagClassName
{
color: #DD3CAA;
}
</style>
background-color css
<style>
a { background-color: #DD3CAA; }
a { background-color: rgb(221,60,170); }
div.DivClassName
{
background-color: #DD3CAA;
}
.BgClassName
{
background-color: #DD3CAA;
}
</style>
border-color css
<style>
span { border-color: #DD3CAA; }
span { border-color: rgb(221,60,170); }
td.TdClassName
{
border-color: #DD3CAA;
}
.TagClassName
{
border-color: #DD3CAA;
}
</style>