Shades of Cerise #DC3374
Tints of Cerise #DC3374
RGB
CMYK
RGB Variations
Color information
#DC3374 (or 0xDC3374) is known color: Cerise. HEX triplet: DC, 33 and 74. RGB value is (220,51,116). Sum of RGB (Red+Green+Blue) = 220+51+116=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3374 is #23CC8B. Grayscale: #6C6C6C. Windows color (decimal): -2346124 or 7615452. OLE color: 7615452.
HSL color Cylindrical-coordinate representation of color #DC3374: hue angle of 336.92º 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 #DC3374 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 116 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.14 |
| HSL | 336.92º | 0.71% | 0.53% | - |
| HSV(B) | 336.92º | 0.77% | 0.86% | - |
| XYZ | 33.85 | 18.84 | 18.38 | - |
| YUV | 108.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 116 | 0 | 0.77 | 0.47 | 0.14 | 336.92 | 0.71 | 0.53 |
| Hex | DC | 33 | 74 | 0 | 4D | 2F | E | 151 | 47 | 35 |
| Octal | 334 | 63 | 164 | 0 | 115 | 57 | 16 | 521 | 107 | 65 |
| Binary | 11011100 | 110011 | 1110100 | 0 | 1001101 | 101111 | 1110 | 101010001 | 1000111 | 110101 |
Color Harmonies of #DC3374
Complementary color
Monochromatic Colors of #DC3374
Black with #DC3374
Text Example
Text Example
White with #DC3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3374; }
p { color: rgb(220,51,116); }
H1.HeaderClassName
{
color: #DC3374;
}
.AnyTagClassName
{
color: #DC3374;
}
</style>
background-color css
<style>
a { background-color: #DC3374; }
a { background-color: rgb(220,51,116); }
div.DivClassName
{
background-color: #DC3374;
}
.BgClassName
{
background-color: #DC3374;
}
</style>
border-color css
<style>
span { border-color: #DC3374; }
span { border-color: rgb(220,51,116); }
td.TdClassName
{
border-color: #DC3374;
}
.TagClassName
{
border-color: #DC3374;
}
</style>