Shades of Deep Cerise #DD399A
Tints of Deep Cerise #DD399A
RGB
CMYK
RGB Variations
Color information
#DD399A (or 0xDD399A) is known color: Deep Cerise. HEX triplet: DD, 39 and 9A. RGB value is (221,57,154). Sum of RGB (Red+Green+Blue) = 221+57+154=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD399A is #22C665. Grayscale: #747474. Windows color (decimal): -2279014 or 10107357. OLE color: 10107357.
HSL color Cylindrical-coordinate representation of color #DD399A: hue angle of 324.51º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD399A is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 154 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.13 |
| HSL | 324.51º | 0.71% | 0.55% | - |
| HSV(B) | 324.51º | 0.74% | 0.87% | - |
| XYZ | 37.11 | 20.63 | 32.6 | - |
| YUV | 117.09 | 148.83 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 154 | 0 | 0.74 | 0.30 | 0.13 | 324.51 | 0.71 | 0.55 |
| Hex | DD | 39 | 9A | 0 | 4A | 1E | D | 145 | 47 | 37 |
| Octal | 335 | 71 | 232 | 0 | 112 | 36 | 15 | 505 | 107 | 67 |
| Binary | 11011101 | 111001 | 10011010 | 0 | 1001010 | 11110 | 1101 | 101000101 | 1000111 | 110111 |
Color Harmonies of #DD399A
Complementary color
Monochromatic Colors of #DD399A
Black with #DD399A
Text Example
Text Example
White with #DD399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD399A; }
p { color: rgb(221,57,154); }
H1.HeaderClassName
{
color: #DD399A;
}
.AnyTagClassName
{
color: #DD399A;
}
</style>
background-color css
<style>
a { background-color: #DD399A; }
a { background-color: rgb(221,57,154); }
div.DivClassName
{
background-color: #DD399A;
}
.BgClassName
{
background-color: #DD399A;
}
</style>
border-color css
<style>
span { border-color: #DD399A; }
span { border-color: rgb(221,57,154); }
td.TdClassName
{
border-color: #DD399A;
}
.TagClassName
{
border-color: #DD399A;
}
</style>