Shades of Cranberry #D0497A
Tints of Cranberry #D0497A
RGB
CMYK
RGB Variations
Color information
#D0497A (or 0xD0497A) is known color: Cranberry. HEX triplet: D0, 49 and 7A. RGB value is (208,73,122). Sum of RGB (Red+Green+Blue) = 208+73+122=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0497A is #2FB685. Grayscale: #767676. Windows color (decimal): -3126918 or 8014288. OLE color: 8014288.
HSL color Cylindrical-coordinate representation of color #D0497A: hue angle of 338.22º 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 #D0497A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 122 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.18 |
| HSL | 338.22º | 0.59% | 0.55% | - |
| HSV(B) | 338.22º | 0.65% | 0.82% | - |
| XYZ | 31.91 | 19.58 | 20.51 | - |
| YUV | 118.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 122 | 0 | 0.65 | 0.41 | 0.18 | 338.22 | 0.59 | 0.55 |
| Hex | D0 | 49 | 7A | 0 | 41 | 29 | 12 | 152 | 3B | 37 |
| Octal | 320 | 111 | 172 | 0 | 101 | 51 | 22 | 522 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1111010 | 0 | 1000001 | 101001 | 10010 | 101010010 | 111011 | 110111 |
Color Harmonies of #D0497A
Complementary color
Monochromatic Colors of #D0497A
Black with #D0497A
Text Example
Text Example
White with #D0497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0497A; }
p { color: rgb(208,73,122); }
H1.HeaderClassName
{
color: #D0497A;
}
.AnyTagClassName
{
color: #D0497A;
}
</style>
background-color css
<style>
a { background-color: #D0497A; }
a { background-color: rgb(208,73,122); }
div.DivClassName
{
background-color: #D0497A;
}
.BgClassName
{
background-color: #D0497A;
}
</style>
border-color css
<style>
span { border-color: #D0497A; }
span { border-color: rgb(208,73,122); }
td.TdClassName
{
border-color: #D0497A;
}
.TagClassName
{
border-color: #D0497A;
}
</style>