Shades of Cranberry #D6477B
Tints of Cranberry #D6477B
RGB
CMYK
RGB Variations
Color information
#D6477B (or 0xD6477B) is known color: Cranberry. HEX triplet: D6, 47 and 7B. RGB value is (214,71,123). Sum of RGB (Red+Green+Blue) = 214+71+123=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6477B is #29B884. Grayscale: #777777. Windows color (decimal): -2734213 or 8079318. OLE color: 8079318.
HSL color Cylindrical-coordinate representation of color #D6477B: hue angle of 338.18º 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 #D6477B is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 123 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.16 |
| HSL | 338.18º | 0.64% | 0.56% | - |
| HSV(B) | 338.18º | 0.67% | 0.84% | - |
| XYZ | 33.56 | 20.23 | 20.88 | - |
| YUV | 119.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 123 | 0 | 0.67 | 0.43 | 0.16 | 338.18 | 0.64 | 0.56 |
| Hex | D6 | 47 | 7B | 0 | 43 | 2B | 10 | 152 | 40 | 38 |
| Octal | 326 | 107 | 173 | 0 | 103 | 53 | 20 | 522 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1111011 | 0 | 1000011 | 101011 | 10000 | 101010010 | 1000000 | 111000 |
Color Harmonies of #D6477B
Complementary color
Monochromatic Colors of #D6477B
Black with #D6477B
Text Example
Text Example
White with #D6477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6477B; }
p { color: rgb(214,71,123); }
H1.HeaderClassName
{
color: #D6477B;
}
.AnyTagClassName
{
color: #D6477B;
}
</style>
background-color css
<style>
a { background-color: #D6477B; }
a { background-color: rgb(214,71,123); }
div.DivClassName
{
background-color: #D6477B;
}
.BgClassName
{
background-color: #D6477B;
}
</style>
border-color css
<style>
span { border-color: #D6477B; }
span { border-color: rgb(214,71,123); }
td.TdClassName
{
border-color: #D6477B;
}
.TagClassName
{
border-color: #D6477B;
}
</style>