Shades of Cranberry #D65876
Tints of Cranberry #D65876
RGB
CMYK
RGB Variations
Color information
#D65876 (or 0xD65876) is known color: Cranberry. HEX triplet: D6, 58 and 76. RGB value is (214,88,118). Sum of RGB (Red+Green+Blue) = 214+88+118=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D65876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65876 is #29A789. Grayscale: #818181. Windows color (decimal): -2729866 or 7755990. OLE color: 7755990.
HSL color Cylindrical-coordinate representation of color #D65876: hue angle of 345.71º 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 #D65876 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 118 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.16 |
| HSL | 345.71º | 0.61% | 0.59% | - |
| HSV(B) | 345.71º | 0.59% | 0.84% | - |
| XYZ | 34.49 | 22.58 | 19.68 | - |
| YUV | 129.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 118 | 0 | 0.59 | 0.45 | 0.16 | 345.71 | 0.61 | 0.59 |
| Hex | D6 | 58 | 76 | 0 | 3B | 2D | 10 | 15A | 3D | 3B |
| Octal | 326 | 130 | 166 | 0 | 73 | 55 | 20 | 532 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1110110 | 0 | 111011 | 101101 | 10000 | 101011010 | 111101 | 111011 |
Color Harmonies of #D65876
Complementary color
Monochromatic Colors of #D65876
Black with #D65876
Text Example
Text Example
White with #D65876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65876; }
p { color: rgb(214,88,118); }
H1.HeaderClassName
{
color: #D65876;
}
.AnyTagClassName
{
color: #D65876;
}
</style>
background-color css
<style>
a { background-color: #D65876; }
a { background-color: rgb(214,88,118); }
div.DivClassName
{
background-color: #D65876;
}
.BgClassName
{
background-color: #D65876;
}
</style>
border-color css
<style>
span { border-color: #D65876; }
span { border-color: rgb(214,88,118); }
td.TdClassName
{
border-color: #D65876;
}
.TagClassName
{
border-color: #D65876;
}
</style>