Shades of Cranberry #D6477D
Tints of Cranberry #D6477D
RGB
CMYK
RGB Variations
Color information
#D6477D (or 0xD6477D) is known color: Cranberry. HEX triplet: D6, 47 and 7D. RGB value is (214,71,125). Sum of RGB (Red+Green+Blue) = 214+71+125=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6477D is #29B882. Grayscale: #777777. Windows color (decimal): -2734211 or 8210390. OLE color: 8210390.
HSL color Cylindrical-coordinate representation of color #D6477D: hue angle of 337.34º 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 #D6477D is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 125 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.16 |
| HSL | 337.34º | 0.64% | 0.56% | - |
| HSV(B) | 337.34º | 0.67% | 0.84% | - |
| XYZ | 33.69 | 20.28 | 21.54 | - |
| YUV | 119.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 125 | 0 | 0.67 | 0.42 | 0.16 | 337.34 | 0.64 | 0.56 |
| Hex | D6 | 47 | 7D | 0 | 43 | 2A | 10 | 151 | 40 | 38 |
| Octal | 326 | 107 | 175 | 0 | 103 | 52 | 20 | 521 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1111101 | 0 | 1000011 | 101010 | 10000 | 101010001 | 1000000 | 111000 |
Color Harmonies of #D6477D
Complementary color
Monochromatic Colors of #D6477D
Black with #D6477D
Text Example
Text Example
White with #D6477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6477D; }
p { color: rgb(214,71,125); }
H1.HeaderClassName
{
color: #D6477D;
}
.AnyTagClassName
{
color: #D6477D;
}
</style>
background-color css
<style>
a { background-color: #D6477D; }
a { background-color: rgb(214,71,125); }
div.DivClassName
{
background-color: #D6477D;
}
.BgClassName
{
background-color: #D6477D;
}
</style>
border-color css
<style>
span { border-color: #D6477D; }
span { border-color: rgb(214,71,125); }
td.TdClassName
{
border-color: #D6477D;
}
.TagClassName
{
border-color: #D6477D;
}
</style>