Shades of Deep Cerise #DD3FA0
Tints of Deep Cerise #DD3FA0
RGB
CMYK
RGB Variations
Color information
#DD3FA0 (or 0xDD3FA0) is known color: Deep Cerise. HEX triplet: DD, 3F and A0. RGB value is (221,63,160). Sum of RGB (Red+Green+Blue) = 221+63+160=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FA0 is #22C05F. Grayscale: #797979. Windows color (decimal): -2277472 or 10502109. OLE color: 10502109.
HSL color Cylindrical-coordinate representation of color #DD3FA0: hue angle of 323.16º 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 #DD3FA0 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 160 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.13 |
| HSL | 323.16º | 0.7% | 0.56% | - |
| HSV(B) | 323.16º | 0.71% | 0.87% | - |
| XYZ | 37.94 | 21.47 | 35.4 | - |
| YUV | 121.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 160 | 0 | 0.71 | 0.28 | 0.13 | 323.16 | 0.7 | 0.56 |
| Hex | DD | 3F | A0 | 0 | 47 | 1C | D | 143 | 46 | 38 |
| Octal | 335 | 77 | 240 | 0 | 107 | 34 | 15 | 503 | 106 | 70 |
| Binary | 11011101 | 111111 | 10100000 | 0 | 1000111 | 11100 | 1101 | 101000011 | 1000110 | 111000 |
Color Harmonies of #DD3FA0
Complementary color
Monochromatic Colors of #DD3FA0
Black with #DD3FA0
Text Example
Text Example
White with #DD3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3FA0; }
p { color: rgb(221,63,160); }
H1.HeaderClassName
{
color: #DD3FA0;
}
.AnyTagClassName
{
color: #DD3FA0;
}
</style>
background-color css
<style>
a { background-color: #DD3FA0; }
a { background-color: rgb(221,63,160); }
div.DivClassName
{
background-color: #DD3FA0;
}
.BgClassName
{
background-color: #DD3FA0;
}
</style>
border-color css
<style>
span { border-color: #DD3FA0; }
span { border-color: rgb(221,63,160); }
td.TdClassName
{
border-color: #DD3FA0;
}
.TagClassName
{
border-color: #DD3FA0;
}
</style>