Shades of Cranberry #D6497B
Tints of Cranberry #D6497B
RGB
CMYK
RGB Variations
Color information
#D6497B (or 0xD6497B) is known color: Cranberry. HEX triplet: D6, 49 and 7B. RGB value is (214,73,123). Sum of RGB (Red+Green+Blue) = 214+73+123=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6497B is #29B684. Grayscale: #787878. Windows color (decimal): -2733701 or 8079830. OLE color: 8079830.
HSL color Cylindrical-coordinate representation of color #D6497B: hue angle of 338.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6497B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 123 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.16 |
| HSL | 338.72º | 0.63% | 0.56% | - |
| HSV(B) | 338.72º | 0.66% | 0.84% | - |
| XYZ | 33.69 | 20.49 | 20.92 | - |
| YUV | 120.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 123 | 0 | 0.66 | 0.43 | 0.16 | 338.72 | 0.63 | 0.56 |
| Hex | D6 | 49 | 7B | 0 | 42 | 2B | 10 | 153 | 3F | 38 |
| Octal | 326 | 111 | 173 | 0 | 102 | 53 | 20 | 523 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1111011 | 0 | 1000010 | 101011 | 10000 | 101010011 | 111111 | 111000 |
Color Harmonies of #D6497B
Complementary color
Monochromatic Colors of #D6497B
Black with #D6497B
Text Example
Text Example
White with #D6497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6497B; }
p { color: rgb(214,73,123); }
H1.HeaderClassName
{
color: #D6497B;
}
.AnyTagClassName
{
color: #D6497B;
}
</style>
background-color css
<style>
a { background-color: #D6497B; }
a { background-color: rgb(214,73,123); }
div.DivClassName
{
background-color: #D6497B;
}
.BgClassName
{
background-color: #D6497B;
}
</style>
border-color css
<style>
span { border-color: #D6497B; }
span { border-color: rgb(214,73,123); }
td.TdClassName
{
border-color: #D6497B;
}
.TagClassName
{
border-color: #D6497B;
}
</style>