Shades of Cranberry #DC4578
Tints of Cranberry #DC4578
RGB
CMYK
RGB Variations
Color information
#DC4578 (or 0xDC4578) is known color: Cranberry. HEX triplet: DC, 45 and 78. RGB value is (220,69,120). Sum of RGB (Red+Green+Blue) = 220+69+120=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4578 is #23BA87. Grayscale: #777777. Windows color (decimal): -2341512 or 7882204. OLE color: 7882204.
HSL color Cylindrical-coordinate representation of color #DC4578: hue angle of 339.74º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4578 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 120 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.14 |
| HSL | 339.74º | 0.68% | 0.57% | - |
| HSV(B) | 339.74º | 0.69% | 0.86% | - |
| XYZ | 35.03 | 20.83 | 19.94 | - |
| YUV | 119.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 120 | 0 | 0.69 | 0.45 | 0.14 | 339.74 | 0.68 | 0.57 |
| Hex | DC | 45 | 78 | 0 | 45 | 2D | E | 154 | 44 | 39 |
| Octal | 334 | 105 | 170 | 0 | 105 | 55 | 16 | 524 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1111000 | 0 | 1000101 | 101101 | 1110 | 101010100 | 1000100 | 111001 |
Color Harmonies of #DC4578
Complementary color
Monochromatic Colors of #DC4578
Black with #DC4578
Text Example
Text Example
White with #DC4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4578; }
p { color: rgb(220,69,120); }
H1.HeaderClassName
{
color: #DC4578;
}
.AnyTagClassName
{
color: #DC4578;
}
</style>
background-color css
<style>
a { background-color: #DC4578; }
a { background-color: rgb(220,69,120); }
div.DivClassName
{
background-color: #DC4578;
}
.BgClassName
{
background-color: #DC4578;
}
</style>
border-color css
<style>
span { border-color: #DC4578; }
span { border-color: rgb(220,69,120); }
td.TdClassName
{
border-color: #DC4578;
}
.TagClassName
{
border-color: #DC4578;
}
</style>