Shades of Cranberry #D65780
Tints of Cranberry #D65780
RGB
CMYK
RGB Variations
Color information
#D65780 (or 0xD65780) is known color: Cranberry. HEX triplet: D6, 57 and 80. RGB value is (214,87,128). Sum of RGB (Red+Green+Blue) = 214+87+128=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D65780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65780 is #29A87F. Grayscale: #818181. Windows color (decimal): -2730112 or 8411094. OLE color: 8411094.
HSL color Cylindrical-coordinate representation of color #D65780: hue angle of 340.63º 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 #D65780 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 128 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.16 |
| HSL | 340.63º | 0.61% | 0.59% | - |
| HSV(B) | 340.63º | 0.59% | 0.84% | - |
| XYZ | 35.04 | 22.67 | 22.95 | - |
| YUV | 129.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 128 | 0 | 0.59 | 0.40 | 0.16 | 340.63 | 0.61 | 0.59 |
| Hex | D6 | 57 | 80 | 0 | 3B | 28 | 10 | 155 | 3D | 3B |
| Octal | 326 | 127 | 200 | 0 | 73 | 50 | 20 | 525 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10000000 | 0 | 111011 | 101000 | 10000 | 101010101 | 111101 | 111011 |
Color Harmonies of #D65780
Complementary color
Monochromatic Colors of #D65780
Black with #D65780
Text Example
Text Example
White with #D65780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65780; }
p { color: rgb(214,87,128); }
H1.HeaderClassName
{
color: #D65780;
}
.AnyTagClassName
{
color: #D65780;
}
</style>
background-color css
<style>
a { background-color: #D65780; }
a { background-color: rgb(214,87,128); }
div.DivClassName
{
background-color: #D65780;
}
.BgClassName
{
background-color: #D65780;
}
</style>
border-color css
<style>
span { border-color: #D65780; }
span { border-color: rgb(214,87,128); }
td.TdClassName
{
border-color: #D65780;
}
.TagClassName
{
border-color: #D65780;
}
</style>