Shades of Deep Cerise #DD3382
Tints of Deep Cerise #DD3382
RGB
CMYK
RGB Variations
Color information
#DD3382 (or 0xDD3382) is known color: Deep Cerise. HEX triplet: DD, 33 and 82. RGB value is (221,51,130). Sum of RGB (Red+Green+Blue) = 221+51+130=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3382 is #22CC7D. Grayscale: #6E6E6E. Windows color (decimal): -2280574 or 8532957. OLE color: 8532957.
HSL color Cylindrical-coordinate representation of color #DD3382: hue angle of 332.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3382 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 130 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.13 |
| HSL | 332.12º | 0.71% | 0.53% | - |
| HSV(B) | 332.12º | 0.77% | 0.87% | - |
| XYZ | 35.03 | 19.35 | 23.01 | - |
| YUV | 110.84 | 138.82 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 130 | 0 | 0.77 | 0.41 | 0.13 | 332.12 | 0.71 | 0.53 |
| Hex | DD | 33 | 82 | 0 | 4D | 29 | D | 14C | 47 | 35 |
| Octal | 335 | 63 | 202 | 0 | 115 | 51 | 15 | 514 | 107 | 65 |
| Binary | 11011101 | 110011 | 10000010 | 0 | 1001101 | 101001 | 1101 | 101001100 | 1000111 | 110101 |
Color Harmonies of #DD3382
Complementary color
Monochromatic Colors of #DD3382
Black with #DD3382
Text Example
Text Example
White with #DD3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3382; }
p { color: rgb(221,51,130); }
H1.HeaderClassName
{
color: #DD3382;
}
.AnyTagClassName
{
color: #DD3382;
}
</style>
background-color css
<style>
a { background-color: #DD3382; }
a { background-color: rgb(221,51,130); }
div.DivClassName
{
background-color: #DD3382;
}
.BgClassName
{
background-color: #DD3382;
}
</style>
border-color css
<style>
span { border-color: #DD3382; }
span { border-color: rgb(221,51,130); }
td.TdClassName
{
border-color: #DD3382;
}
.TagClassName
{
border-color: #DD3382;
}
</style>