Shades of Cerise #DC315B
Tints of Cerise #DC315B
RGB
CMYK
RGB Variations
Color information
#DC315B (or 0xDC315B) is known color: Cerise. HEX triplet: DC, 31 and 5B. RGB value is (220,49,91). Sum of RGB (Red+Green+Blue) = 220+49+91=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC315B is #23CEA4. Grayscale: #686868. Windows color (decimal): -2346661 or 5976540. OLE color: 5976540.
HSL color Cylindrical-coordinate representation of color #DC315B: hue angle of 345.26º 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 #DC315B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 91 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.14 |
| HSL | 345.26º | 0.71% | 0.53% | - |
| HSV(B) | 345.26º | 0.78% | 0.86% | - |
| XYZ | 32.5 | 18.17 | 11.69 | - |
| YUV | 104.92 | 120.15 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 91 | 0 | 0.78 | 0.59 | 0.14 | 345.26 | 0.71 | 0.53 |
| Hex | DC | 31 | 5B | 0 | 4E | 3B | E | 159 | 47 | 35 |
| Octal | 334 | 61 | 133 | 0 | 116 | 73 | 16 | 531 | 107 | 65 |
| Binary | 11011100 | 110001 | 1011011 | 0 | 1001110 | 111011 | 1110 | 101011001 | 1000111 | 110101 |
Color Harmonies of #DC315B
Complementary color
Monochromatic Colors of #DC315B
Black with #DC315B
Text Example
Text Example
White with #DC315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC315B; }
p { color: rgb(220,49,91); }
H1.HeaderClassName
{
color: #DC315B;
}
.AnyTagClassName
{
color: #DC315B;
}
</style>
background-color css
<style>
a { background-color: #DC315B; }
a { background-color: rgb(220,49,91); }
div.DivClassName
{
background-color: #DC315B;
}
.BgClassName
{
background-color: #DC315B;
}
</style>
border-color css
<style>
span { border-color: #DC315B; }
span { border-color: rgb(220,49,91); }
td.TdClassName
{
border-color: #DC315B;
}
.TagClassName
{
border-color: #DC315B;
}
</style>