Shades of Cranberry #D2497D
Tints of Cranberry #D2497D
RGB
CMYK
RGB Variations
Color information
#D2497D (or 0xD2497D) is known color: Cranberry. HEX triplet: D2, 49 and 7D. RGB value is (210,73,125). Sum of RGB (Red+Green+Blue) = 210+73+125=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2497D is #2DB682. Grayscale: #777777. Windows color (decimal): -2995843 or 8210898. OLE color: 8210898.
HSL color Cylindrical-coordinate representation of color #D2497D: hue angle of 337.23º 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 #D2497D is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 125 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.18 |
| HSL | 337.23º | 0.6% | 0.55% | - |
| HSV(B) | 337.23º | 0.65% | 0.82% | - |
| XYZ | 32.66 | 19.95 | 21.53 | - |
| YUV | 119.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 125 | 0 | 0.65 | 0.40 | 0.18 | 337.23 | 0.6 | 0.55 |
| Hex | D2 | 49 | 7D | 0 | 41 | 28 | 12 | 151 | 3C | 37 |
| Octal | 322 | 111 | 175 | 0 | 101 | 50 | 22 | 521 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1111101 | 0 | 1000001 | 101000 | 10010 | 101010001 | 111100 | 110111 |
Color Harmonies of #D2497D
Complementary color
Monochromatic Colors of #D2497D
Black with #D2497D
Text Example
Text Example
White with #D2497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2497D; }
p { color: rgb(210,73,125); }
H1.HeaderClassName
{
color: #D2497D;
}
.AnyTagClassName
{
color: #D2497D;
}
</style>
background-color css
<style>
a { background-color: #D2497D; }
a { background-color: rgb(210,73,125); }
div.DivClassName
{
background-color: #D2497D;
}
.BgClassName
{
background-color: #D2497D;
}
</style>
border-color css
<style>
span { border-color: #D2497D; }
span { border-color: rgb(210,73,125); }
td.TdClassName
{
border-color: #D2497D;
}
.TagClassName
{
border-color: #D2497D;
}
</style>