Shades of Cranberry #D64884
Tints of Cranberry #D64884
RGB
CMYK
RGB Variations
Color information
#D64884 (or 0xD64884) is known color: Cranberry. HEX triplet: D6, 48 and 84. RGB value is (214,72,132). Sum of RGB (Red+Green+Blue) = 214+72+132=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D64884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64884 is #29B77B. Grayscale: #797979. Windows color (decimal): -2733948 or 8669398. OLE color: 8669398.
HSL color Cylindrical-coordinate representation of color #D64884: hue angle of 334.65º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64884 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 132 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.16 |
| HSL | 334.65º | 0.63% | 0.56% | - |
| HSV(B) | 334.65º | 0.66% | 0.84% | - |
| XYZ | 34.21 | 20.6 | 24 | - |
| YUV | 121.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 132 | 0 | 0.66 | 0.38 | 0.16 | 334.65 | 0.63 | 0.56 |
| Hex | D6 | 48 | 84 | 0 | 42 | 26 | 10 | 14F | 3F | 38 |
| Octal | 326 | 110 | 204 | 0 | 102 | 46 | 20 | 517 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10000100 | 0 | 1000010 | 100110 | 10000 | 101001111 | 111111 | 111000 |
Color Harmonies of #D64884
Complementary color
Monochromatic Colors of #D64884
Black with #D64884
Text Example
Text Example
White with #D64884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64884; }
p { color: rgb(214,72,132); }
H1.HeaderClassName
{
color: #D64884;
}
.AnyTagClassName
{
color: #D64884;
}
</style>
background-color css
<style>
a { background-color: #D64884; }
a { background-color: rgb(214,72,132); }
div.DivClassName
{
background-color: #D64884;
}
.BgClassName
{
background-color: #D64884;
}
</style>
border-color css
<style>
span { border-color: #D64884; }
span { border-color: rgb(214,72,132); }
td.TdClassName
{
border-color: #D64884;
}
.TagClassName
{
border-color: #D64884;
}
</style>