Shades of Deep Cerise #DD3CA0
Tints of Deep Cerise #DD3CA0
RGB
CMYK
RGB Variations
Color information
#DD3CA0 (or 0xDD3CA0) is known color: Deep Cerise. HEX triplet: DD, 3C and A0. RGB value is (221,60,160). Sum of RGB (Red+Green+Blue) = 221+60+160=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3CA0 is #22C35F. Grayscale: #777777. Windows color (decimal): -2278240 or 10501341. OLE color: 10501341.
HSL color Cylindrical-coordinate representation of color #DD3CA0: hue angle of 322.73º 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 #DD3CA0 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 160 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.13 |
| HSL | 322.73º | 0.7% | 0.55% | - |
| HSV(B) | 322.73º | 0.73% | 0.87% | - |
| XYZ | 37.78 | 21.14 | 35.35 | - |
| YUV | 119.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 160 | 0 | 0.73 | 0.28 | 0.13 | 322.73 | 0.7 | 0.55 |
| Hex | DD | 3C | A0 | 0 | 49 | 1C | D | 143 | 46 | 37 |
| Octal | 335 | 74 | 240 | 0 | 111 | 34 | 15 | 503 | 106 | 67 |
| Binary | 11011101 | 111100 | 10100000 | 0 | 1001001 | 11100 | 1101 | 101000011 | 1000110 | 110111 |
Color Harmonies of #DD3CA0
Complementary color
Monochromatic Colors of #DD3CA0
Black with #DD3CA0
Text Example
Text Example
White with #DD3CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CA0; }
p { color: rgb(221,60,160); }
H1.HeaderClassName
{
color: #DD3CA0;
}
.AnyTagClassName
{
color: #DD3CA0;
}
</style>
background-color css
<style>
a { background-color: #DD3CA0; }
a { background-color: rgb(221,60,160); }
div.DivClassName
{
background-color: #DD3CA0;
}
.BgClassName
{
background-color: #DD3CA0;
}
</style>
border-color css
<style>
span { border-color: #DD3CA0; }
span { border-color: rgb(221,60,160); }
td.TdClassName
{
border-color: #DD3CA0;
}
.TagClassName
{
border-color: #DD3CA0;
}
</style>