Shades of Cranberry #D0497E
Tints of Cranberry #D0497E
RGB
CMYK
RGB Variations
Color information
#D0497E (or 0xD0497E) is known color: Cranberry. HEX triplet: D0, 49 and 7E. RGB value is (208,73,126). Sum of RGB (Red+Green+Blue) = 208+73+126=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0497E is #2FB681. Grayscale: #777777. Windows color (decimal): -3126914 or 8276432. OLE color: 8276432.
HSL color Cylindrical-coordinate representation of color #D0497E: hue angle of 336.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0497E is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 126 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.18 |
| HSL | 336.44º | 0.59% | 0.55% | - |
| HSV(B) | 336.44º | 0.65% | 0.82% | - |
| XYZ | 32.16 | 19.68 | 21.84 | - |
| YUV | 119.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 126 | 0 | 0.65 | 0.39 | 0.18 | 336.44 | 0.59 | 0.55 |
| Hex | D0 | 49 | 7E | 0 | 41 | 27 | 12 | 150 | 3B | 37 |
| Octal | 320 | 111 | 176 | 0 | 101 | 47 | 22 | 520 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1111110 | 0 | 1000001 | 100111 | 10010 | 101010000 | 111011 | 110111 |
Color Harmonies of #D0497E
Complementary color
Monochromatic Colors of #D0497E
Black with #D0497E
Text Example
Text Example
White with #D0497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0497E; }
p { color: rgb(208,73,126); }
H1.HeaderClassName
{
color: #D0497E;
}
.AnyTagClassName
{
color: #D0497E;
}
</style>
background-color css
<style>
a { background-color: #D0497E; }
a { background-color: rgb(208,73,126); }
div.DivClassName
{
background-color: #D0497E;
}
.BgClassName
{
background-color: #D0497E;
}
</style>
border-color css
<style>
span { border-color: #D0497E; }
span { border-color: rgb(208,73,126); }
td.TdClassName
{
border-color: #D0497E;
}
.TagClassName
{
border-color: #D0497E;
}
</style>