Shades of Deep Cerise #DD2682
Tints of Deep Cerise #DD2682
RGB
CMYK
RGB Variations
Color information
#DD2682 (or 0xDD2682) is known color: Deep Cerise. HEX triplet: DD, 26 and 82. RGB value is (221,38,130). Sum of RGB (Red+Green+Blue) = 221+38+130=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2682 is #22D97D. Grayscale: #676767. Windows color (decimal): -2283902 or 8529629. OLE color: 8529629.
HSL color Cylindrical-coordinate representation of color #DD2682: hue angle of 329.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2682 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 130 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.13 |
| HSL | 329.84º | 0.73% | 0.51% | - |
| HSV(B) | 329.84º | 0.83% | 0.87% | - |
| XYZ | 34.54 | 18.37 | 22.84 | - |
| YUV | 103.21 | 143.13 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 130 | 0 | 0.83 | 0.41 | 0.13 | 329.84 | 0.73 | 0.51 |
| Hex | DD | 26 | 82 | 0 | 53 | 29 | D | 14A | 49 | 33 |
| Octal | 335 | 46 | 202 | 0 | 123 | 51 | 15 | 512 | 111 | 63 |
| Binary | 11011101 | 100110 | 10000010 | 0 | 1010011 | 101001 | 1101 | 101001010 | 1001001 | 110011 |
Color Harmonies of #DD2682
Complementary color
Monochromatic Colors of #DD2682
Black with #DD2682
Text Example
Text Example
White with #DD2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2682; }
p { color: rgb(221,38,130); }
H1.HeaderClassName
{
color: #DD2682;
}
.AnyTagClassName
{
color: #DD2682;
}
</style>
background-color css
<style>
a { background-color: #DD2682; }
a { background-color: rgb(221,38,130); }
div.DivClassName
{
background-color: #DD2682;
}
.BgClassName
{
background-color: #DD2682;
}
</style>
border-color css
<style>
span { border-color: #DD2682; }
span { border-color: rgb(221,38,130); }
td.TdClassName
{
border-color: #DD2682;
}
.TagClassName
{
border-color: #DD2682;
}
</style>