Shades of Deep Cerise #DC318F
Tints of Deep Cerise #DC318F
RGB
CMYK
RGB Variations
Color information
#DC318F (or 0xDC318F) is known color: Deep Cerise. HEX triplet: DC, 31 and 8F. RGB value is (220,49,143). Sum of RGB (Red+Green+Blue) = 220+49+143=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC318F is #23CE70. Grayscale: #6E6E6E. Windows color (decimal): -2346609 or 9384412. OLE color: 9384412.
HSL color Cylindrical-coordinate representation of color #DC318F: hue angle of 327.02º 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 #DC318F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 143 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.14 |
| HSL | 327.02º | 0.71% | 0.53% | - |
| HSV(B) | 327.02º | 0.78% | 0.86% | - |
| XYZ | 35.57 | 19.4 | 27.86 | - |
| YUV | 110.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 143 | 0 | 0.78 | 0.35 | 0.14 | 327.02 | 0.71 | 0.53 |
| Hex | DC | 31 | 8F | 0 | 4E | 23 | E | 147 | 47 | 35 |
| Octal | 334 | 61 | 217 | 0 | 116 | 43 | 16 | 507 | 107 | 65 |
| Binary | 11011100 | 110001 | 10001111 | 0 | 1001110 | 100011 | 1110 | 101000111 | 1000111 | 110101 |
Color Harmonies of #DC318F
Complementary color
Monochromatic Colors of #DC318F
Black with #DC318F
Text Example
Text Example
White with #DC318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC318F; }
p { color: rgb(220,49,143); }
H1.HeaderClassName
{
color: #DC318F;
}
.AnyTagClassName
{
color: #DC318F;
}
</style>
background-color css
<style>
a { background-color: #DC318F; }
a { background-color: rgb(220,49,143); }
div.DivClassName
{
background-color: #DC318F;
}
.BgClassName
{
background-color: #DC318F;
}
</style>
border-color css
<style>
span { border-color: #DC318F; }
span { border-color: rgb(220,49,143); }
td.TdClassName
{
border-color: #DC318F;
}
.TagClassName
{
border-color: #DC318F;
}
</style>