Shades of Cerise #DC335F
Tints of Cerise #DC335F
RGB
CMYK
RGB Variations
Color information
#DC335F (or 0xDC335F) is known color: Cerise. HEX triplet: DC, 33 and 5F. RGB value is (220,51,95). Sum of RGB (Red+Green+Blue) = 220+51+95=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC335F is #23CCA0. Grayscale: #6A6A6A. Windows color (decimal): -2346145 or 6239196. OLE color: 6239196.
HSL color Cylindrical-coordinate representation of color #DC335F: hue angle of 344.38º 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 #DC335F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 95 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.14 |
| HSL | 344.38º | 0.71% | 0.53% | - |
| HSV(B) | 344.38º | 0.77% | 0.86% | - |
| XYZ | 32.76 | 18.41 | 12.65 | - |
| YUV | 106.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 95 | 0 | 0.77 | 0.57 | 0.14 | 344.38 | 0.71 | 0.53 |
| Hex | DC | 33 | 5F | 0 | 4D | 39 | E | 158 | 47 | 35 |
| Octal | 334 | 63 | 137 | 0 | 115 | 71 | 16 | 530 | 107 | 65 |
| Binary | 11011100 | 110011 | 1011111 | 0 | 1001101 | 111001 | 1110 | 101011000 | 1000111 | 110101 |
Color Harmonies of #DC335F
Complementary color
Monochromatic Colors of #DC335F
Black with #DC335F
Text Example
Text Example
White with #DC335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC335F; }
p { color: rgb(220,51,95); }
H1.HeaderClassName
{
color: #DC335F;
}
.AnyTagClassName
{
color: #DC335F;
}
</style>
background-color css
<style>
a { background-color: #DC335F; }
a { background-color: rgb(220,51,95); }
div.DivClassName
{
background-color: #DC335F;
}
.BgClassName
{
background-color: #DC335F;
}
</style>
border-color css
<style>
span { border-color: #DC335F; }
span { border-color: rgb(220,51,95); }
td.TdClassName
{
border-color: #DC335F;
}
.TagClassName
{
border-color: #DC335F;
}
</style>