Shades of Cranberry #D64776
Tints of Cranberry #D64776
RGB
CMYK
RGB Variations
Color information
#D64776 (or 0xD64776) is known color: Cranberry. HEX triplet: D6, 47 and 76. RGB value is (214,71,118). Sum of RGB (Red+Green+Blue) = 214+71+118=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D64776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64776 is #29B889. Grayscale: #777777. Windows color (decimal): -2734218 or 7751638. OLE color: 7751638.
HSL color Cylindrical-coordinate representation of color #D64776: hue angle of 340.28º 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 #D64776 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 118 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.16 |
| HSL | 340.28º | 0.64% | 0.56% | - |
| HSV(B) | 340.28º | 0.67% | 0.84% | - |
| XYZ | 33.25 | 20.11 | 19.27 | - |
| YUV | 119.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 118 | 0 | 0.67 | 0.45 | 0.16 | 340.28 | 0.64 | 0.56 |
| Hex | D6 | 47 | 76 | 0 | 43 | 2D | 10 | 154 | 40 | 38 |
| Octal | 326 | 107 | 166 | 0 | 103 | 55 | 20 | 524 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1110110 | 0 | 1000011 | 101101 | 10000 | 101010100 | 1000000 | 111000 |
Color Harmonies of #D64776
Complementary color
Monochromatic Colors of #D64776
Black with #D64776
Text Example
Text Example
White with #D64776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64776; }
p { color: rgb(214,71,118); }
H1.HeaderClassName
{
color: #D64776;
}
.AnyTagClassName
{
color: #D64776;
}
</style>
background-color css
<style>
a { background-color: #D64776; }
a { background-color: rgb(214,71,118); }
div.DivClassName
{
background-color: #D64776;
}
.BgClassName
{
background-color: #D64776;
}
</style>
border-color css
<style>
span { border-color: #D64776; }
span { border-color: rgb(214,71,118); }
td.TdClassName
{
border-color: #D64776;
}
.TagClassName
{
border-color: #D64776;
}
</style>