Shades of Cranberry #D7486E
Tints of Cranberry #D7486E
RGB
CMYK
RGB Variations
Color information
#D7486E (or 0xD7486E) is known color: Cranberry. HEX triplet: D7, 48 and 6E. RGB value is (215,72,110). Sum of RGB (Red+Green+Blue) = 215+72+110=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D7486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7486E is #28B791. Grayscale: #777777. Windows color (decimal): -2668434 or 7227607. OLE color: 7227607.
HSL color Cylindrical-coordinate representation of color #D7486E: hue angle of 344.06º 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 #D7486E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 110 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.16 |
| HSL | 344.06º | 0.64% | 0.56% | - |
| HSV(B) | 344.06º | 0.67% | 0.84% | - |
| XYZ | 33.16 | 20.21 | 16.9 | - |
| YUV | 119.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 110 | 0 | 0.67 | 0.49 | 0.16 | 344.06 | 0.64 | 0.56 |
| Hex | D7 | 48 | 6E | 0 | 43 | 31 | 10 | 158 | 40 | 38 |
| Octal | 327 | 110 | 156 | 0 | 103 | 61 | 20 | 530 | 100 | 70 |
| Binary | 11010111 | 1001000 | 1101110 | 0 | 1000011 | 110001 | 10000 | 101011000 | 1000000 | 111000 |
Color Harmonies of #D7486E
Complementary color
Monochromatic Colors of #D7486E
Black with #D7486E
Text Example
Text Example
White with #D7486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7486E; }
p { color: rgb(215,72,110); }
H1.HeaderClassName
{
color: #D7486E;
}
.AnyTagClassName
{
color: #D7486E;
}
</style>
background-color css
<style>
a { background-color: #D7486E; }
a { background-color: rgb(215,72,110); }
div.DivClassName
{
background-color: #D7486E;
}
.BgClassName
{
background-color: #D7486E;
}
</style>
border-color css
<style>
span { border-color: #D7486E; }
span { border-color: rgb(215,72,110); }
td.TdClassName
{
border-color: #D7486E;
}
.TagClassName
{
border-color: #D7486E;
}
</style>