Shades of Cranberry #D64674
Tints of Cranberry #D64674
RGB
CMYK
RGB Variations
Color information
#D64674 (or 0xD64674) is known color: Cranberry. HEX triplet: D6, 46 and 74. RGB value is (214,70,116). Sum of RGB (Red+Green+Blue) = 214+70+116=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D64674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64674 is #29B98B. Grayscale: #767676. Windows color (decimal): -2734476 or 7620310. OLE color: 7620310.
HSL color Cylindrical-coordinate representation of color #D64674: hue angle of 340.83º 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 #D64674 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 116 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.16 |
| HSL | 340.83º | 0.64% | 0.56% | - |
| HSV(B) | 340.83º | 0.67% | 0.84% | - |
| XYZ | 33.07 | 19.94 | 18.63 | - |
| YUV | 118.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 116 | 0 | 0.67 | 0.46 | 0.16 | 340.83 | 0.64 | 0.56 |
| Hex | D6 | 46 | 74 | 0 | 43 | 2E | 10 | 155 | 40 | 38 |
| Octal | 326 | 106 | 164 | 0 | 103 | 56 | 20 | 525 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1110100 | 0 | 1000011 | 101110 | 10000 | 101010101 | 1000000 | 111000 |
Color Harmonies of #D64674
Complementary color
Monochromatic Colors of #D64674
Black with #D64674
Text Example
Text Example
White with #D64674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64674; }
p { color: rgb(214,70,116); }
H1.HeaderClassName
{
color: #D64674;
}
.AnyTagClassName
{
color: #D64674;
}
</style>
background-color css
<style>
a { background-color: #D64674; }
a { background-color: rgb(214,70,116); }
div.DivClassName
{
background-color: #D64674;
}
.BgClassName
{
background-color: #D64674;
}
</style>
border-color css
<style>
span { border-color: #D64674; }
span { border-color: rgb(214,70,116); }
td.TdClassName
{
border-color: #D64674;
}
.TagClassName
{
border-color: #D64674;
}
</style>