Shades of Cranberry #D65486
Tints of Cranberry #D65486
RGB
CMYK
RGB Variations
Color information
#D65486 (or 0xD65486) is known color: Cranberry. HEX triplet: D6, 54 and 86. RGB value is (214,84,134). Sum of RGB (Red+Green+Blue) = 214+84+134=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65486 is #29AB79. Grayscale: #808080. Windows color (decimal): -2730874 or 8803542. OLE color: 8803542.
HSL color Cylindrical-coordinate representation of color #D65486: hue angle of 336.92º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65486 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 134 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.16 |
| HSL | 336.92º | 0.61% | 0.58% | - |
| HSV(B) | 336.92º | 0.61% | 0.84% | - |
| XYZ | 35.2 | 22.36 | 25.01 | - |
| YUV | 128.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 134 | 0 | 0.61 | 0.37 | 0.16 | 336.92 | 0.61 | 0.58 |
| Hex | D6 | 54 | 86 | 0 | 3D | 25 | 10 | 151 | 3D | 3A |
| Octal | 326 | 124 | 206 | 0 | 75 | 45 | 20 | 521 | 75 | 72 |
| Binary | 11010110 | 1010100 | 10000110 | 0 | 111101 | 100101 | 10000 | 101010001 | 111101 | 111010 |
Color Harmonies of #D65486
Complementary color
Monochromatic Colors of #D65486
Black with #D65486
Text Example
Text Example
White with #D65486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65486; }
p { color: rgb(214,84,134); }
H1.HeaderClassName
{
color: #D65486;
}
.AnyTagClassName
{
color: #D65486;
}
</style>
background-color css
<style>
a { background-color: #D65486; }
a { background-color: rgb(214,84,134); }
div.DivClassName
{
background-color: #D65486;
}
.BgClassName
{
background-color: #D65486;
}
</style>
border-color css
<style>
span { border-color: #D65486; }
span { border-color: rgb(214,84,134); }
td.TdClassName
{
border-color: #D65486;
}
.TagClassName
{
border-color: #D65486;
}
</style>