Shades of Cranberry #D65584
Tints of Cranberry #D65584
RGB
CMYK
RGB Variations
Color information
#D65584 (or 0xD65584) is known color: Cranberry. HEX triplet: D6, 55 and 84. RGB value is (214,85,132). Sum of RGB (Red+Green+Blue) = 214+85+132=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D65584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65584 is #29AA7B. Grayscale: #808080. Windows color (decimal): -2730620 or 8672726. OLE color: 8672726.
HSL color Cylindrical-coordinate representation of color #D65584: hue angle of 338.14º 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 #D65584 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 132 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.16 |
| HSL | 338.14º | 0.61% | 0.59% | - |
| HSV(B) | 338.14º | 0.6% | 0.84% | - |
| XYZ | 35.14 | 22.46 | 24.31 | - |
| YUV | 128.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 132 | 0 | 0.60 | 0.38 | 0.16 | 338.14 | 0.61 | 0.59 |
| Hex | D6 | 55 | 84 | 0 | 3C | 26 | 10 | 152 | 3D | 3B |
| Octal | 326 | 125 | 204 | 0 | 74 | 46 | 20 | 522 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10000100 | 0 | 111100 | 100110 | 10000 | 101010010 | 111101 | 111011 |
Color Harmonies of #D65584
Complementary color
Monochromatic Colors of #D65584
Black with #D65584
Text Example
Text Example
White with #D65584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65584; }
p { color: rgb(214,85,132); }
H1.HeaderClassName
{
color: #D65584;
}
.AnyTagClassName
{
color: #D65584;
}
</style>
background-color css
<style>
a { background-color: #D65584; }
a { background-color: rgb(214,85,132); }
div.DivClassName
{
background-color: #D65584;
}
.BgClassName
{
background-color: #D65584;
}
</style>
border-color css
<style>
span { border-color: #D65584; }
span { border-color: rgb(214,85,132); }
td.TdClassName
{
border-color: #D65584;
}
.TagClassName
{
border-color: #D65584;
}
</style>