Shades of Cranberry #D65777
Tints of Cranberry #D65777
RGB
CMYK
RGB Variations
Color information
#D65777 (or 0xD65777) is known color: Cranberry. HEX triplet: D6, 57 and 77. RGB value is (214,87,119). Sum of RGB (Red+Green+Blue) = 214+87+119=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D65777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65777 is #29A888. Grayscale: #808080. Windows color (decimal): -2730121 or 7821270. OLE color: 7821270.
HSL color Cylindrical-coordinate representation of color #D65777: hue angle of 344.88º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65777 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 119 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.16 |
| HSL | 344.88º | 0.61% | 0.59% | - |
| HSV(B) | 344.88º | 0.59% | 0.84% | - |
| XYZ | 34.47 | 22.44 | 19.97 | - |
| YUV | 128.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 119 | 0 | 0.59 | 0.44 | 0.16 | 344.88 | 0.61 | 0.59 |
| Hex | D6 | 57 | 77 | 0 | 3B | 2C | 10 | 159 | 3D | 3B |
| Octal | 326 | 127 | 167 | 0 | 73 | 54 | 20 | 531 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1110111 | 0 | 111011 | 101100 | 10000 | 101011001 | 111101 | 111011 |
Color Harmonies of #D65777
Complementary color
Monochromatic Colors of #D65777
Black with #D65777
Text Example
Text Example
White with #D65777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65777; }
p { color: rgb(214,87,119); }
H1.HeaderClassName
{
color: #D65777;
}
.AnyTagClassName
{
color: #D65777;
}
</style>
background-color css
<style>
a { background-color: #D65777; }
a { background-color: rgb(214,87,119); }
div.DivClassName
{
background-color: #D65777;
}
.BgClassName
{
background-color: #D65777;
}
</style>
border-color css
<style>
span { border-color: #D65777; }
span { border-color: rgb(214,87,119); }
td.TdClassName
{
border-color: #D65777;
}
.TagClassName
{
border-color: #D65777;
}
</style>