Shades of Cranberry #D65785
Tints of Cranberry #D65785
RGB
CMYK
RGB Variations
Color information
#D65785 (or 0xD65785) is known color: Cranberry. HEX triplet: D6, 57 and 85. RGB value is (214,87,133). Sum of RGB (Red+Green+Blue) = 214+87+133=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D65785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65785 is #29A87A. Grayscale: #828282. Windows color (decimal): -2730107 or 8738774. OLE color: 8738774.
HSL color Cylindrical-coordinate representation of color #D65785: hue angle of 338.27º 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 #D65785 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 133 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.16 |
| HSL | 338.27º | 0.61% | 0.59% | - |
| HSV(B) | 338.27º | 0.59% | 0.84% | - |
| XYZ | 35.37 | 22.81 | 24.73 | - |
| YUV | 130.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 133 | 0 | 0.59 | 0.38 | 0.16 | 338.27 | 0.61 | 0.59 |
| Hex | D6 | 57 | 85 | 0 | 3B | 26 | 10 | 152 | 3D | 3B |
| Octal | 326 | 127 | 205 | 0 | 73 | 46 | 20 | 522 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10000101 | 0 | 111011 | 100110 | 10000 | 101010010 | 111101 | 111011 |
Color Harmonies of #D65785
Complementary color
Monochromatic Colors of #D65785
Black with #D65785
Text Example
Text Example
White with #D65785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65785; }
p { color: rgb(214,87,133); }
H1.HeaderClassName
{
color: #D65785;
}
.AnyTagClassName
{
color: #D65785;
}
</style>
background-color css
<style>
a { background-color: #D65785; }
a { background-color: rgb(214,87,133); }
div.DivClassName
{
background-color: #D65785;
}
.BgClassName
{
background-color: #D65785;
}
</style>
border-color css
<style>
span { border-color: #D65785; }
span { border-color: rgb(214,87,133); }
td.TdClassName
{
border-color: #D65785;
}
.TagClassName
{
border-color: #D65785;
}
</style>