Shades of Cerise #DC3358
Tints of Cerise #DC3358
RGB
CMYK
RGB Variations
Color information
#DC3358 (or 0xDC3358) is known color: Cerise. HEX triplet: DC, 33 and 58. RGB value is (220,51,88). Sum of RGB (Red+Green+Blue) = 220+51+88=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3358 is #23CCA7. Grayscale: #696969. Windows color (decimal): -2346152 or 5780444. OLE color: 5780444.
HSL color Cylindrical-coordinate representation of color #DC3358: hue angle of 346.86º 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 #DC3358 is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 88 | - |
| CMYK | 0 | 0.77 | 0.6 | 0.14 |
| HSL | 346.86º | 0.71% | 0.53% | - |
| HSV(B) | 346.86º | 0.77% | 0.86% | - |
| XYZ | 32.46 | 18.29 | 11.05 | - |
| YUV | 105.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 88 | 0 | 0.77 | 0.6 | 0.14 | 346.86 | 0.71 | 0.53 |
| Hex | DC | 33 | 58 | 0 | 4D | 3C | E | 15B | 47 | 35 |
| Octal | 334 | 63 | 130 | 0 | 115 | 74 | 16 | 533 | 107 | 65 |
| Binary | 11011100 | 110011 | 1011000 | 0 | 1001101 | 111100 | 1110 | 101011011 | 1000111 | 110101 |
Color Harmonies of #DC3358
Complementary color
Monochromatic Colors of #DC3358
Black with #DC3358
Text Example
Text Example
White with #DC3358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3358; }
p { color: rgb(220,51,88); }
H1.HeaderClassName
{
color: #DC3358;
}
.AnyTagClassName
{
color: #DC3358;
}
</style>
background-color css
<style>
a { background-color: #DC3358; }
a { background-color: rgb(220,51,88); }
div.DivClassName
{
background-color: #DC3358;
}
.BgClassName
{
background-color: #DC3358;
}
</style>
border-color css
<style>
span { border-color: #DC3358; }
span { border-color: rgb(220,51,88); }
td.TdClassName
{
border-color: #DC3358;
}
.TagClassName
{
border-color: #DC3358;
}
</style>