Shades of Deep Cerise #DD3DA0
Tints of Deep Cerise #DD3DA0
RGB
CMYK
RGB Variations
Color information
#DD3DA0 (or 0xDD3DA0) is known color: Deep Cerise. HEX triplet: DD, 3D and A0. RGB value is (221,61,160). Sum of RGB (Red+Green+Blue) = 221+61+160=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3DA0 is #22C25F. Grayscale: #777777. Windows color (decimal): -2277984 or 10501597. OLE color: 10501597.
HSL color Cylindrical-coordinate representation of color #DD3DA0: hue angle of 322.88º 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 #DD3DA0 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 160 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.13 |
| HSL | 322.88º | 0.7% | 0.55% | - |
| HSV(B) | 322.88º | 0.72% | 0.87% | - |
| XYZ | 37.83 | 21.25 | 35.36 | - |
| YUV | 120.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 160 | 0 | 0.72 | 0.28 | 0.13 | 322.88 | 0.7 | 0.55 |
| Hex | DD | 3D | A0 | 0 | 48 | 1C | D | 143 | 46 | 37 |
| Octal | 335 | 75 | 240 | 0 | 110 | 34 | 15 | 503 | 106 | 67 |
| Binary | 11011101 | 111101 | 10100000 | 0 | 1001000 | 11100 | 1101 | 101000011 | 1000110 | 110111 |
Color Harmonies of #DD3DA0
Complementary color
Monochromatic Colors of #DD3DA0
Black with #DD3DA0
Text Example
Text Example
White with #DD3DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3DA0; }
p { color: rgb(221,61,160); }
H1.HeaderClassName
{
color: #DD3DA0;
}
.AnyTagClassName
{
color: #DD3DA0;
}
</style>
background-color css
<style>
a { background-color: #DD3DA0; }
a { background-color: rgb(221,61,160); }
div.DivClassName
{
background-color: #DD3DA0;
}
.BgClassName
{
background-color: #DD3DA0;
}
</style>
border-color css
<style>
span { border-color: #DD3DA0; }
span { border-color: rgb(221,61,160); }
td.TdClassName
{
border-color: #DD3DA0;
}
.TagClassName
{
border-color: #DD3DA0;
}
</style>