Shades of Deep Cerise #DC318B
Tints of Deep Cerise #DC318B
RGB
CMYK
RGB Variations
Color information
#DC318B (or 0xDC318B) is known color: Deep Cerise. HEX triplet: DC, 31 and 8B. RGB value is (220,49,139). Sum of RGB (Red+Green+Blue) = 220+49+139=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC318B is #23CE74. Grayscale: #6E6E6E. Windows color (decimal): -2346613 or 9122268. OLE color: 9122268.
HSL color Cylindrical-coordinate representation of color #DC318B: hue angle of 328.42º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC318B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 139 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.14 |
| HSL | 328.42º | 0.71% | 0.53% | - |
| HSV(B) | 328.42º | 0.78% | 0.86% | - |
| XYZ | 35.27 | 19.28 | 26.29 | - |
| YUV | 110.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 139 | 0 | 0.78 | 0.37 | 0.14 | 328.42 | 0.71 | 0.53 |
| Hex | DC | 31 | 8B | 0 | 4E | 25 | E | 148 | 47 | 35 |
| Octal | 334 | 61 | 213 | 0 | 116 | 45 | 16 | 510 | 107 | 65 |
| Binary | 11011100 | 110001 | 10001011 | 0 | 1001110 | 100101 | 1110 | 101001000 | 1000111 | 110101 |
Color Harmonies of #DC318B
Complementary color
Monochromatic Colors of #DC318B
Black with #DC318B
Text Example
Text Example
White with #DC318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC318B; }
p { color: rgb(220,49,139); }
H1.HeaderClassName
{
color: #DC318B;
}
.AnyTagClassName
{
color: #DC318B;
}
</style>
background-color css
<style>
a { background-color: #DC318B; }
a { background-color: rgb(220,49,139); }
div.DivClassName
{
background-color: #DC318B;
}
.BgClassName
{
background-color: #DC318B;
}
</style>
border-color css
<style>
span { border-color: #DC318B; }
span { border-color: rgb(220,49,139); }
td.TdClassName
{
border-color: #DC318B;
}
.TagClassName
{
border-color: #DC318B;
}
</style>