Shades of Cerise #DC3861
Tints of Cerise #DC3861
RGB
CMYK
RGB Variations
Color information
#DC3861 (or 0xDC3861) is known color: Cerise. HEX triplet: DC, 38 and 61. RGB value is (220,56,97). Sum of RGB (Red+Green+Blue) = 220+56+97=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3861 is #23C79E. Grayscale: #6D6D6D. Windows color (decimal): -2344863 or 6371548. OLE color: 6371548.
HSL color Cylindrical-coordinate representation of color #DC3861: hue angle of 345º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3861 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 97 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.14 |
| HSL | 345º | 0.7% | 0.54% | - |
| HSV(B) | 345º | 0.75% | 0.86% | - |
| XYZ | 33.09 | 18.91 | 13.21 | - |
| YUV | 109.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 97 | 0 | 0.75 | 0.56 | 0.14 | 345 | 0.7 | 0.54 |
| Hex | DC | 38 | 61 | 0 | 4B | 38 | E | 159 | 46 | 36 |
| Octal | 334 | 70 | 141 | 0 | 113 | 70 | 16 | 531 | 106 | 66 |
| Binary | 11011100 | 111000 | 1100001 | 0 | 1001011 | 111000 | 1110 | 101011001 | 1000110 | 110110 |
Color Harmonies of #DC3861
Complementary color
Monochromatic Colors of #DC3861
Black with #DC3861
Text Example
Text Example
White with #DC3861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3861; }
p { color: rgb(220,56,97); }
H1.HeaderClassName
{
color: #DC3861;
}
.AnyTagClassName
{
color: #DC3861;
}
</style>
background-color css
<style>
a { background-color: #DC3861; }
a { background-color: rgb(220,56,97); }
div.DivClassName
{
background-color: #DC3861;
}
.BgClassName
{
background-color: #DC3861;
}
</style>
border-color css
<style>
span { border-color: #DC3861; }
span { border-color: rgb(220,56,97); }
td.TdClassName
{
border-color: #DC3861;
}
.TagClassName
{
border-color: #DC3861;
}
</style>