Shades of Deep Cerise #DC388A
Tints of Deep Cerise #DC388A
RGB
CMYK
RGB Variations
Color information
#DC388A (or 0xDC388A) is known color: Deep Cerise. HEX triplet: DC, 38 and 8A. RGB value is (220,56,138). Sum of RGB (Red+Green+Blue) = 220+56+138=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC388A is #23C775. Grayscale: #727272. Windows color (decimal): -2344822 or 9058524. OLE color: 9058524.
HSL color Cylindrical-coordinate representation of color #DC388A: hue angle of 330º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC388A is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 138 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.14 |
| HSL | 330º | 0.7% | 0.54% | - |
| HSV(B) | 330º | 0.75% | 0.86% | - |
| XYZ | 35.52 | 19.88 | 26.01 | - |
| YUV | 114.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 138 | 0 | 0.75 | 0.37 | 0.14 | 330 | 0.7 | 0.54 |
| Hex | DC | 38 | 8A | 0 | 4B | 25 | E | 14A | 46 | 36 |
| Octal | 334 | 70 | 212 | 0 | 113 | 45 | 16 | 512 | 106 | 66 |
| Binary | 11011100 | 111000 | 10001010 | 0 | 1001011 | 100101 | 1110 | 101001010 | 1000110 | 110110 |
Color Harmonies of #DC388A
Complementary color
Monochromatic Colors of #DC388A
Black with #DC388A
Text Example
Text Example
White with #DC388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC388A; }
p { color: rgb(220,56,138); }
H1.HeaderClassName
{
color: #DC388A;
}
.AnyTagClassName
{
color: #DC388A;
}
</style>
background-color css
<style>
a { background-color: #DC388A; }
a { background-color: rgb(220,56,138); }
div.DivClassName
{
background-color: #DC388A;
}
.BgClassName
{
background-color: #DC388A;
}
</style>
border-color css
<style>
span { border-color: #DC388A; }
span { border-color: rgb(220,56,138); }
td.TdClassName
{
border-color: #DC388A;
}
.TagClassName
{
border-color: #DC388A;
}
</style>