Shades of Deep Cerise #DC398D
Tints of Deep Cerise #DC398D
RGB
CMYK
RGB Variations
Color information
#DC398D (or 0xDC398D) is known color: Deep Cerise. HEX triplet: DC, 39 and 8D. RGB value is (220,57,141). Sum of RGB (Red+Green+Blue) = 220+57+141=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC398D is #23C672. Grayscale: #737373. Windows color (decimal): -2344563 or 9255388. OLE color: 9255388.
HSL color Cylindrical-coordinate representation of color #DC398D: hue angle of 329.08º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC398D is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 141 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.14 |
| HSL | 329.08º | 0.7% | 0.54% | - |
| HSV(B) | 329.08º | 0.74% | 0.86% | - |
| XYZ | 35.79 | 20.06 | 27.19 | - |
| YUV | 115.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 141 | 0 | 0.74 | 0.36 | 0.14 | 329.08 | 0.7 | 0.54 |
| Hex | DC | 39 | 8D | 0 | 4A | 24 | E | 149 | 46 | 36 |
| Octal | 334 | 71 | 215 | 0 | 112 | 44 | 16 | 511 | 106 | 66 |
| Binary | 11011100 | 111001 | 10001101 | 0 | 1001010 | 100100 | 1110 | 101001001 | 1000110 | 110110 |
Color Harmonies of #DC398D
Complementary color
Monochromatic Colors of #DC398D
Black with #DC398D
Text Example
Text Example
White with #DC398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC398D; }
p { color: rgb(220,57,141); }
H1.HeaderClassName
{
color: #DC398D;
}
.AnyTagClassName
{
color: #DC398D;
}
</style>
background-color css
<style>
a { background-color: #DC398D; }
a { background-color: rgb(220,57,141); }
div.DivClassName
{
background-color: #DC398D;
}
.BgClassName
{
background-color: #DC398D;
}
</style>
border-color css
<style>
span { border-color: #DC398D; }
span { border-color: rgb(220,57,141); }
td.TdClassName
{
border-color: #DC398D;
}
.TagClassName
{
border-color: #DC398D;
}
</style>