Shades of Deep Cerise #DD398A
Tints of Deep Cerise #DD398A
RGB
CMYK
RGB Variations
Color information
#DD398A (or 0xDD398A) is known color: Deep Cerise. HEX triplet: DD, 39 and 8A. RGB value is (221,57,138). Sum of RGB (Red+Green+Blue) = 221+57+138=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD398A is #22C675. Grayscale: #737373. Windows color (decimal): -2279030 or 9058781. OLE color: 9058781.
HSL color Cylindrical-coordinate representation of color #DD398A: hue angle of 330.37º 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 #DD398A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 138 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.13 |
| HSL | 330.37º | 0.71% | 0.55% | - |
| HSV(B) | 330.37º | 0.74% | 0.87% | - |
| XYZ | 35.87 | 20.13 | 26.04 | - |
| YUV | 115.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 138 | 0 | 0.74 | 0.38 | 0.13 | 330.37 | 0.71 | 0.55 |
| Hex | DD | 39 | 8A | 0 | 4A | 26 | D | 14A | 47 | 37 |
| Octal | 335 | 71 | 212 | 0 | 112 | 46 | 15 | 512 | 107 | 67 |
| Binary | 11011101 | 111001 | 10001010 | 0 | 1001010 | 100110 | 1101 | 101001010 | 1000111 | 110111 |
Color Harmonies of #DD398A
Complementary color
Monochromatic Colors of #DD398A
Black with #DD398A
Text Example
Text Example
White with #DD398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD398A; }
p { color: rgb(221,57,138); }
H1.HeaderClassName
{
color: #DD398A;
}
.AnyTagClassName
{
color: #DD398A;
}
</style>
background-color css
<style>
a { background-color: #DD398A; }
a { background-color: rgb(221,57,138); }
div.DivClassName
{
background-color: #DD398A;
}
.BgClassName
{
background-color: #DD398A;
}
</style>
border-color css
<style>
span { border-color: #DD398A; }
span { border-color: rgb(221,57,138); }
td.TdClassName
{
border-color: #DD398A;
}
.TagClassName
{
border-color: #DD398A;
}
</style>