Shades of Deep Cerise #DD399C
Tints of Deep Cerise #DD399C
RGB
CMYK
RGB Variations
Color information
#DD399C (or 0xDD399C) is known color: Deep Cerise. HEX triplet: DD, 39 and 9C. RGB value is (221,57,156). Sum of RGB (Red+Green+Blue) = 221+57+156=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD399C is #22C663. Grayscale: #757575. Windows color (decimal): -2279012 or 10238429. OLE color: 10238429.
HSL color Cylindrical-coordinate representation of color #DD399C: hue angle of 323.78º 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 #DD399C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 156 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.13 |
| HSL | 323.78º | 0.71% | 0.55% | - |
| HSV(B) | 323.78º | 0.74% | 0.87% | - |
| XYZ | 37.28 | 20.7 | 33.48 | - |
| YUV | 117.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 156 | 0 | 0.74 | 0.29 | 0.13 | 323.78 | 0.71 | 0.55 |
| Hex | DD | 39 | 9C | 0 | 4A | 1D | D | 144 | 47 | 37 |
| Octal | 335 | 71 | 234 | 0 | 112 | 35 | 15 | 504 | 107 | 67 |
| Binary | 11011101 | 111001 | 10011100 | 0 | 1001010 | 11101 | 1101 | 101000100 | 1000111 | 110111 |
Color Harmonies of #DD399C
Complementary color
Monochromatic Colors of #DD399C
Black with #DD399C
Text Example
Text Example
White with #DD399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD399C; }
p { color: rgb(221,57,156); }
H1.HeaderClassName
{
color: #DD399C;
}
.AnyTagClassName
{
color: #DD399C;
}
</style>
background-color css
<style>
a { background-color: #DD399C; }
a { background-color: rgb(221,57,156); }
div.DivClassName
{
background-color: #DD399C;
}
.BgClassName
{
background-color: #DD399C;
}
</style>
border-color css
<style>
span { border-color: #DD399C; }
span { border-color: rgb(221,57,156); }
td.TdClassName
{
border-color: #DD399C;
}
.TagClassName
{
border-color: #DD399C;
}
</style>