Shades of Cranberry #D64D84
Tints of Cranberry #D64D84
RGB
CMYK
RGB Variations
Color information
#D64D84 (or 0xD64D84) is known color: Cranberry. HEX triplet: D6, 4D and 84. RGB value is (214,77,132). Sum of RGB (Red+Green+Blue) = 214+77+132=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D84 is #29B27B. Grayscale: #7C7C7C. Windows color (decimal): -2732668 or 8670678. OLE color: 8670678.
HSL color Cylindrical-coordinate representation of color #D64D84: hue angle of 335.91º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64D84 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 132 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.16 |
| HSL | 335.91º | 0.63% | 0.57% | - |
| HSV(B) | 335.91º | 0.64% | 0.84% | - |
| XYZ | 34.55 | 21.27 | 24.11 | - |
| YUV | 124.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 132 | 0 | 0.64 | 0.38 | 0.16 | 335.91 | 0.63 | 0.57 |
| Hex | D6 | 4D | 84 | 0 | 40 | 26 | 10 | 150 | 3F | 39 |
| Octal | 326 | 115 | 204 | 0 | 100 | 46 | 20 | 520 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10000100 | 0 | 1000000 | 100110 | 10000 | 101010000 | 111111 | 111001 |
Color Harmonies of #D64D84
Complementary color
Monochromatic Colors of #D64D84
Black with #D64D84
Text Example
Text Example
White with #D64D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D84; }
p { color: rgb(214,77,132); }
H1.HeaderClassName
{
color: #D64D84;
}
.AnyTagClassName
{
color: #D64D84;
}
</style>
background-color css
<style>
a { background-color: #D64D84; }
a { background-color: rgb(214,77,132); }
div.DivClassName
{
background-color: #D64D84;
}
.BgClassName
{
background-color: #D64D84;
}
</style>
border-color css
<style>
span { border-color: #D64D84; }
span { border-color: rgb(214,77,132); }
td.TdClassName
{
border-color: #D64D84;
}
.TagClassName
{
border-color: #D64D84;
}
</style>