Shades of Cerise #DC316A
Tints of Cerise #DC316A
RGB
CMYK
RGB Variations
Color information
#DC316A (or 0xDC316A) is known color: Cerise. HEX triplet: DC, 31 and 6A. RGB value is (220,49,106). Sum of RGB (Red+Green+Blue) = 220+49+106=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC316A is #23CE95. Grayscale: #6A6A6A. Windows color (decimal): -2346646 or 6959580. OLE color: 6959580.
HSL color Cylindrical-coordinate representation of color #DC316A: hue angle of 340º 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 #DC316A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 106 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.14 |
| HSL | 340º | 0.71% | 0.53% | - |
| HSV(B) | 340º | 0.78% | 0.86% | - |
| XYZ | 33.22 | 18.45 | 15.45 | - |
| YUV | 106.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 106 | 0 | 0.78 | 0.52 | 0.14 | 340 | 0.71 | 0.53 |
| Hex | DC | 31 | 6A | 0 | 4E | 34 | E | 154 | 47 | 35 |
| Octal | 334 | 61 | 152 | 0 | 116 | 64 | 16 | 524 | 107 | 65 |
| Binary | 11011100 | 110001 | 1101010 | 0 | 1001110 | 110100 | 1110 | 101010100 | 1000111 | 110101 |
Color Harmonies of #DC316A
Complementary color
Monochromatic Colors of #DC316A
Black with #DC316A
Text Example
Text Example
White with #DC316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC316A; }
p { color: rgb(220,49,106); }
H1.HeaderClassName
{
color: #DC316A;
}
.AnyTagClassName
{
color: #DC316A;
}
</style>
background-color css
<style>
a { background-color: #DC316A; }
a { background-color: rgb(220,49,106); }
div.DivClassName
{
background-color: #DC316A;
}
.BgClassName
{
background-color: #DC316A;
}
</style>
border-color css
<style>
span { border-color: #DC316A; }
span { border-color: rgb(220,49,106); }
td.TdClassName
{
border-color: #DC316A;
}
.TagClassName
{
border-color: #DC316A;
}
</style>