Shades of Deep Cerise #DC398B
Tints of Deep Cerise #DC398B
RGB
CMYK
RGB Variations
Color information
#DC398B (or 0xDC398B) is known color: Deep Cerise. HEX triplet: DC, 39 and 8B. RGB value is (220,57,139). Sum of RGB (Red+Green+Blue) = 220+57+139=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC398B is #23C674. Grayscale: #727272. Windows color (decimal): -2344565 or 9124316. OLE color: 9124316.
HSL color Cylindrical-coordinate representation of color #DC398B: hue angle of 329.82º 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 #DC398B is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 139 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.14 |
| HSL | 329.82º | 0.7% | 0.54% | - |
| HSV(B) | 329.82º | 0.74% | 0.86% | - |
| XYZ | 35.64 | 20.01 | 26.41 | - |
| YUV | 115.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 139 | 0 | 0.74 | 0.37 | 0.14 | 329.82 | 0.7 | 0.54 |
| Hex | DC | 39 | 8B | 0 | 4A | 25 | E | 14A | 46 | 36 |
| Octal | 334 | 71 | 213 | 0 | 112 | 45 | 16 | 512 | 106 | 66 |
| Binary | 11011100 | 111001 | 10001011 | 0 | 1001010 | 100101 | 1110 | 101001010 | 1000110 | 110110 |
Color Harmonies of #DC398B
Complementary color
Monochromatic Colors of #DC398B
Black with #DC398B
Text Example
Text Example
White with #DC398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC398B; }
p { color: rgb(220,57,139); }
H1.HeaderClassName
{
color: #DC398B;
}
.AnyTagClassName
{
color: #DC398B;
}
</style>
background-color css
<style>
a { background-color: #DC398B; }
a { background-color: rgb(220,57,139); }
div.DivClassName
{
background-color: #DC398B;
}
.BgClassName
{
background-color: #DC398B;
}
</style>
border-color css
<style>
span { border-color: #DC398B; }
span { border-color: rgb(220,57,139); }
td.TdClassName
{
border-color: #DC398B;
}
.TagClassName
{
border-color: #DC398B;
}
</style>