Shades of Cerise #DC3661
Tints of Cerise #DC3661
RGB
CMYK
RGB Variations
Color information
#DC3661 (or 0xDC3661) is known color: Cerise. HEX triplet: DC, 36 and 61. RGB value is (220,54,97). Sum of RGB (Red+Green+Blue) = 220+54+97=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3661 is #23C99E. Grayscale: #6C6C6C. Windows color (decimal): -2345375 or 6371036. OLE color: 6371036.
HSL color Cylindrical-coordinate representation of color #DC3661: hue angle of 344.46º 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 #DC3661 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 97 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.14 |
| HSL | 344.46º | 0.7% | 0.54% | - |
| HSV(B) | 344.46º | 0.75% | 0.86% | - |
| XYZ | 32.99 | 18.72 | 13.18 | - |
| YUV | 108.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 97 | 0 | 0.75 | 0.56 | 0.14 | 344.46 | 0.7 | 0.54 |
| Hex | DC | 36 | 61 | 0 | 4B | 38 | E | 158 | 46 | 36 |
| Octal | 334 | 66 | 141 | 0 | 113 | 70 | 16 | 530 | 106 | 66 |
| Binary | 11011100 | 110110 | 1100001 | 0 | 1001011 | 111000 | 1110 | 101011000 | 1000110 | 110110 |
Color Harmonies of #DC3661
Complementary color
Monochromatic Colors of #DC3661
Black with #DC3661
Text Example
Text Example
White with #DC3661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3661; }
p { color: rgb(220,54,97); }
H1.HeaderClassName
{
color: #DC3661;
}
.AnyTagClassName
{
color: #DC3661;
}
</style>
background-color css
<style>
a { background-color: #DC3661; }
a { background-color: rgb(220,54,97); }
div.DivClassName
{
background-color: #DC3661;
}
.BgClassName
{
background-color: #DC3661;
}
</style>
border-color css
<style>
span { border-color: #DC3661; }
span { border-color: rgb(220,54,97); }
td.TdClassName
{
border-color: #DC3661;
}
.TagClassName
{
border-color: #DC3661;
}
</style>