Shades of Cerise #DC266C
Tints of Cerise #DC266C
RGB
CMYK
RGB Variations
Color information
#DC266C (or 0xDC266C) is known color: Cerise. HEX triplet: DC, 26 and 6C. RGB value is (220,38,108). Sum of RGB (Red+Green+Blue) = 220+38+108=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC266C is #23D993. Grayscale: #646464. Windows color (decimal): -2349460 or 7087836. OLE color: 7087836.
HSL color Cylindrical-coordinate representation of color #DC266C: hue angle of 336.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC266C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 108 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.14 |
| HSL | 336.92º | 0.72% | 0.51% | - |
| HSV(B) | 336.92º | 0.83% | 0.86% | - |
| XYZ | 32.92 | 17.68 | 15.87 | - |
| YUV | 100.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 108 | 0 | 0.83 | 0.51 | 0.14 | 336.92 | 0.72 | 0.51 |
| Hex | DC | 26 | 6C | 0 | 53 | 33 | E | 151 | 48 | 33 |
| Octal | 334 | 46 | 154 | 0 | 123 | 63 | 16 | 521 | 110 | 63 |
| Binary | 11011100 | 100110 | 1101100 | 0 | 1010011 | 110011 | 1110 | 101010001 | 1001000 | 110011 |
Color Harmonies of #DC266C
Complementary color
Monochromatic Colors of #DC266C
Black with #DC266C
Text Example
Text Example
White with #DC266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC266C; }
p { color: rgb(220,38,108); }
H1.HeaderClassName
{
color: #DC266C;
}
.AnyTagClassName
{
color: #DC266C;
}
</style>
background-color css
<style>
a { background-color: #DC266C; }
a { background-color: rgb(220,38,108); }
div.DivClassName
{
background-color: #DC266C;
}
.BgClassName
{
background-color: #DC266C;
}
</style>
border-color css
<style>
span { border-color: #DC266C; }
span { border-color: rgb(220,38,108); }
td.TdClassName
{
border-color: #DC266C;
}
.TagClassName
{
border-color: #DC266C;
}
</style>