Shades of Cranberry #D65984
Tints of Cranberry #D65984
RGB
CMYK
RGB Variations
Color information
#D65984 (or 0xD65984) is known color: Cranberry. HEX triplet: D6, 59 and 84. RGB value is (214,89,132). Sum of RGB (Red+Green+Blue) = 214+89+132=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D65984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65984 is #29A67B. Grayscale: #838383. Windows color (decimal): -2729596 or 8673750. OLE color: 8673750.
HSL color Cylindrical-coordinate representation of color #D65984: hue angle of 339.36º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65984 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 132 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.16 |
| HSL | 339.36º | 0.6% | 0.59% | - |
| HSV(B) | 339.36º | 0.58% | 0.84% | - |
| XYZ | 35.47 | 23.11 | 24.42 | - |
| YUV | 131.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 132 | 0 | 0.58 | 0.38 | 0.16 | 339.36 | 0.6 | 0.59 |
| Hex | D6 | 59 | 84 | 0 | 3A | 26 | 10 | 153 | 3C | 3B |
| Octal | 326 | 131 | 204 | 0 | 72 | 46 | 20 | 523 | 74 | 73 |
| Binary | 11010110 | 1011001 | 10000100 | 0 | 111010 | 100110 | 10000 | 101010011 | 111100 | 111011 |
Color Harmonies of #D65984
Complementary color
Monochromatic Colors of #D65984
Black with #D65984
Text Example
Text Example
White with #D65984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65984; }
p { color: rgb(214,89,132); }
H1.HeaderClassName
{
color: #D65984;
}
.AnyTagClassName
{
color: #D65984;
}
</style>
background-color css
<style>
a { background-color: #D65984; }
a { background-color: rgb(214,89,132); }
div.DivClassName
{
background-color: #D65984;
}
.BgClassName
{
background-color: #D65984;
}
</style>
border-color css
<style>
span { border-color: #D65984; }
span { border-color: rgb(214,89,132); }
td.TdClassName
{
border-color: #D65984;
}
.TagClassName
{
border-color: #D65984;
}
</style>