Shades of Cranberry #D2617A
Tints of Cranberry #D2617A
RGB
CMYK
RGB Variations
Color information
#D2617A (or 0xD2617A) is known color: Cranberry. HEX triplet: D2, 61 and 7A. RGB value is (210,97,122). Sum of RGB (Red+Green+Blue) = 210+97+122=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2617A is #2D9E85. Grayscale: #858585. Windows color (decimal): -2989702 or 8020434. OLE color: 8020434.
HSL color Cylindrical-coordinate representation of color #D2617A: hue angle of 346.73º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2617A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 122 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.18 |
| HSL | 346.73º | 0.56% | 0.6% | - |
| HSV(B) | 346.73º | 0.54% | 0.82% | - |
| XYZ | 34.37 | 23.66 | 21.17 | - |
| YUV | 133.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 122 | 0 | 0.54 | 0.42 | 0.18 | 346.73 | 0.56 | 0.6 |
| Hex | D2 | 61 | 7A | 0 | 36 | 2A | 12 | 15B | 38 | 3C |
| Octal | 322 | 141 | 172 | 0 | 66 | 52 | 22 | 533 | 70 | 74 |
| Binary | 11010010 | 1100001 | 1111010 | 0 | 110110 | 101010 | 10010 | 101011011 | 111000 | 111100 |
Color Harmonies of #D2617A
Complementary color
Monochromatic Colors of #D2617A
Black with #D2617A
Text Example
Text Example
White with #D2617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2617A; }
p { color: rgb(210,97,122); }
H1.HeaderClassName
{
color: #D2617A;
}
.AnyTagClassName
{
color: #D2617A;
}
</style>
background-color css
<style>
a { background-color: #D2617A; }
a { background-color: rgb(210,97,122); }
div.DivClassName
{
background-color: #D2617A;
}
.BgClassName
{
background-color: #D2617A;
}
</style>
border-color css
<style>
span { border-color: #D2617A; }
span { border-color: rgb(210,97,122); }
td.TdClassName
{
border-color: #D2617A;
}
.TagClassName
{
border-color: #D2617A;
}
</style>