Shades of Cerise #DC3375
Tints of Cerise #DC3375
RGB
CMYK
RGB Variations
Color information
#DC3375 (or 0xDC3375) is known color: Cerise. HEX triplet: DC, 33 and 75. RGB value is (220,51,117). Sum of RGB (Red+Green+Blue) = 220+51+117=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3375 is #23CC8A. Grayscale: #6C6C6C. Windows color (decimal): -2346123 or 7680988. OLE color: 7680988.
HSL color Cylindrical-coordinate representation of color #DC3375: hue angle of 336.57º 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 #DC3375 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 117 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.14 |
| HSL | 336.57º | 0.71% | 0.53% | - |
| HSV(B) | 336.57º | 0.77% | 0.86% | - |
| XYZ | 33.91 | 18.87 | 18.68 | - |
| YUV | 109.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 117 | 0 | 0.77 | 0.47 | 0.14 | 336.57 | 0.71 | 0.53 |
| Hex | DC | 33 | 75 | 0 | 4D | 2F | E | 151 | 47 | 35 |
| Octal | 334 | 63 | 165 | 0 | 115 | 57 | 16 | 521 | 107 | 65 |
| Binary | 11011100 | 110011 | 1110101 | 0 | 1001101 | 101111 | 1110 | 101010001 | 1000111 | 110101 |
Color Harmonies of #DC3375
Complementary color
Monochromatic Colors of #DC3375
Black with #DC3375
Text Example
Text Example
White with #DC3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3375; }
p { color: rgb(220,51,117); }
H1.HeaderClassName
{
color: #DC3375;
}
.AnyTagClassName
{
color: #DC3375;
}
</style>
background-color css
<style>
a { background-color: #DC3375; }
a { background-color: rgb(220,51,117); }
div.DivClassName
{
background-color: #DC3375;
}
.BgClassName
{
background-color: #DC3375;
}
</style>
border-color css
<style>
span { border-color: #DC3375; }
span { border-color: rgb(220,51,117); }
td.TdClassName
{
border-color: #DC3375;
}
.TagClassName
{
border-color: #DC3375;
}
</style>