Shades of Cerise #DC315A
Tints of Cerise #DC315A
RGB
CMYK
RGB Variations
Color information
#DC315A (or 0xDC315A) is known color: Cerise. HEX triplet: DC, 31 and 5A. RGB value is (220,49,90). Sum of RGB (Red+Green+Blue) = 220+49+90=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC315A is #23CEA5. Grayscale: #686868. Windows color (decimal): -2346662 or 5911004. OLE color: 5911004.
HSL color Cylindrical-coordinate representation of color #DC315A: hue angle of 345.61º 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 #DC315A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 90 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.14 |
| HSL | 345.61º | 0.71% | 0.53% | - |
| HSV(B) | 345.61º | 0.78% | 0.86% | - |
| XYZ | 32.46 | 18.15 | 11.47 | - |
| YUV | 104.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 90 | 0 | 0.78 | 0.59 | 0.14 | 345.61 | 0.71 | 0.53 |
| Hex | DC | 31 | 5A | 0 | 4E | 3B | E | 15A | 47 | 35 |
| Octal | 334 | 61 | 132 | 0 | 116 | 73 | 16 | 532 | 107 | 65 |
| Binary | 11011100 | 110001 | 1011010 | 0 | 1001110 | 111011 | 1110 | 101011010 | 1000111 | 110101 |
Color Harmonies of #DC315A
Complementary color
Monochromatic Colors of #DC315A
Black with #DC315A
Text Example
Text Example
White with #DC315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC315A; }
p { color: rgb(220,49,90); }
H1.HeaderClassName
{
color: #DC315A;
}
.AnyTagClassName
{
color: #DC315A;
}
</style>
background-color css
<style>
a { background-color: #DC315A; }
a { background-color: rgb(220,49,90); }
div.DivClassName
{
background-color: #DC315A;
}
.BgClassName
{
background-color: #DC315A;
}
</style>
border-color css
<style>
span { border-color: #DC315A; }
span { border-color: rgb(220,49,90); }
td.TdClassName
{
border-color: #DC315A;
}
.TagClassName
{
border-color: #DC315A;
}
</style>