Shades of Cranberry #D64677
Tints of Cranberry #D64677
RGB
CMYK
RGB Variations
Color information
#D64677 (or 0xD64677) is known color: Cranberry. HEX triplet: D6, 46 and 77. RGB value is (214,70,119). Sum of RGB (Red+Green+Blue) = 214+70+119=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D64677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64677 is #29B988. Grayscale: #767676. Windows color (decimal): -2734473 or 7816918. OLE color: 7816918.
HSL color Cylindrical-coordinate representation of color #D64677: hue angle of 339.58º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64677 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 119 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.16 |
| HSL | 339.58º | 0.64% | 0.56% | - |
| HSV(B) | 339.58º | 0.67% | 0.84% | - |
| XYZ | 33.25 | 20.01 | 19.56 | - |
| YUV | 118.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 119 | 0 | 0.67 | 0.44 | 0.16 | 339.58 | 0.64 | 0.56 |
| Hex | D6 | 46 | 77 | 0 | 43 | 2C | 10 | 154 | 40 | 38 |
| Octal | 326 | 106 | 167 | 0 | 103 | 54 | 20 | 524 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1110111 | 0 | 1000011 | 101100 | 10000 | 101010100 | 1000000 | 111000 |
Color Harmonies of #D64677
Complementary color
Monochromatic Colors of #D64677
Black with #D64677
Text Example
Text Example
White with #D64677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64677; }
p { color: rgb(214,70,119); }
H1.HeaderClassName
{
color: #D64677;
}
.AnyTagClassName
{
color: #D64677;
}
</style>
background-color css
<style>
a { background-color: #D64677; }
a { background-color: rgb(214,70,119); }
div.DivClassName
{
background-color: #D64677;
}
.BgClassName
{
background-color: #D64677;
}
</style>
border-color css
<style>
span { border-color: #D64677; }
span { border-color: rgb(214,70,119); }
td.TdClassName
{
border-color: #D64677;
}
.TagClassName
{
border-color: #D64677;
}
</style>