Shades of Cranberry #D2497A
Tints of Cranberry #D2497A
RGB
CMYK
RGB Variations
Color information
#D2497A (or 0xD2497A) is known color: Cranberry. HEX triplet: D2, 49 and 7A. RGB value is (210,73,122). Sum of RGB (Red+Green+Blue) = 210+73+122=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2497A is #2DB685. Grayscale: #777777. Windows color (decimal): -2995846 or 8014290. OLE color: 8014290.
HSL color Cylindrical-coordinate representation of color #D2497A: hue angle of 338.54º degrees, saturation: 0.6, 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 #D2497A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 122 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.18 |
| HSL | 338.54º | 0.6% | 0.55% | - |
| HSV(B) | 338.54º | 0.65% | 0.82% | - |
| XYZ | 32.47 | 19.87 | 20.54 | - |
| YUV | 119.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 122 | 0 | 0.65 | 0.42 | 0.18 | 338.54 | 0.6 | 0.55 |
| Hex | D2 | 49 | 7A | 0 | 41 | 2A | 12 | 153 | 3C | 37 |
| Octal | 322 | 111 | 172 | 0 | 101 | 52 | 22 | 523 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1111010 | 0 | 1000001 | 101010 | 10010 | 101010011 | 111100 | 110111 |
Color Harmonies of #D2497A
Complementary color
Monochromatic Colors of #D2497A
Black with #D2497A
Text Example
Text Example
White with #D2497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2497A; }
p { color: rgb(210,73,122); }
H1.HeaderClassName
{
color: #D2497A;
}
.AnyTagClassName
{
color: #D2497A;
}
</style>
background-color css
<style>
a { background-color: #D2497A; }
a { background-color: rgb(210,73,122); }
div.DivClassName
{
background-color: #D2497A;
}
.BgClassName
{
background-color: #D2497A;
}
</style>
border-color css
<style>
span { border-color: #D2497A; }
span { border-color: rgb(210,73,122); }
td.TdClassName
{
border-color: #D2497A;
}
.TagClassName
{
border-color: #D2497A;
}
</style>