Shades of Cerise #DC3659
Tints of Cerise #DC3659
RGB
CMYK
RGB Variations
Color information
#DC3659 (or 0xDC3659) is known color: Cerise. HEX triplet: DC, 36 and 59. RGB value is (220,54,89). Sum of RGB (Red+Green+Blue) = 220+54+89=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3659 is #23C9A6. Grayscale: #6B6B6B. Windows color (decimal): -2345383 or 5846748. OLE color: 5846748.
HSL color Cylindrical-coordinate representation of color #DC3659: hue angle of 347.35º 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 #DC3659 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 89 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.14 |
| HSL | 347.35º | 0.7% | 0.54% | - |
| HSV(B) | 347.35º | 0.75% | 0.86% | - |
| XYZ | 32.64 | 18.58 | 11.32 | - |
| YUV | 107.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 89 | 0 | 0.75 | 0.60 | 0.14 | 347.35 | 0.7 | 0.54 |
| Hex | DC | 36 | 59 | 0 | 4B | 3C | E | 15B | 46 | 36 |
| Octal | 334 | 66 | 131 | 0 | 113 | 74 | 16 | 533 | 106 | 66 |
| Binary | 11011100 | 110110 | 1011001 | 0 | 1001011 | 111100 | 1110 | 101011011 | 1000110 | 110110 |
Color Harmonies of #DC3659
Complementary color
Monochromatic Colors of #DC3659
Black with #DC3659
Text Example
Text Example
White with #DC3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3659; }
p { color: rgb(220,54,89); }
H1.HeaderClassName
{
color: #DC3659;
}
.AnyTagClassName
{
color: #DC3659;
}
</style>
background-color css
<style>
a { background-color: #DC3659; }
a { background-color: rgb(220,54,89); }
div.DivClassName
{
background-color: #DC3659;
}
.BgClassName
{
background-color: #DC3659;
}
</style>
border-color css
<style>
span { border-color: #DC3659; }
span { border-color: rgb(220,54,89); }
td.TdClassName
{
border-color: #DC3659;
}
.TagClassName
{
border-color: #DC3659;
}
</style>