Shades of Cranberry #D6467A
Tints of Cranberry #D6467A
RGB
CMYK
RGB Variations
Color information
#D6467A (or 0xD6467A) is known color: Cranberry. HEX triplet: D6, 46 and 7A. RGB value is (214,70,122). Sum of RGB (Red+Green+Blue) = 214+70+122=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6467A is #29B985. Grayscale: #767676. Windows color (decimal): -2734470 or 8013526. OLE color: 8013526.
HSL color Cylindrical-coordinate representation of color #D6467A: hue angle of 338.33º 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 #D6467A is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 122 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.16 |
| HSL | 338.33º | 0.64% | 0.56% | - |
| HSV(B) | 338.33º | 0.67% | 0.84% | - |
| XYZ | 33.43 | 20.08 | 20.53 | - |
| YUV | 118.98 | 129.71 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 122 | 0 | 0.67 | 0.43 | 0.16 | 338.33 | 0.64 | 0.56 |
| Hex | D6 | 46 | 7A | 0 | 43 | 2B | 10 | 152 | 40 | 38 |
| Octal | 326 | 106 | 172 | 0 | 103 | 53 | 20 | 522 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1111010 | 0 | 1000011 | 101011 | 10000 | 101010010 | 1000000 | 111000 |
Color Harmonies of #D6467A
Complementary color
Monochromatic Colors of #D6467A
Black with #D6467A
Text Example
Text Example
White with #D6467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6467A; }
p { color: rgb(214,70,122); }
H1.HeaderClassName
{
color: #D6467A;
}
.AnyTagClassName
{
color: #D6467A;
}
</style>
background-color css
<style>
a { background-color: #D6467A; }
a { background-color: rgb(214,70,122); }
div.DivClassName
{
background-color: #D6467A;
}
.BgClassName
{
background-color: #D6467A;
}
</style>
border-color css
<style>
span { border-color: #D6467A; }
span { border-color: rgb(214,70,122); }
td.TdClassName
{
border-color: #D6467A;
}
.TagClassName
{
border-color: #D6467A;
}
</style>