Shades of Cranberry #D65A77
Tints of Cranberry #D65A77
RGB
CMYK
RGB Variations
Color information
#D65A77 (or 0xD65A77) is known color: Cranberry. HEX triplet: D6, 5A and 77. RGB value is (214,90,119). Sum of RGB (Red+Green+Blue) = 214+90+119=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A77 is #29A588. Grayscale: #828282. Windows color (decimal): -2729353 or 7822038. OLE color: 7822038.
HSL color Cylindrical-coordinate representation of color #D65A77: hue angle of 345.97º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65A77 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 119 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.16 |
| HSL | 345.97º | 0.6% | 0.6% | - |
| HSV(B) | 345.97º | 0.58% | 0.84% | - |
| XYZ | 34.72 | 22.94 | 20.05 | - |
| YUV | 130.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 119 | 0 | 0.58 | 0.44 | 0.16 | 345.97 | 0.6 | 0.6 |
| Hex | D6 | 5A | 77 | 0 | 3A | 2C | 10 | 15A | 3C | 3C |
| Octal | 326 | 132 | 167 | 0 | 72 | 54 | 20 | 532 | 74 | 74 |
| Binary | 11010110 | 1011010 | 1110111 | 0 | 111010 | 101100 | 10000 | 101011010 | 111100 | 111100 |
Color Harmonies of #D65A77
Complementary color
Monochromatic Colors of #D65A77
Black with #D65A77
Text Example
Text Example
White with #D65A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A77; }
p { color: rgb(214,90,119); }
H1.HeaderClassName
{
color: #D65A77;
}
.AnyTagClassName
{
color: #D65A77;
}
</style>
background-color css
<style>
a { background-color: #D65A77; }
a { background-color: rgb(214,90,119); }
div.DivClassName
{
background-color: #D65A77;
}
.BgClassName
{
background-color: #D65A77;
}
</style>
border-color css
<style>
span { border-color: #D65A77; }
span { border-color: rgb(214,90,119); }
td.TdClassName
{
border-color: #D65A77;
}
.TagClassName
{
border-color: #D65A77;
}
</style>