Shades of Deep Cerise #DD398D
Tints of Deep Cerise #DD398D
RGB
CMYK
RGB Variations
Color information
#DD398D (or 0xDD398D) is known color: Deep Cerise. HEX triplet: DD, 39 and 8D. RGB value is (221,57,141). Sum of RGB (Red+Green+Blue) = 221+57+141=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD398D is #22C672. Grayscale: #737373. Windows color (decimal): -2279027 or 9255389. OLE color: 9255389.
HSL color Cylindrical-coordinate representation of color #DD398D: hue angle of 329.27º 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 #DD398D is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 141 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.13 |
| HSL | 329.27º | 0.71% | 0.55% | - |
| HSV(B) | 329.27º | 0.74% | 0.87% | - |
| XYZ | 36.09 | 20.22 | 27.2 | - |
| YUV | 115.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 141 | 0 | 0.74 | 0.36 | 0.13 | 329.27 | 0.71 | 0.55 |
| Hex | DD | 39 | 8D | 0 | 4A | 24 | D | 149 | 47 | 37 |
| Octal | 335 | 71 | 215 | 0 | 112 | 44 | 15 | 511 | 107 | 67 |
| Binary | 11011101 | 111001 | 10001101 | 0 | 1001010 | 100100 | 1101 | 101001001 | 1000111 | 110111 |
Color Harmonies of #DD398D
Complementary color
Monochromatic Colors of #DD398D
Black with #DD398D
Text Example
Text Example
White with #DD398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD398D; }
p { color: rgb(221,57,141); }
H1.HeaderClassName
{
color: #DD398D;
}
.AnyTagClassName
{
color: #DD398D;
}
</style>
background-color css
<style>
a { background-color: #DD398D; }
a { background-color: rgb(221,57,141); }
div.DivClassName
{
background-color: #DD398D;
}
.BgClassName
{
background-color: #DD398D;
}
</style>
border-color css
<style>
span { border-color: #DD398D; }
span { border-color: rgb(221,57,141); }
td.TdClassName
{
border-color: #DD398D;
}
.TagClassName
{
border-color: #DD398D;
}
</style>