Shades of Cranberry #DC4F83
Tints of Cranberry #DC4F83
RGB
CMYK
RGB Variations
Color information
#DC4F83 (or 0xDC4F83) is known color: Cranberry. HEX triplet: DC, 4F and 83. RGB value is (220,79,131). Sum of RGB (Red+Green+Blue) = 220+79+131=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F83 is #23B07C. Grayscale: #7F7F7F. Windows color (decimal): -2338941 or 8605660. OLE color: 8605660.
HSL color Cylindrical-coordinate representation of color #DC4F83: hue angle of 337.87º 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 #DC4F83 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 131 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.14 |
| HSL | 337.87º | 0.67% | 0.59% | - |
| HSV(B) | 337.87º | 0.64% | 0.86% | - |
| XYZ | 36.41 | 22.45 | 23.89 | - |
| YUV | 127.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 131 | 0 | 0.64 | 0.40 | 0.14 | 337.87 | 0.67 | 0.59 |
| Hex | DC | 4F | 83 | 0 | 40 | 28 | E | 152 | 43 | 3B |
| Octal | 334 | 117 | 203 | 0 | 100 | 50 | 16 | 522 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10000011 | 0 | 1000000 | 101000 | 1110 | 101010010 | 1000011 | 111011 |
Color Harmonies of #DC4F83
Complementary color
Monochromatic Colors of #DC4F83
Black with #DC4F83
Text Example
Text Example
White with #DC4F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F83; }
p { color: rgb(220,79,131); }
H1.HeaderClassName
{
color: #DC4F83;
}
.AnyTagClassName
{
color: #DC4F83;
}
</style>
background-color css
<style>
a { background-color: #DC4F83; }
a { background-color: rgb(220,79,131); }
div.DivClassName
{
background-color: #DC4F83;
}
.BgClassName
{
background-color: #DC4F83;
}
</style>
border-color css
<style>
span { border-color: #DC4F83; }
span { border-color: rgb(220,79,131); }
td.TdClassName
{
border-color: #DC4F83;
}
.TagClassName
{
border-color: #DC4F83;
}
</style>