Shades of Cerise #DC276B
Tints of Cerise #DC276B
RGB
CMYK
RGB Variations
Color information
#DC276B (or 0xDC276B) is known color: Cerise. HEX triplet: DC, 27 and 6B. RGB value is (220,39,107). Sum of RGB (Red+Green+Blue) = 220+39+107=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC276B is #23D894. Grayscale: #646464. Windows color (decimal): -2349205 or 7022556. OLE color: 7022556.
HSL color Cylindrical-coordinate representation of color #DC276B: hue angle of 337.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 #DC276B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 107 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.14 |
| HSL | 337.46º | 0.72% | 0.51% | - |
| HSV(B) | 337.46º | 0.82% | 0.86% | - |
| XYZ | 32.89 | 17.73 | 15.6 | - |
| YUV | 100.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 107 | 0 | 0.82 | 0.51 | 0.14 | 337.46 | 0.72 | 0.51 |
| Hex | DC | 27 | 6B | 0 | 52 | 33 | E | 151 | 48 | 33 |
| Octal | 334 | 47 | 153 | 0 | 122 | 63 | 16 | 521 | 110 | 63 |
| Binary | 11011100 | 100111 | 1101011 | 0 | 1010010 | 110011 | 1110 | 101010001 | 1001000 | 110011 |
Color Harmonies of #DC276B
Complementary color
Monochromatic Colors of #DC276B
Black with #DC276B
Text Example
Text Example
White with #DC276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC276B; }
p { color: rgb(220,39,107); }
H1.HeaderClassName
{
color: #DC276B;
}
.AnyTagClassName
{
color: #DC276B;
}
</style>
background-color css
<style>
a { background-color: #DC276B; }
a { background-color: rgb(220,39,107); }
div.DivClassName
{
background-color: #DC276B;
}
.BgClassName
{
background-color: #DC276B;
}
</style>
border-color css
<style>
span { border-color: #DC276B; }
span { border-color: rgb(220,39,107); }
td.TdClassName
{
border-color: #DC276B;
}
.TagClassName
{
border-color: #DC276B;
}
</style>