Shades of Cranberry #D65087
Tints of Cranberry #D65087
RGB
CMYK
RGB Variations
Color information
#D65087 (or 0xD65087) is known color: Cranberry. HEX triplet: D6, 50 and 87. RGB value is (214,80,135). Sum of RGB (Red+Green+Blue) = 214+80+135=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D65087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65087 is #29AF78. Grayscale: #7E7E7E. Windows color (decimal): -2731897 or 8868054. OLE color: 8868054.
HSL color Cylindrical-coordinate representation of color #D65087: hue angle of 335.37º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65087 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 135 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.16 |
| HSL | 335.37º | 0.62% | 0.58% | - |
| HSV(B) | 335.37º | 0.63% | 0.84% | - |
| XYZ | 34.97 | 21.78 | 25.28 | - |
| YUV | 126.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 135 | 0 | 0.63 | 0.37 | 0.16 | 335.37 | 0.62 | 0.58 |
| Hex | D6 | 50 | 87 | 0 | 3F | 25 | 10 | 14F | 3E | 3A |
| Octal | 326 | 120 | 207 | 0 | 77 | 45 | 20 | 517 | 76 | 72 |
| Binary | 11010110 | 1010000 | 10000111 | 0 | 111111 | 100101 | 10000 | 101001111 | 111110 | 111010 |
Color Harmonies of #D65087
Complementary color
Monochromatic Colors of #D65087
Black with #D65087
Text Example
Text Example
White with #D65087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65087; }
p { color: rgb(214,80,135); }
H1.HeaderClassName
{
color: #D65087;
}
.AnyTagClassName
{
color: #D65087;
}
</style>
background-color css
<style>
a { background-color: #D65087; }
a { background-color: rgb(214,80,135); }
div.DivClassName
{
background-color: #D65087;
}
.BgClassName
{
background-color: #D65087;
}
</style>
border-color css
<style>
span { border-color: #D65087; }
span { border-color: rgb(214,80,135); }
td.TdClassName
{
border-color: #D65087;
}
.TagClassName
{
border-color: #D65087;
}
</style>