Shades of Cerise #DC3258
Tints of Cerise #DC3258
RGB
CMYK
RGB Variations
Color information
#DC3258 (or 0xDC3258) is known color: Cerise. HEX triplet: DC, 32 and 58. RGB value is (220,50,88). Sum of RGB (Red+Green+Blue) = 220+50+88=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3258 is #23CDA7. Grayscale: #696969. Windows color (decimal): -2346408 or 5780188. OLE color: 5780188.
HSL color Cylindrical-coordinate representation of color #DC3258: hue angle of 346.59º 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 #DC3258 is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 88 | - |
| CMYK | 0 | 0.77 | 0.6 | 0.14 |
| HSL | 346.59º | 0.71% | 0.53% | - |
| HSV(B) | 346.59º | 0.77% | 0.86% | - |
| XYZ | 32.42 | 18.2 | 11.04 | - |
| YUV | 105.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 88 | 0 | 0.77 | 0.6 | 0.14 | 346.59 | 0.71 | 0.53 |
| Hex | DC | 32 | 58 | 0 | 4D | 3C | E | 15B | 47 | 35 |
| Octal | 334 | 62 | 130 | 0 | 115 | 74 | 16 | 533 | 107 | 65 |
| Binary | 11011100 | 110010 | 1011000 | 0 | 1001101 | 111100 | 1110 | 101011011 | 1000111 | 110101 |
Color Harmonies of #DC3258
Complementary color
Monochromatic Colors of #DC3258
Black with #DC3258
Text Example
Text Example
White with #DC3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3258; }
p { color: rgb(220,50,88); }
H1.HeaderClassName
{
color: #DC3258;
}
.AnyTagClassName
{
color: #DC3258;
}
</style>
background-color css
<style>
a { background-color: #DC3258; }
a { background-color: rgb(220,50,88); }
div.DivClassName
{
background-color: #DC3258;
}
.BgClassName
{
background-color: #DC3258;
}
</style>
border-color css
<style>
span { border-color: #DC3258; }
span { border-color: rgb(220,50,88); }
td.TdClassName
{
border-color: #DC3258;
}
.TagClassName
{
border-color: #DC3258;
}
</style>