Shades of Cranberry #D64670
Tints of Cranberry #D64670
RGB
CMYK
RGB Variations
Color information
#D64670 (or 0xD64670) is known color: Cranberry. HEX triplet: D6, 46 and 70. RGB value is (214,70,112). Sum of RGB (Red+Green+Blue) = 214+70+112=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D64670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64670 is #29B98F. Grayscale: #757575. Windows color (decimal): -2734480 or 7358166. OLE color: 7358166.
HSL color Cylindrical-coordinate representation of color #D64670: hue angle of 342.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64670 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 112 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.16 |
| HSL | 342.5º | 0.64% | 0.56% | - |
| HSV(B) | 342.5º | 0.67% | 0.84% | - |
| XYZ | 32.85 | 19.85 | 17.43 | - |
| YUV | 117.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 112 | 0 | 0.67 | 0.48 | 0.16 | 342.5 | 0.64 | 0.56 |
| Hex | D6 | 46 | 70 | 0 | 43 | 30 | 10 | 156 | 40 | 38 |
| Octal | 326 | 106 | 160 | 0 | 103 | 60 | 20 | 526 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1110000 | 0 | 1000011 | 110000 | 10000 | 101010110 | 1000000 | 111000 |
Color Harmonies of #D64670
Complementary color
Monochromatic Colors of #D64670
Black with #D64670
Text Example
Text Example
White with #D64670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64670; }
p { color: rgb(214,70,112); }
H1.HeaderClassName
{
color: #D64670;
}
.AnyTagClassName
{
color: #D64670;
}
</style>
background-color css
<style>
a { background-color: #D64670; }
a { background-color: rgb(214,70,112); }
div.DivClassName
{
background-color: #D64670;
}
.BgClassName
{
background-color: #D64670;
}
</style>
border-color css
<style>
span { border-color: #D64670; }
span { border-color: rgb(214,70,112); }
td.TdClassName
{
border-color: #D64670;
}
.TagClassName
{
border-color: #D64670;
}
</style>