Shades of Cranberry #D64986
Tints of Cranberry #D64986
RGB
CMYK
RGB Variations
Color information
#D64986 (or 0xD64986) is known color: Cranberry. HEX triplet: D6, 49 and 86. RGB value is (214,73,134). Sum of RGB (Red+Green+Blue) = 214+73+134=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D64986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64986 is #29B679. Grayscale: #7A7A7A. Windows color (decimal): -2733690 or 8800726. OLE color: 8800726.
HSL color Cylindrical-coordinate representation of color #D64986: hue angle of 334.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64986 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 134 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.16 |
| HSL | 334.04º | 0.63% | 0.56% | - |
| HSV(B) | 334.04º | 0.66% | 0.84% | - |
| XYZ | 34.42 | 20.78 | 24.75 | - |
| YUV | 122.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 134 | 0 | 0.66 | 0.37 | 0.16 | 334.04 | 0.63 | 0.56 |
| Hex | D6 | 49 | 86 | 0 | 42 | 25 | 10 | 14E | 3F | 38 |
| Octal | 326 | 111 | 206 | 0 | 102 | 45 | 20 | 516 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10000110 | 0 | 1000010 | 100101 | 10000 | 101001110 | 111111 | 111000 |
Color Harmonies of #D64986
Complementary color
Monochromatic Colors of #D64986
Black with #D64986
Text Example
Text Example
White with #D64986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64986; }
p { color: rgb(214,73,134); }
H1.HeaderClassName
{
color: #D64986;
}
.AnyTagClassName
{
color: #D64986;
}
</style>
background-color css
<style>
a { background-color: #D64986; }
a { background-color: rgb(214,73,134); }
div.DivClassName
{
background-color: #D64986;
}
.BgClassName
{
background-color: #D64986;
}
</style>
border-color css
<style>
span { border-color: #D64986; }
span { border-color: rgb(214,73,134); }
td.TdClassName
{
border-color: #D64986;
}
.TagClassName
{
border-color: #D64986;
}
</style>