Shades of Cranberry #D56084
Tints of Cranberry #D56084
RGB
CMYK
RGB Variations
Color information
#D56084 (or 0xD56084) is known color: Cranberry. HEX triplet: D5, 60 and 84. RGB value is (213,96,132). Sum of RGB (Red+Green+Blue) = 213+96+132=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D56084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56084 is #2A9F7B. Grayscale: #878787. Windows color (decimal): -2793340 or 8675541. OLE color: 8675541.
HSL color Cylindrical-coordinate representation of color #D56084: hue angle of 341.54º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56084 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 132 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.16 |
| HSL | 341.54º | 0.58% | 0.61% | - |
| HSV(B) | 341.54º | 0.55% | 0.84% | - |
| XYZ | 35.79 | 24.18 | 24.61 | - |
| YUV | 135.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 132 | 0 | 0.55 | 0.38 | 0.16 | 341.54 | 0.58 | 0.61 |
| Hex | D5 | 60 | 84 | 0 | 37 | 26 | 10 | 156 | 3A | 3D |
| Octal | 325 | 140 | 204 | 0 | 67 | 46 | 20 | 526 | 72 | 75 |
| Binary | 11010101 | 1100000 | 10000100 | 0 | 110111 | 100110 | 10000 | 101010110 | 111010 | 111101 |
Color Harmonies of #D56084
Complementary color
Monochromatic Colors of #D56084
Black with #D56084
Text Example
Text Example
White with #D56084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56084; }
p { color: rgb(213,96,132); }
H1.HeaderClassName
{
color: #D56084;
}
.AnyTagClassName
{
color: #D56084;
}
</style>
background-color css
<style>
a { background-color: #D56084; }
a { background-color: rgb(213,96,132); }
div.DivClassName
{
background-color: #D56084;
}
.BgClassName
{
background-color: #D56084;
}
</style>
border-color css
<style>
span { border-color: #D56084; }
span { border-color: rgb(213,96,132); }
td.TdClassName
{
border-color: #D56084;
}
.TagClassName
{
border-color: #D56084;
}
</style>