Shades of Cerise #DC3465
Tints of Cerise #DC3465
RGB
CMYK
RGB Variations
Color information
#DC3465 (or 0xDC3465) is known color: Cerise. HEX triplet: DC, 34 and 65. RGB value is (220,52,101). Sum of RGB (Red+Green+Blue) = 220+52+101=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3465 is #23CB9A. Grayscale: #6B6B6B. Windows color (decimal): -2345883 or 6632668. OLE color: 6632668.
HSL color Cylindrical-coordinate representation of color #DC3465: hue angle of 342.5º 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 #DC3465 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 101 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.14 |
| HSL | 342.5º | 0.71% | 0.53% | - |
| HSV(B) | 342.5º | 0.76% | 0.86% | - |
| XYZ | 33.09 | 18.61 | 14.16 | - |
| YUV | 107.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 101 | 0 | 0.76 | 0.54 | 0.14 | 342.5 | 0.71 | 0.53 |
| Hex | DC | 34 | 65 | 0 | 4C | 36 | E | 156 | 47 | 35 |
| Octal | 334 | 64 | 145 | 0 | 114 | 66 | 16 | 526 | 107 | 65 |
| Binary | 11011100 | 110100 | 1100101 | 0 | 1001100 | 110110 | 1110 | 101010110 | 1000111 | 110101 |
Color Harmonies of #DC3465
Complementary color
Monochromatic Colors of #DC3465
Black with #DC3465
Text Example
Text Example
White with #DC3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3465; }
p { color: rgb(220,52,101); }
H1.HeaderClassName
{
color: #DC3465;
}
.AnyTagClassName
{
color: #DC3465;
}
</style>
background-color css
<style>
a { background-color: #DC3465; }
a { background-color: rgb(220,52,101); }
div.DivClassName
{
background-color: #DC3465;
}
.BgClassName
{
background-color: #DC3465;
}
</style>
border-color css
<style>
span { border-color: #DC3465; }
span { border-color: rgb(220,52,101); }
td.TdClassName
{
border-color: #DC3465;
}
.TagClassName
{
border-color: #DC3465;
}
</style>