Shades of Deep Cerise #DC398C
Tints of Deep Cerise #DC398C
RGB
CMYK
RGB Variations
Color information
#DC398C (or 0xDC398C) is known color: Deep Cerise. HEX triplet: DC, 39 and 8C. RGB value is (220,57,140). Sum of RGB (Red+Green+Blue) = 220+57+140=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC398C is #23C673. Grayscale: #737373. Windows color (decimal): -2344564 or 9189852. OLE color: 9189852.
HSL color Cylindrical-coordinate representation of color #DC398C: hue angle of 329.45º 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 #DC398C is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 140 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.14 |
| HSL | 329.45º | 0.7% | 0.54% | - |
| HSV(B) | 329.45º | 0.74% | 0.86% | - |
| XYZ | 35.71 | 20.04 | 26.8 | - |
| YUV | 115.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 140 | 0 | 0.74 | 0.36 | 0.14 | 329.45 | 0.7 | 0.54 |
| Hex | DC | 39 | 8C | 0 | 4A | 24 | E | 149 | 46 | 36 |
| Octal | 334 | 71 | 214 | 0 | 112 | 44 | 16 | 511 | 106 | 66 |
| Binary | 11011100 | 111001 | 10001100 | 0 | 1001010 | 100100 | 1110 | 101001001 | 1000110 | 110110 |
Color Harmonies of #DC398C
Complementary color
Monochromatic Colors of #DC398C
Black with #DC398C
Text Example
Text Example
White with #DC398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC398C; }
p { color: rgb(220,57,140); }
H1.HeaderClassName
{
color: #DC398C;
}
.AnyTagClassName
{
color: #DC398C;
}
</style>
background-color css
<style>
a { background-color: #DC398C; }
a { background-color: rgb(220,57,140); }
div.DivClassName
{
background-color: #DC398C;
}
.BgClassName
{
background-color: #DC398C;
}
</style>
border-color css
<style>
span { border-color: #DC398C; }
span { border-color: rgb(220,57,140); }
td.TdClassName
{
border-color: #DC398C;
}
.TagClassName
{
border-color: #DC398C;
}
</style>