Shades of Cerise #DC3869
Tints of Cerise #DC3869
RGB
CMYK
RGB Variations
Color information
#DC3869 (or 0xDC3869) is known color: Cerise. HEX triplet: DC, 38 and 69. RGB value is (220,56,105). Sum of RGB (Red+Green+Blue) = 220+56+105=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3869 is #23C796. Grayscale: #6E6E6E. Windows color (decimal): -2344855 or 6895836. OLE color: 6895836.
HSL color Cylindrical-coordinate representation of color #DC3869: hue angle of 342.07º 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 #DC3869 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 105 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.14 |
| HSL | 342.07º | 0.7% | 0.54% | - |
| HSV(B) | 342.07º | 0.75% | 0.86% | - |
| XYZ | 33.48 | 19.06 | 15.28 | - |
| YUV | 110.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 105 | 0 | 0.75 | 0.52 | 0.14 | 342.07 | 0.7 | 0.54 |
| Hex | DC | 38 | 69 | 0 | 4B | 34 | E | 156 | 46 | 36 |
| Octal | 334 | 70 | 151 | 0 | 113 | 64 | 16 | 526 | 106 | 66 |
| Binary | 11011100 | 111000 | 1101001 | 0 | 1001011 | 110100 | 1110 | 101010110 | 1000110 | 110110 |
Color Harmonies of #DC3869
Complementary color
Monochromatic Colors of #DC3869
Black with #DC3869
Text Example
Text Example
White with #DC3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3869; }
p { color: rgb(220,56,105); }
H1.HeaderClassName
{
color: #DC3869;
}
.AnyTagClassName
{
color: #DC3869;
}
</style>
background-color css
<style>
a { background-color: #DC3869; }
a { background-color: rgb(220,56,105); }
div.DivClassName
{
background-color: #DC3869;
}
.BgClassName
{
background-color: #DC3869;
}
</style>
border-color css
<style>
span { border-color: #DC3869; }
span { border-color: rgb(220,56,105); }
td.TdClassName
{
border-color: #DC3869;
}
.TagClassName
{
border-color: #DC3869;
}
</style>