Shades of Cerise #DC3458
Tints of Cerise #DC3458
RGB
CMYK
RGB Variations
Color information
#DC3458 (or 0xDC3458) is known color: Cerise. HEX triplet: DC, 34 and 58. RGB value is (220,52,88). Sum of RGB (Red+Green+Blue) = 220+52+88=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3458 is #23CBA7. Grayscale: #6A6A6A. Windows color (decimal): -2345896 or 5780700. OLE color: 5780700.
HSL color Cylindrical-coordinate representation of color #DC3458: hue angle of 347.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3458 is Cyan = 0, Magento = 0.76, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 88 | - |
| CMYK | 0 | 0.76 | 0.6 | 0.14 |
| HSL | 347.14º | 0.71% | 0.53% | - |
| HSV(B) | 347.14º | 0.76% | 0.86% | - |
| XYZ | 32.5 | 18.38 | 11.07 | - |
| YUV | 106.34 | 117.66 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 88 | 0 | 0.76 | 0.6 | 0.14 | 347.14 | 0.71 | 0.53 |
| Hex | DC | 34 | 58 | 0 | 4C | 3C | E | 15B | 47 | 35 |
| Octal | 334 | 64 | 130 | 0 | 114 | 74 | 16 | 533 | 107 | 65 |
| Binary | 11011100 | 110100 | 1011000 | 0 | 1001100 | 111100 | 1110 | 101011011 | 1000111 | 110101 |
Color Harmonies of #DC3458
Complementary color
Monochromatic Colors of #DC3458
Black with #DC3458
Text Example
Text Example
White with #DC3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3458; }
p { color: rgb(220,52,88); }
H1.HeaderClassName
{
color: #DC3458;
}
.AnyTagClassName
{
color: #DC3458;
}
</style>
background-color css
<style>
a { background-color: #DC3458; }
a { background-color: rgb(220,52,88); }
div.DivClassName
{
background-color: #DC3458;
}
.BgClassName
{
background-color: #DC3458;
}
</style>
border-color css
<style>
span { border-color: #DC3458; }
span { border-color: rgb(220,52,88); }
td.TdClassName
{
border-color: #DC3458;
}
.TagClassName
{
border-color: #DC3458;
}
</style>