Shades of Cranberry #D64F86
Tints of Cranberry #D64F86
RGB
CMYK
RGB Variations
Color information
#D64F86 (or 0xD64F86) is known color: Cranberry. HEX triplet: D6, 4F and 86. RGB value is (214,79,134). Sum of RGB (Red+Green+Blue) = 214+79+134=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F86 is #29B079. Grayscale: #7D7D7D. Windows color (decimal): -2732154 or 8802262. OLE color: 8802262.
HSL color Cylindrical-coordinate representation of color #D64F86: hue angle of 335.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64F86 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 134 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.16 |
| HSL | 335.56º | 0.62% | 0.57% | - |
| HSV(B) | 335.56º | 0.63% | 0.84% | - |
| XYZ | 34.83 | 21.61 | 24.89 | - |
| YUV | 125.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 134 | 0 | 0.63 | 0.37 | 0.16 | 335.56 | 0.62 | 0.57 |
| Hex | D6 | 4F | 86 | 0 | 3F | 25 | 10 | 150 | 3E | 39 |
| Octal | 326 | 117 | 206 | 0 | 77 | 45 | 20 | 520 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10000110 | 0 | 111111 | 100101 | 10000 | 101010000 | 111110 | 111001 |
Color Harmonies of #D64F86
Complementary color
Monochromatic Colors of #D64F86
Black with #D64F86
Text Example
Text Example
White with #D64F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F86; }
p { color: rgb(214,79,134); }
H1.HeaderClassName
{
color: #D64F86;
}
.AnyTagClassName
{
color: #D64F86;
}
</style>
background-color css
<style>
a { background-color: #D64F86; }
a { background-color: rgb(214,79,134); }
div.DivClassName
{
background-color: #D64F86;
}
.BgClassName
{
background-color: #D64F86;
}
</style>
border-color css
<style>
span { border-color: #D64F86; }
span { border-color: rgb(214,79,134); }
td.TdClassName
{
border-color: #D64F86;
}
.TagClassName
{
border-color: #D64F86;
}
</style>