Shades of Cerise #DC3A75
Tints of Cerise #DC3A75
RGB
CMYK
RGB Variations
Color information
#DC3A75 (or 0xDC3A75) is known color: Cerise. HEX triplet: DC, 3A and 75. RGB value is (220,58,117). Sum of RGB (Red+Green+Blue) = 220+58+117=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A75 is #23C58A. Grayscale: #717171. Windows color (decimal): -2344331 or 7682780. OLE color: 7682780.
HSL color Cylindrical-coordinate representation of color #DC3A75: hue angle of 338.15º 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 #DC3A75 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 117 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.14 |
| HSL | 338.15º | 0.7% | 0.55% | - |
| HSV(B) | 338.15º | 0.74% | 0.86% | - |
| XYZ | 34.24 | 19.53 | 18.79 | - |
| YUV | 113.16 | 130.17 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 117 | 0 | 0.74 | 0.47 | 0.14 | 338.15 | 0.7 | 0.55 |
| Hex | DC | 3A | 75 | 0 | 4A | 2F | E | 152 | 46 | 37 |
| Octal | 334 | 72 | 165 | 0 | 112 | 57 | 16 | 522 | 106 | 67 |
| Binary | 11011100 | 111010 | 1110101 | 0 | 1001010 | 101111 | 1110 | 101010010 | 1000110 | 110111 |
Color Harmonies of #DC3A75
Complementary color
Monochromatic Colors of #DC3A75
Black with #DC3A75
Text Example
Text Example
White with #DC3A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A75; }
p { color: rgb(220,58,117); }
H1.HeaderClassName
{
color: #DC3A75;
}
.AnyTagClassName
{
color: #DC3A75;
}
</style>
background-color css
<style>
a { background-color: #DC3A75; }
a { background-color: rgb(220,58,117); }
div.DivClassName
{
background-color: #DC3A75;
}
.BgClassName
{
background-color: #DC3A75;
}
</style>
border-color css
<style>
span { border-color: #DC3A75; }
span { border-color: rgb(220,58,117); }
td.TdClassName
{
border-color: #DC3A75;
}
.TagClassName
{
border-color: #DC3A75;
}
</style>