Shades of Cerise #DC276E
Tints of Cerise #DC276E
RGB
CMYK
RGB Variations
Color information
#DC276E (or 0xDC276E) is known color: Cerise. HEX triplet: DC, 27 and 6E. RGB value is (220,39,110). Sum of RGB (Red+Green+Blue) = 220+39+110=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC276E is #23D891. Grayscale: #656565. Windows color (decimal): -2349202 or 7219164. OLE color: 7219164.
HSL color Cylindrical-coordinate representation of color #DC276E: hue angle of 336.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC276E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 110 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.14 |
| HSL | 336.46º | 0.72% | 0.51% | - |
| HSV(B) | 336.46º | 0.82% | 0.86% | - |
| XYZ | 33.06 | 17.79 | 16.44 | - |
| YUV | 101.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 110 | 0 | 0.82 | 0.50 | 0.14 | 336.46 | 0.72 | 0.51 |
| Hex | DC | 27 | 6E | 0 | 52 | 32 | E | 150 | 48 | 33 |
| Octal | 334 | 47 | 156 | 0 | 122 | 62 | 16 | 520 | 110 | 63 |
| Binary | 11011100 | 100111 | 1101110 | 0 | 1010010 | 110010 | 1110 | 101010000 | 1001000 | 110011 |
Color Harmonies of #DC276E
Complementary color
Monochromatic Colors of #DC276E
Black with #DC276E
Text Example
Text Example
White with #DC276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC276E; }
p { color: rgb(220,39,110); }
H1.HeaderClassName
{
color: #DC276E;
}
.AnyTagClassName
{
color: #DC276E;
}
</style>
background-color css
<style>
a { background-color: #DC276E; }
a { background-color: rgb(220,39,110); }
div.DivClassName
{
background-color: #DC276E;
}
.BgClassName
{
background-color: #DC276E;
}
</style>
border-color css
<style>
span { border-color: #DC276E; }
span { border-color: rgb(220,39,110); }
td.TdClassName
{
border-color: #DC276E;
}
.TagClassName
{
border-color: #DC276E;
}
</style>