Shades of Cerise #DC336C
Tints of Cerise #DC336C
RGB
CMYK
RGB Variations
Color information
#DC336C (or 0xDC336C) is known color: Cerise. HEX triplet: DC, 33 and 6C. RGB value is (220,51,108). Sum of RGB (Red+Green+Blue) = 220+51+108=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC336C is #23CC93. Grayscale: #6B6B6B. Windows color (decimal): -2346132 or 7091164. OLE color: 7091164.
HSL color Cylindrical-coordinate representation of color #DC336C: hue angle of 339.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC336C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 108 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.14 |
| HSL | 339.76º | 0.71% | 0.53% | - |
| HSV(B) | 339.76º | 0.77% | 0.86% | - |
| XYZ | 33.41 | 18.67 | 16.03 | - |
| YUV | 108.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 108 | 0 | 0.77 | 0.51 | 0.14 | 339.76 | 0.71 | 0.53 |
| Hex | DC | 33 | 6C | 0 | 4D | 33 | E | 154 | 47 | 35 |
| Octal | 334 | 63 | 154 | 0 | 115 | 63 | 16 | 524 | 107 | 65 |
| Binary | 11011100 | 110011 | 1101100 | 0 | 1001101 | 110011 | 1110 | 101010100 | 1000111 | 110101 |
Color Harmonies of #DC336C
Complementary color
Monochromatic Colors of #DC336C
Black with #DC336C
Text Example
Text Example
White with #DC336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC336C; }
p { color: rgb(220,51,108); }
H1.HeaderClassName
{
color: #DC336C;
}
.AnyTagClassName
{
color: #DC336C;
}
</style>
background-color css
<style>
a { background-color: #DC336C; }
a { background-color: rgb(220,51,108); }
div.DivClassName
{
background-color: #DC336C;
}
.BgClassName
{
background-color: #DC336C;
}
</style>
border-color css
<style>
span { border-color: #DC336C; }
span { border-color: rgb(220,51,108); }
td.TdClassName
{
border-color: #DC336C;
}
.TagClassName
{
border-color: #DC336C;
}
</style>