Shades of Cerise #DC3F6D
Tints of Cerise #DC3F6D
RGB
CMYK
RGB Variations
Color information
#DC3F6D (or 0xDC3F6D) is known color: Cerise. HEX triplet: DC, 3F and 6D. RGB value is (220,63,109). Sum of RGB (Red+Green+Blue) = 220+63+109=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F6D is #23C092. Grayscale: #737373. Windows color (decimal): -2343059 or 7159772. OLE color: 7159772.
HSL color Cylindrical-coordinate representation of color #DC3F6D: hue angle of 342.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F6D is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 109 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.14 |
| HSL | 342.42º | 0.69% | 0.55% | - |
| HSV(B) | 342.42º | 0.71% | 0.86% | - |
| XYZ | 34.05 | 19.87 | 16.51 | - |
| YUV | 115.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 109 | 0 | 0.71 | 0.50 | 0.14 | 342.42 | 0.69 | 0.55 |
| Hex | DC | 3F | 6D | 0 | 47 | 32 | E | 156 | 45 | 37 |
| Octal | 334 | 77 | 155 | 0 | 107 | 62 | 16 | 526 | 105 | 67 |
| Binary | 11011100 | 111111 | 1101101 | 0 | 1000111 | 110010 | 1110 | 101010110 | 1000101 | 110111 |
Color Harmonies of #DC3F6D
Complementary color
Monochromatic Colors of #DC3F6D
Black with #DC3F6D
Text Example
Text Example
White with #DC3F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F6D; }
p { color: rgb(220,63,109); }
H1.HeaderClassName
{
color: #DC3F6D;
}
.AnyTagClassName
{
color: #DC3F6D;
}
</style>
background-color css
<style>
a { background-color: #DC3F6D; }
a { background-color: rgb(220,63,109); }
div.DivClassName
{
background-color: #DC3F6D;
}
.BgClassName
{
background-color: #DC3F6D;
}
</style>
border-color css
<style>
span { border-color: #DC3F6D; }
span { border-color: rgb(220,63,109); }
td.TdClassName
{
border-color: #DC3F6D;
}
.TagClassName
{
border-color: #DC3F6D;
}
</style>