Shades of Cerise #DC275B
Tints of Cerise #DC275B
RGB
CMYK
RGB Variations
Color information
#DC275B (or 0xDC275B) is known color: Cerise. HEX triplet: DC, 27 and 5B. RGB value is (220,39,91). Sum of RGB (Red+Green+Blue) = 220+39+91=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC275B is #23D8A4. Grayscale: #636363. Windows color (decimal): -2349221 or 5973980. OLE color: 5973980.
HSL color Cylindrical-coordinate representation of color #DC275B: hue angle of 342.76º 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 #DC275B is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 91 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.14 |
| HSL | 342.76º | 0.72% | 0.51% | - |
| HSV(B) | 342.76º | 0.82% | 0.86% | - |
| XYZ | 32.13 | 17.42 | 11.57 | - |
| YUV | 99.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 91 | 0 | 0.82 | 0.59 | 0.14 | 342.76 | 0.72 | 0.51 |
| Hex | DC | 27 | 5B | 0 | 52 | 3B | E | 157 | 48 | 33 |
| Octal | 334 | 47 | 133 | 0 | 122 | 73 | 16 | 527 | 110 | 63 |
| Binary | 11011100 | 100111 | 1011011 | 0 | 1010010 | 111011 | 1110 | 101010111 | 1001000 | 110011 |
Color Harmonies of #DC275B
Complementary color
Monochromatic Colors of #DC275B
Black with #DC275B
Text Example
Text Example
White with #DC275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC275B; }
p { color: rgb(220,39,91); }
H1.HeaderClassName
{
color: #DC275B;
}
.AnyTagClassName
{
color: #DC275B;
}
</style>
background-color css
<style>
a { background-color: #DC275B; }
a { background-color: rgb(220,39,91); }
div.DivClassName
{
background-color: #DC275B;
}
.BgClassName
{
background-color: #DC275B;
}
</style>
border-color css
<style>
span { border-color: #DC275B; }
span { border-color: rgb(220,39,91); }
td.TdClassName
{
border-color: #DC275B;
}
.TagClassName
{
border-color: #DC275B;
}
</style>