Shades of Cranberry #D8497B
Tints of Cranberry #D8497B
RGB
CMYK
RGB Variations
Color information
#D8497B (or 0xD8497B) is known color: Cranberry. HEX triplet: D8, 49 and 7B. RGB value is (216,73,123). Sum of RGB (Red+Green+Blue) = 216+73+123=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8497B is #27B684. Grayscale: #797979. Windows color (decimal): -2602629 or 8079832. OLE color: 8079832.
HSL color Cylindrical-coordinate representation of color #D8497B: hue angle of 339.02º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8497B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 123 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.15 |
| HSL | 339.02º | 0.65% | 0.57% | - |
| HSV(B) | 339.02º | 0.66% | 0.85% | - |
| XYZ | 34.28 | 20.79 | 20.95 | - |
| YUV | 121.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 123 | 0 | 0.66 | 0.43 | 0.15 | 339.02 | 0.65 | 0.57 |
| Hex | D8 | 49 | 7B | 0 | 42 | 2B | F | 153 | 41 | 39 |
| Octal | 330 | 111 | 173 | 0 | 102 | 53 | 17 | 523 | 101 | 71 |
| Binary | 11011000 | 1001001 | 1111011 | 0 | 1000010 | 101011 | 1111 | 101010011 | 1000001 | 111001 |
Color Harmonies of #D8497B
Complementary color
Monochromatic Colors of #D8497B
Black with #D8497B
Text Example
Text Example
White with #D8497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8497B; }
p { color: rgb(216,73,123); }
H1.HeaderClassName
{
color: #D8497B;
}
.AnyTagClassName
{
color: #D8497B;
}
</style>
background-color css
<style>
a { background-color: #D8497B; }
a { background-color: rgb(216,73,123); }
div.DivClassName
{
background-color: #D8497B;
}
.BgClassName
{
background-color: #D8497B;
}
</style>
border-color css
<style>
span { border-color: #D8497B; }
span { border-color: rgb(216,73,123); }
td.TdClassName
{
border-color: #D8497B;
}
.TagClassName
{
border-color: #D8497B;
}
</style>