Shades of Cranberry #D35680
Tints of Cranberry #D35680
RGB
CMYK
RGB Variations
Color information
#D35680 (or 0xD35680) is known color: Cranberry. HEX triplet: D3, 56 and 80. RGB value is (211,86,128). Sum of RGB (Red+Green+Blue) = 211+86+128=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D35680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35680 is #2CA97F. Grayscale: #808080. Windows color (decimal): -2926976 or 8410835. OLE color: 8410835.
HSL color Cylindrical-coordinate representation of color #D35680: hue angle of 339.84º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35680 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 128 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.17 |
| HSL | 339.84º | 0.59% | 0.58% | - |
| HSV(B) | 339.84º | 0.59% | 0.83% | - |
| XYZ | 34.09 | 22.06 | 22.88 | - |
| YUV | 128.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 128 | 0 | 0.59 | 0.39 | 0.17 | 339.84 | 0.59 | 0.58 |
| Hex | D3 | 56 | 80 | 0 | 3B | 27 | 11 | 154 | 3B | 3A |
| Octal | 323 | 126 | 200 | 0 | 73 | 47 | 21 | 524 | 73 | 72 |
| Binary | 11010011 | 1010110 | 10000000 | 0 | 111011 | 100111 | 10001 | 101010100 | 111011 | 111010 |
Color Harmonies of #D35680
Complementary color
Monochromatic Colors of #D35680
Black with #D35680
Text Example
Text Example
White with #D35680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35680; }
p { color: rgb(211,86,128); }
H1.HeaderClassName
{
color: #D35680;
}
.AnyTagClassName
{
color: #D35680;
}
</style>
background-color css
<style>
a { background-color: #D35680; }
a { background-color: rgb(211,86,128); }
div.DivClassName
{
background-color: #D35680;
}
.BgClassName
{
background-color: #D35680;
}
</style>
border-color css
<style>
span { border-color: #D35680; }
span { border-color: rgb(211,86,128); }
td.TdClassName
{
border-color: #D35680;
}
.TagClassName
{
border-color: #D35680;
}
</style>