Shades of Deep Cerise #DC388F
Tints of Deep Cerise #DC388F
RGB
CMYK
RGB Variations
Color information
#DC388F (or 0xDC388F) is known color: Deep Cerise. HEX triplet: DC, 38 and 8F. RGB value is (220,56,143). Sum of RGB (Red+Green+Blue) = 220+56+143=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC388F is #23C770. Grayscale: #727272. Windows color (decimal): -2344817 or 9386204. OLE color: 9386204.
HSL color Cylindrical-coordinate representation of color #DC388F: hue angle of 328.17º 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 #DC388F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 143 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.14 |
| HSL | 328.17º | 0.7% | 0.54% | - |
| HSV(B) | 328.17º | 0.75% | 0.86% | - |
| XYZ | 35.89 | 20.03 | 27.96 | - |
| YUV | 114.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 143 | 0 | 0.75 | 0.35 | 0.14 | 328.17 | 0.7 | 0.54 |
| Hex | DC | 38 | 8F | 0 | 4B | 23 | E | 148 | 46 | 36 |
| Octal | 334 | 70 | 217 | 0 | 113 | 43 | 16 | 510 | 106 | 66 |
| Binary | 11011100 | 111000 | 10001111 | 0 | 1001011 | 100011 | 1110 | 101001000 | 1000110 | 110110 |
Color Harmonies of #DC388F
Complementary color
Monochromatic Colors of #DC388F
Black with #DC388F
Text Example
Text Example
White with #DC388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC388F; }
p { color: rgb(220,56,143); }
H1.HeaderClassName
{
color: #DC388F;
}
.AnyTagClassName
{
color: #DC388F;
}
</style>
background-color css
<style>
a { background-color: #DC388F; }
a { background-color: rgb(220,56,143); }
div.DivClassName
{
background-color: #DC388F;
}
.BgClassName
{
background-color: #DC388F;
}
</style>
border-color css
<style>
span { border-color: #DC388F; }
span { border-color: rgb(220,56,143); }
td.TdClassName
{
border-color: #DC388F;
}
.TagClassName
{
border-color: #DC388F;
}
</style>