Shades of Cranberry #DC4F7E
Tints of Cranberry #DC4F7E
RGB
CMYK
RGB Variations
Color information
#DC4F7E (or 0xDC4F7E) is known color: Cranberry. HEX triplet: DC, 4F and 7E. RGB value is (220,79,126). Sum of RGB (Red+Green+Blue) = 220+79+126=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F7E is #23B081. Grayscale: #7E7E7E. Windows color (decimal): -2338946 or 8277980. OLE color: 8277980.
HSL color Cylindrical-coordinate representation of color #DC4F7E: hue angle of 340º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F7E is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 126 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.14 |
| HSL | 340º | 0.67% | 0.59% | - |
| HSV(B) | 340º | 0.64% | 0.86% | - |
| XYZ | 36.08 | 22.31 | 22.14 | - |
| YUV | 126.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 126 | 0 | 0.64 | 0.43 | 0.14 | 340 | 0.67 | 0.59 |
| Hex | DC | 4F | 7E | 0 | 40 | 2B | E | 154 | 43 | 3B |
| Octal | 334 | 117 | 176 | 0 | 100 | 53 | 16 | 524 | 103 | 73 |
| Binary | 11011100 | 1001111 | 1111110 | 0 | 1000000 | 101011 | 1110 | 101010100 | 1000011 | 111011 |
Color Harmonies of #DC4F7E
Complementary color
Monochromatic Colors of #DC4F7E
Black with #DC4F7E
Text Example
Text Example
White with #DC4F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F7E; }
p { color: rgb(220,79,126); }
H1.HeaderClassName
{
color: #DC4F7E;
}
.AnyTagClassName
{
color: #DC4F7E;
}
</style>
background-color css
<style>
a { background-color: #DC4F7E; }
a { background-color: rgb(220,79,126); }
div.DivClassName
{
background-color: #DC4F7E;
}
.BgClassName
{
background-color: #DC4F7E;
}
</style>
border-color css
<style>
span { border-color: #DC4F7E; }
span { border-color: rgb(220,79,126); }
td.TdClassName
{
border-color: #DC4F7E;
}
.TagClassName
{
border-color: #DC4F7E;
}
</style>