Shades of Deep Cerise #DD3DAA
Tints of Deep Cerise #DD3DAA
RGB
CMYK
RGB Variations
Color information
#DD3DAA (or 0xDD3DAA) is known color: Deep Cerise. HEX triplet: DD, 3D and AA. RGB value is (221,61,170). Sum of RGB (Red+Green+Blue) = 221+61+170=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3DAA is #22C255. Grayscale: #787878. Windows color (decimal): -2277974 or 11156957. OLE color: 11156957.
HSL color Cylindrical-coordinate representation of color #DD3DAA: hue angle of 319.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3DAA is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 170 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.13 |
| HSL | 319.13º | 0.7% | 0.55% | - |
| HSV(B) | 319.13º | 0.72% | 0.87% | - |
| XYZ | 38.74 | 21.61 | 40.16 | - |
| YUV | 121.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 170 | 0 | 0.72 | 0.23 | 0.13 | 319.13 | 0.7 | 0.55 |
| Hex | DD | 3D | AA | 0 | 48 | 17 | D | 13F | 46 | 37 |
| Octal | 335 | 75 | 252 | 0 | 110 | 27 | 15 | 477 | 106 | 67 |
| Binary | 11011101 | 111101 | 10101010 | 0 | 1001000 | 10111 | 1101 | 100111111 | 1000110 | 110111 |
Color Harmonies of #DD3DAA
Complementary color
Monochromatic Colors of #DD3DAA
Black with #DD3DAA
Text Example
Text Example
White with #DD3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3DAA; }
p { color: rgb(221,61,170); }
H1.HeaderClassName
{
color: #DD3DAA;
}
.AnyTagClassName
{
color: #DD3DAA;
}
</style>
background-color css
<style>
a { background-color: #DD3DAA; }
a { background-color: rgb(221,61,170); }
div.DivClassName
{
background-color: #DD3DAA;
}
.BgClassName
{
background-color: #DD3DAA;
}
</style>
border-color css
<style>
span { border-color: #DD3DAA; }
span { border-color: rgb(221,61,170); }
td.TdClassName
{
border-color: #DD3DAA;
}
.TagClassName
{
border-color: #DD3DAA;
}
</style>