Shades of Cerise #DC3270
Tints of Cerise #DC3270
RGB
CMYK
RGB Variations
Color information
#DC3270 (or 0xDC3270) is known color: Cerise. HEX triplet: DC, 32 and 70. RGB value is (220,50,112). Sum of RGB (Red+Green+Blue) = 220+50+112=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3270 is #23CD8F. Grayscale: #6B6B6B. Windows color (decimal): -2346384 or 7353052. OLE color: 7353052.
HSL color Cylindrical-coordinate representation of color #DC3270: hue angle of 338.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3270 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 112 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.14 |
| HSL | 338.12º | 0.71% | 0.53% | - |
| HSV(B) | 338.12º | 0.77% | 0.86% | - |
| XYZ | 33.58 | 18.67 | 17.16 | - |
| YUV | 107.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 112 | 0 | 0.77 | 0.49 | 0.14 | 338.12 | 0.71 | 0.53 |
| Hex | DC | 32 | 70 | 0 | 4D | 31 | E | 152 | 47 | 35 |
| Octal | 334 | 62 | 160 | 0 | 115 | 61 | 16 | 522 | 107 | 65 |
| Binary | 11011100 | 110010 | 1110000 | 0 | 1001101 | 110001 | 1110 | 101010010 | 1000111 | 110101 |
Color Harmonies of #DC3270
Complementary color
Monochromatic Colors of #DC3270
Black with #DC3270
Text Example
Text Example
White with #DC3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3270; }
p { color: rgb(220,50,112); }
H1.HeaderClassName
{
color: #DC3270;
}
.AnyTagClassName
{
color: #DC3270;
}
</style>
background-color css
<style>
a { background-color: #DC3270; }
a { background-color: rgb(220,50,112); }
div.DivClassName
{
background-color: #DC3270;
}
.BgClassName
{
background-color: #DC3270;
}
</style>
border-color css
<style>
span { border-color: #DC3270; }
span { border-color: rgb(220,50,112); }
td.TdClassName
{
border-color: #DC3270;
}
.TagClassName
{
border-color: #DC3270;
}
</style>