Shades of Cerise #DC3168
Tints of Cerise #DC3168
RGB
CMYK
RGB Variations
Color information
#DC3168 (or 0xDC3168) is known color: Cerise. HEX triplet: DC, 31 and 68. RGB value is (220,49,104). Sum of RGB (Red+Green+Blue) = 220+49+104=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3168 is #23CE97. Grayscale: #6A6A6A. Windows color (decimal): -2346648 or 6828508. OLE color: 6828508.
HSL color Cylindrical-coordinate representation of color #DC3168: hue angle of 340.7º 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 #DC3168 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 104 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.14 |
| HSL | 340.7º | 0.71% | 0.53% | - |
| HSV(B) | 340.7º | 0.78% | 0.86% | - |
| XYZ | 33.11 | 18.41 | 14.91 | - |
| YUV | 106.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 104 | 0 | 0.78 | 0.53 | 0.14 | 340.7 | 0.71 | 0.53 |
| Hex | DC | 31 | 68 | 0 | 4E | 35 | E | 155 | 47 | 35 |
| Octal | 334 | 61 | 150 | 0 | 116 | 65 | 16 | 525 | 107 | 65 |
| Binary | 11011100 | 110001 | 1101000 | 0 | 1001110 | 110101 | 1110 | 101010101 | 1000111 | 110101 |
Color Harmonies of #DC3168
Complementary color
Monochromatic Colors of #DC3168
Black with #DC3168
Text Example
Text Example
White with #DC3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3168; }
p { color: rgb(220,49,104); }
H1.HeaderClassName
{
color: #DC3168;
}
.AnyTagClassName
{
color: #DC3168;
}
</style>
background-color css
<style>
a { background-color: #DC3168; }
a { background-color: rgb(220,49,104); }
div.DivClassName
{
background-color: #DC3168;
}
.BgClassName
{
background-color: #DC3168;
}
</style>
border-color css
<style>
span { border-color: #DC3168; }
span { border-color: rgb(220,49,104); }
td.TdClassName
{
border-color: #DC3168;
}
.TagClassName
{
border-color: #DC3168;
}
</style>