Shades of Cranberry #D65576
Tints of Cranberry #D65576
RGB
CMYK
RGB Variations
Color information
#D65576 (or 0xD65576) is known color: Cranberry. HEX triplet: D6, 55 and 76. RGB value is (214,85,118). Sum of RGB (Red+Green+Blue) = 214+85+118=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D65576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65576 is #29AA89. Grayscale: #7F7F7F. Windows color (decimal): -2730634 or 7755222. OLE color: 7755222.
HSL color Cylindrical-coordinate representation of color #D65576: hue angle of 344.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65576 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 118 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.16 |
| HSL | 344.65º | 0.61% | 0.59% | - |
| HSV(B) | 344.65º | 0.6% | 0.84% | - |
| XYZ | 34.25 | 22.1 | 19.6 | - |
| YUV | 127.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 118 | 0 | 0.60 | 0.45 | 0.16 | 344.65 | 0.61 | 0.59 |
| Hex | D6 | 55 | 76 | 0 | 3C | 2D | 10 | 159 | 3D | 3B |
| Octal | 326 | 125 | 166 | 0 | 74 | 55 | 20 | 531 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1110110 | 0 | 111100 | 101101 | 10000 | 101011001 | 111101 | 111011 |
Color Harmonies of #D65576
Complementary color
Monochromatic Colors of #D65576
Black with #D65576
Text Example
Text Example
White with #D65576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65576; }
p { color: rgb(214,85,118); }
H1.HeaderClassName
{
color: #D65576;
}
.AnyTagClassName
{
color: #D65576;
}
</style>
background-color css
<style>
a { background-color: #D65576; }
a { background-color: rgb(214,85,118); }
div.DivClassName
{
background-color: #D65576;
}
.BgClassName
{
background-color: #D65576;
}
</style>
border-color css
<style>
span { border-color: #D65576; }
span { border-color: rgb(214,85,118); }
td.TdClassName
{
border-color: #D65576;
}
.TagClassName
{
border-color: #D65576;
}
</style>