Shades of Cerise #DC3A6E
Tints of Cerise #DC3A6E
RGB
CMYK
RGB Variations
Color information
#DC3A6E (or 0xDC3A6E) is known color: Cerise. HEX triplet: DC, 3A and 6E. RGB value is (220,58,110). Sum of RGB (Red+Green+Blue) = 220+58+110=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A6E is #23C591. Grayscale: #707070. Windows color (decimal): -2344338 or 7224028. OLE color: 7224028.
HSL color Cylindrical-coordinate representation of color #DC3A6E: hue angle of 340.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A6E is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 110 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.14 |
| HSL | 340.74º | 0.7% | 0.55% | - |
| HSV(B) | 340.74º | 0.74% | 0.86% | - |
| XYZ | 33.84 | 19.37 | 16.71 | - |
| YUV | 112.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 110 | 0 | 0.74 | 0.50 | 0.14 | 340.74 | 0.7 | 0.55 |
| Hex | DC | 3A | 6E | 0 | 4A | 32 | E | 155 | 46 | 37 |
| Octal | 334 | 72 | 156 | 0 | 112 | 62 | 16 | 525 | 106 | 67 |
| Binary | 11011100 | 111010 | 1101110 | 0 | 1001010 | 110010 | 1110 | 101010101 | 1000110 | 110111 |
Color Harmonies of #DC3A6E
Complementary color
Monochromatic Colors of #DC3A6E
Black with #DC3A6E
Text Example
Text Example
White with #DC3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A6E; }
p { color: rgb(220,58,110); }
H1.HeaderClassName
{
color: #DC3A6E;
}
.AnyTagClassName
{
color: #DC3A6E;
}
</style>
background-color css
<style>
a { background-color: #DC3A6E; }
a { background-color: rgb(220,58,110); }
div.DivClassName
{
background-color: #DC3A6E;
}
.BgClassName
{
background-color: #DC3A6E;
}
</style>
border-color css
<style>
span { border-color: #DC3A6E; }
span { border-color: rgb(220,58,110); }
td.TdClassName
{
border-color: #DC3A6E;
}
.TagClassName
{
border-color: #DC3A6E;
}
</style>