Shades of Cerise #DC275A
Tints of Cerise #DC275A
RGB
CMYK
RGB Variations
Color information
#DC275A (or 0xDC275A) is known color: Cerise. HEX triplet: DC, 27 and 5A. RGB value is (220,39,90). Sum of RGB (Red+Green+Blue) = 220+39+90=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC275A is #23D8A5. Grayscale: #626262. Windows color (decimal): -2349222 or 5908444. OLE color: 5908444.
HSL color Cylindrical-coordinate representation of color #DC275A: hue angle of 343.09º 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 #DC275A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 90 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.14 |
| HSL | 343.09º | 0.72% | 0.51% | - |
| HSV(B) | 343.09º | 0.82% | 0.86% | - |
| XYZ | 32.09 | 17.4 | 11.34 | - |
| YUV | 98.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 90 | 0 | 0.82 | 0.59 | 0.14 | 343.09 | 0.72 | 0.51 |
| Hex | DC | 27 | 5A | 0 | 52 | 3B | E | 157 | 48 | 33 |
| Octal | 334 | 47 | 132 | 0 | 122 | 73 | 16 | 527 | 110 | 63 |
| Binary | 11011100 | 100111 | 1011010 | 0 | 1010010 | 111011 | 1110 | 101010111 | 1001000 | 110011 |
Color Harmonies of #DC275A
Complementary color
Monochromatic Colors of #DC275A
Black with #DC275A
Text Example
Text Example
White with #DC275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC275A; }
p { color: rgb(220,39,90); }
H1.HeaderClassName
{
color: #DC275A;
}
.AnyTagClassName
{
color: #DC275A;
}
</style>
background-color css
<style>
a { background-color: #DC275A; }
a { background-color: rgb(220,39,90); }
div.DivClassName
{
background-color: #DC275A;
}
.BgClassName
{
background-color: #DC275A;
}
</style>
border-color css
<style>
span { border-color: #DC275A; }
span { border-color: rgb(220,39,90); }
td.TdClassName
{
border-color: #DC275A;
}
.TagClassName
{
border-color: #DC275A;
}
</style>