Shades of Deep Cerise #DD328A
Tints of Deep Cerise #DD328A
RGB
CMYK
RGB Variations
Color information
#DD328A (or 0xDD328A) is known color: Deep Cerise. HEX triplet: DD, 32 and 8A. RGB value is (221,50,138). Sum of RGB (Red+Green+Blue) = 221+50+138=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD328A is #22CD75. Grayscale: #6E6E6E. Windows color (decimal): -2280822 or 9056989. OLE color: 9056989.
HSL color Cylindrical-coordinate representation of color #DD328A: hue angle of 329.12º degrees, saturation: 0.72, 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 #DD328A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 138 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.13 |
| HSL | 329.12º | 0.72% | 0.53% | - |
| HSV(B) | 329.12º | 0.77% | 0.87% | - |
| XYZ | 35.55 | 19.49 | 25.93 | - |
| YUV | 111.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 138 | 0 | 0.77 | 0.38 | 0.13 | 329.12 | 0.72 | 0.53 |
| Hex | DD | 32 | 8A | 0 | 4D | 26 | D | 149 | 48 | 35 |
| Octal | 335 | 62 | 212 | 0 | 115 | 46 | 15 | 511 | 110 | 65 |
| Binary | 11011101 | 110010 | 10001010 | 0 | 1001101 | 100110 | 1101 | 101001001 | 1001000 | 110101 |
Color Harmonies of #DD328A
Complementary color
Monochromatic Colors of #DD328A
Black with #DD328A
Text Example
Text Example
White with #DD328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD328A; }
p { color: rgb(221,50,138); }
H1.HeaderClassName
{
color: #DD328A;
}
.AnyTagClassName
{
color: #DD328A;
}
</style>
background-color css
<style>
a { background-color: #DD328A; }
a { background-color: rgb(221,50,138); }
div.DivClassName
{
background-color: #DD328A;
}
.BgClassName
{
background-color: #DD328A;
}
</style>
border-color css
<style>
span { border-color: #DD328A; }
span { border-color: rgb(221,50,138); }
td.TdClassName
{
border-color: #DD328A;
}
.TagClassName
{
border-color: #DD328A;
}
</style>