Shades of Cranberry #D64873
Tints of Cranberry #D64873
RGB
CMYK
RGB Variations
Color information
#D64873 (or 0xD64873) is known color: Cranberry. HEX triplet: D6, 48 and 73. RGB value is (214,72,115). Sum of RGB (Red+Green+Blue) = 214+72+115=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D64873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64873 is #29B78C. Grayscale: #777777. Windows color (decimal): -2733965 or 7555286. OLE color: 7555286.
HSL color Cylindrical-coordinate representation of color #D64873: hue angle of 341.83º 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 #D64873 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 115 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.16 |
| HSL | 341.83º | 0.63% | 0.56% | - |
| HSV(B) | 341.83º | 0.66% | 0.84% | - |
| XYZ | 33.14 | 20.17 | 18.37 | - |
| YUV | 119.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 115 | 0 | 0.66 | 0.46 | 0.16 | 341.83 | 0.63 | 0.56 |
| Hex | D6 | 48 | 73 | 0 | 42 | 2E | 10 | 156 | 3F | 38 |
| Octal | 326 | 110 | 163 | 0 | 102 | 56 | 20 | 526 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1110011 | 0 | 1000010 | 101110 | 10000 | 101010110 | 111111 | 111000 |
Color Harmonies of #D64873
Complementary color
Monochromatic Colors of #D64873
Black with #D64873
Text Example
Text Example
White with #D64873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64873; }
p { color: rgb(214,72,115); }
H1.HeaderClassName
{
color: #D64873;
}
.AnyTagClassName
{
color: #D64873;
}
</style>
background-color css
<style>
a { background-color: #D64873; }
a { background-color: rgb(214,72,115); }
div.DivClassName
{
background-color: #D64873;
}
.BgClassName
{
background-color: #D64873;
}
</style>
border-color css
<style>
span { border-color: #D64873; }
span { border-color: rgb(214,72,115); }
td.TdClassName
{
border-color: #D64873;
}
.TagClassName
{
border-color: #D64873;
}
</style>