Shades of Cranberry #DC5F7A
Tints of Cranberry #DC5F7A
RGB
CMYK
RGB Variations
Color information
#DC5F7A (or 0xDC5F7A) is known color: Cranberry. HEX triplet: DC, 5F and 7A. RGB value is (220,95,122). Sum of RGB (Red+Green+Blue) = 220+95+122=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F7A is #23A085. Grayscale: #878787. Windows color (decimal): -2334854 or 8019932. OLE color: 8019932.
HSL color Cylindrical-coordinate representation of color #DC5F7A: hue angle of 347.04º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F7A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 122 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.14 |
| HSL | 347.04º | 0.64% | 0.62% | - |
| HSV(B) | 347.04º | 0.57% | 0.86% | - |
| XYZ | 37.12 | 24.81 | 21.24 | - |
| YUV | 135.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 122 | 0 | 0.57 | 0.45 | 0.14 | 347.04 | 0.64 | 0.62 |
| Hex | DC | 5F | 7A | 0 | 39 | 2D | E | 15B | 40 | 3E |
| Octal | 334 | 137 | 172 | 0 | 71 | 55 | 16 | 533 | 100 | 76 |
| Binary | 11011100 | 1011111 | 1111010 | 0 | 111001 | 101101 | 1110 | 101011011 | 1000000 | 111110 |
Color Harmonies of #DC5F7A
Complementary color
Monochromatic Colors of #DC5F7A
Black with #DC5F7A
Text Example
Text Example
White with #DC5F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F7A; }
p { color: rgb(220,95,122); }
H1.HeaderClassName
{
color: #DC5F7A;
}
.AnyTagClassName
{
color: #DC5F7A;
}
</style>
background-color css
<style>
a { background-color: #DC5F7A; }
a { background-color: rgb(220,95,122); }
div.DivClassName
{
background-color: #DC5F7A;
}
.BgClassName
{
background-color: #DC5F7A;
}
</style>
border-color css
<style>
span { border-color: #DC5F7A; }
span { border-color: rgb(220,95,122); }
td.TdClassName
{
border-color: #DC5F7A;
}
.TagClassName
{
border-color: #DC5F7A;
}
</style>