Shades of Cranberry #DC577F
Tints of Cranberry #DC577F
RGB
CMYK
RGB Variations
Color information
#DC577F (or 0xDC577F) is known color: Cranberry. HEX triplet: DC, 57 and 7F. RGB value is (220,87,127). Sum of RGB (Red+Green+Blue) = 220+87+127=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC577F is #23A880. Grayscale: #838383. Windows color (decimal): -2336897 or 8345564. OLE color: 8345564.
HSL color Cylindrical-coordinate representation of color #DC577F: hue angle of 341.95º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC577F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 127 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.14 |
| HSL | 341.95º | 0.66% | 0.6% | - |
| HSV(B) | 341.95º | 0.6% | 0.86% | - |
| XYZ | 36.75 | 23.56 | 22.69 | - |
| YUV | 131.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 127 | 0 | 0.60 | 0.42 | 0.14 | 341.95 | 0.66 | 0.6 |
| Hex | DC | 57 | 7F | 0 | 3C | 2A | E | 156 | 42 | 3C |
| Octal | 334 | 127 | 177 | 0 | 74 | 52 | 16 | 526 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1111111 | 0 | 111100 | 101010 | 1110 | 101010110 | 1000010 | 111100 |
Color Harmonies of #DC577F
Complementary color
Monochromatic Colors of #DC577F
Black with #DC577F
Text Example
Text Example
White with #DC577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC577F; }
p { color: rgb(220,87,127); }
H1.HeaderClassName
{
color: #DC577F;
}
.AnyTagClassName
{
color: #DC577F;
}
</style>
background-color css
<style>
a { background-color: #DC577F; }
a { background-color: rgb(220,87,127); }
div.DivClassName
{
background-color: #DC577F;
}
.BgClassName
{
background-color: #DC577F;
}
</style>
border-color css
<style>
span { border-color: #DC577F; }
span { border-color: rgb(220,87,127); }
td.TdClassName
{
border-color: #DC577F;
}
.TagClassName
{
border-color: #DC577F;
}
</style>