Shades of Cranberry #D2497E
Tints of Cranberry #D2497E
RGB
CMYK
RGB Variations
Color information
#D2497E (or 0xD2497E) is known color: Cranberry. HEX triplet: D2, 49 and 7E. RGB value is (210,73,126). Sum of RGB (Red+Green+Blue) = 210+73+126=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2497E is #2DB681. Grayscale: #777777. Windows color (decimal): -2995842 or 8276434. OLE color: 8276434.
HSL color Cylindrical-coordinate representation of color #D2497E: hue angle of 336.79º 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 #D2497E is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 126 | - |
| CMYK | 0 | 0.65 | 0.4 | 0.18 |
| HSL | 336.79º | 0.6% | 0.55% | - |
| HSV(B) | 336.79º | 0.65% | 0.82% | - |
| XYZ | 32.73 | 19.97 | 21.87 | - |
| YUV | 120.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 126 | 0 | 0.65 | 0.4 | 0.18 | 336.79 | 0.6 | 0.55 |
| Hex | D2 | 49 | 7E | 0 | 41 | 28 | 12 | 151 | 3C | 37 |
| Octal | 322 | 111 | 176 | 0 | 101 | 50 | 22 | 521 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1111110 | 0 | 1000001 | 101000 | 10010 | 101010001 | 111100 | 110111 |
Color Harmonies of #D2497E
Complementary color
Monochromatic Colors of #D2497E
Black with #D2497E
Text Example
Text Example
White with #D2497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2497E; }
p { color: rgb(210,73,126); }
H1.HeaderClassName
{
color: #D2497E;
}
.AnyTagClassName
{
color: #D2497E;
}
</style>
background-color css
<style>
a { background-color: #D2497E; }
a { background-color: rgb(210,73,126); }
div.DivClassName
{
background-color: #D2497E;
}
.BgClassName
{
background-color: #D2497E;
}
</style>
border-color css
<style>
span { border-color: #D2497E; }
span { border-color: rgb(210,73,126); }
td.TdClassName
{
border-color: #D2497E;
}
.TagClassName
{
border-color: #D2497E;
}
</style>