Shades of Cranberry #D65186
Tints of Cranberry #D65186
RGB
CMYK
RGB Variations
Color information
#D65186 (or 0xD65186) is known color: Cranberry. HEX triplet: D6, 51 and 86. RGB value is (214,81,134). Sum of RGB (Red+Green+Blue) = 214+81+134=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D65186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65186 is #29AE79. Grayscale: #7E7E7E. Windows color (decimal): -2731642 or 8802774. OLE color: 8802774.
HSL color Cylindrical-coordinate representation of color #D65186: hue angle of 336.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65186 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 134 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.16 |
| HSL | 336.09º | 0.62% | 0.58% | - |
| HSV(B) | 336.09º | 0.62% | 0.84% | - |
| XYZ | 34.98 | 21.9 | 24.94 | - |
| YUV | 126.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 134 | 0 | 0.62 | 0.37 | 0.16 | 336.09 | 0.62 | 0.58 |
| Hex | D6 | 51 | 86 | 0 | 3E | 25 | 10 | 150 | 3E | 3A |
| Octal | 326 | 121 | 206 | 0 | 76 | 45 | 20 | 520 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10000110 | 0 | 111110 | 100101 | 10000 | 101010000 | 111110 | 111010 |
Color Harmonies of #D65186
Complementary color
Monochromatic Colors of #D65186
Black with #D65186
Text Example
Text Example
White with #D65186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65186; }
p { color: rgb(214,81,134); }
H1.HeaderClassName
{
color: #D65186;
}
.AnyTagClassName
{
color: #D65186;
}
</style>
background-color css
<style>
a { background-color: #D65186; }
a { background-color: rgb(214,81,134); }
div.DivClassName
{
background-color: #D65186;
}
.BgClassName
{
background-color: #D65186;
}
</style>
border-color css
<style>
span { border-color: #D65186; }
span { border-color: rgb(214,81,134); }
td.TdClassName
{
border-color: #D65186;
}
.TagClassName
{
border-color: #D65186;
}
</style>