Shades of Deep Cerise #DD3E82
Tints of Deep Cerise #DD3E82
RGB
CMYK
RGB Variations
Color information
#DD3E82 (or 0xDD3E82) is known color: Deep Cerise. HEX triplet: DD, 3E and 82. RGB value is (221,62,130). Sum of RGB (Red+Green+Blue) = 221+62+130=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E82 is #22C17D. Grayscale: #757575. Windows color (decimal): -2277758 or 8535773. OLE color: 8535773.
HSL color Cylindrical-coordinate representation of color #DD3E82: hue angle of 334.34º 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 #DD3E82 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 130 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.13 |
| HSL | 334.34º | 0.7% | 0.55% | - |
| HSV(B) | 334.34º | 0.72% | 0.87% | - |
| XYZ | 35.57 | 20.43 | 23.19 | - |
| YUV | 117.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 130 | 0 | 0.72 | 0.41 | 0.13 | 334.34 | 0.7 | 0.55 |
| Hex | DD | 3E | 82 | 0 | 48 | 29 | D | 14E | 46 | 37 |
| Octal | 335 | 76 | 202 | 0 | 110 | 51 | 15 | 516 | 106 | 67 |
| Binary | 11011101 | 111110 | 10000010 | 0 | 1001000 | 101001 | 1101 | 101001110 | 1000110 | 110111 |
Color Harmonies of #DD3E82
Complementary color
Monochromatic Colors of #DD3E82
Black with #DD3E82
Text Example
Text Example
White with #DD3E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E82; }
p { color: rgb(221,62,130); }
H1.HeaderClassName
{
color: #DD3E82;
}
.AnyTagClassName
{
color: #DD3E82;
}
</style>
background-color css
<style>
a { background-color: #DD3E82; }
a { background-color: rgb(221,62,130); }
div.DivClassName
{
background-color: #DD3E82;
}
.BgClassName
{
background-color: #DD3E82;
}
</style>
border-color css
<style>
span { border-color: #DD3E82; }
span { border-color: rgb(221,62,130); }
td.TdClassName
{
border-color: #DD3E82;
}
.TagClassName
{
border-color: #DD3E82;
}
</style>