Shades of Cerise #DC266D
Tints of Cerise #DC266D
RGB
CMYK
RGB Variations
Color information
#DC266D (or 0xDC266D) is known color: Cerise. HEX triplet: DC, 26 and 6D. RGB value is (220,38,109). Sum of RGB (Red+Green+Blue) = 220+38+109=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC266D is #23D992. Grayscale: #646464. Windows color (decimal): -2349459 or 7153372. OLE color: 7153372.
HSL color Cylindrical-coordinate representation of color #DC266D: hue angle of 336.59º 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 #DC266D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 109 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.14 |
| HSL | 336.59º | 0.72% | 0.51% | - |
| HSV(B) | 336.59º | 0.83% | 0.86% | - |
| XYZ | 32.97 | 17.71 | 16.15 | - |
| YUV | 100.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 109 | 0 | 0.83 | 0.50 | 0.14 | 336.59 | 0.72 | 0.51 |
| Hex | DC | 26 | 6D | 0 | 53 | 32 | E | 151 | 48 | 33 |
| Octal | 334 | 46 | 155 | 0 | 123 | 62 | 16 | 521 | 110 | 63 |
| Binary | 11011100 | 100110 | 1101101 | 0 | 1010011 | 110010 | 1110 | 101010001 | 1001000 | 110011 |
Color Harmonies of #DC266D
Complementary color
Monochromatic Colors of #DC266D
Black with #DC266D
Text Example
Text Example
White with #DC266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC266D; }
p { color: rgb(220,38,109); }
H1.HeaderClassName
{
color: #DC266D;
}
.AnyTagClassName
{
color: #DC266D;
}
</style>
background-color css
<style>
a { background-color: #DC266D; }
a { background-color: rgb(220,38,109); }
div.DivClassName
{
background-color: #DC266D;
}
.BgClassName
{
background-color: #DC266D;
}
</style>
border-color css
<style>
span { border-color: #DC266D; }
span { border-color: rgb(220,38,109); }
td.TdClassName
{
border-color: #DC266D;
}
.TagClassName
{
border-color: #DC266D;
}
</style>