Shades of Cerise #DC3058
Tints of Cerise #DC3058
RGB
CMYK
RGB Variations
Color information
#DC3058 (or 0xDC3058) is known color: Cerise. HEX triplet: DC, 30 and 58. RGB value is (220,48,88). Sum of RGB (Red+Green+Blue) = 220+48+88=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3058 is #23CFA7. Grayscale: #686868. Windows color (decimal): -2346920 or 5779676. OLE color: 5779676.
HSL color Cylindrical-coordinate representation of color #DC3058: hue angle of 346.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3058 is Cyan = 0, Magento = 0.78, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 88 | - |
| CMYK | 0 | 0.78 | 0.6 | 0.14 |
| HSL | 346.05º | 0.71% | 0.53% | - |
| HSV(B) | 346.05º | 0.78% | 0.86% | - |
| XYZ | 32.33 | 18.03 | 11.01 | - |
| YUV | 103.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 88 | 0 | 0.78 | 0.6 | 0.14 | 346.05 | 0.71 | 0.53 |
| Hex | DC | 30 | 58 | 0 | 4E | 3C | E | 15A | 47 | 35 |
| Octal | 334 | 60 | 130 | 0 | 116 | 74 | 16 | 532 | 107 | 65 |
| Binary | 11011100 | 110000 | 1011000 | 0 | 1001110 | 111100 | 1110 | 101011010 | 1000111 | 110101 |
Color Harmonies of #DC3058
Complementary color
Monochromatic Colors of #DC3058
Black with #DC3058
Text Example
Text Example
White with #DC3058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3058; }
p { color: rgb(220,48,88); }
H1.HeaderClassName
{
color: #DC3058;
}
.AnyTagClassName
{
color: #DC3058;
}
</style>
background-color css
<style>
a { background-color: #DC3058; }
a { background-color: rgb(220,48,88); }
div.DivClassName
{
background-color: #DC3058;
}
.BgClassName
{
background-color: #DC3058;
}
</style>
border-color css
<style>
span { border-color: #DC3058; }
span { border-color: rgb(220,48,88); }
td.TdClassName
{
border-color: #DC3058;
}
.TagClassName
{
border-color: #DC3058;
}
</style>