Shades of Cerise #DC3265
Tints of Cerise #DC3265
RGB
CMYK
RGB Variations
Color information
#DC3265 (or 0xDC3265) is known color: Cerise. HEX triplet: DC, 32 and 65. RGB value is (220,50,101). Sum of RGB (Red+Green+Blue) = 220+50+101=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3265 is #23CD9A. Grayscale: #6A6A6A. Windows color (decimal): -2346395 or 6632156. OLE color: 6632156.
HSL color Cylindrical-coordinate representation of color #DC3265: hue angle of 342º 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 #DC3265 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 101 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.14 |
| HSL | 342º | 0.71% | 0.53% | - |
| HSV(B) | 342º | 0.77% | 0.86% | - |
| XYZ | 33 | 18.44 | 14.13 | - |
| YUV | 106.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 101 | 0 | 0.77 | 0.54 | 0.14 | 342 | 0.71 | 0.53 |
| Hex | DC | 32 | 65 | 0 | 4D | 36 | E | 156 | 47 | 35 |
| Octal | 334 | 62 | 145 | 0 | 115 | 66 | 16 | 526 | 107 | 65 |
| Binary | 11011100 | 110010 | 1100101 | 0 | 1001101 | 110110 | 1110 | 101010110 | 1000111 | 110101 |
Color Harmonies of #DC3265
Complementary color
Monochromatic Colors of #DC3265
Black with #DC3265
Text Example
Text Example
White with #DC3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3265; }
p { color: rgb(220,50,101); }
H1.HeaderClassName
{
color: #DC3265;
}
.AnyTagClassName
{
color: #DC3265;
}
</style>
background-color css
<style>
a { background-color: #DC3265; }
a { background-color: rgb(220,50,101); }
div.DivClassName
{
background-color: #DC3265;
}
.BgClassName
{
background-color: #DC3265;
}
</style>
border-color css
<style>
span { border-color: #DC3265; }
span { border-color: rgb(220,50,101); }
td.TdClassName
{
border-color: #DC3265;
}
.TagClassName
{
border-color: #DC3265;
}
</style>