Shades of Cranberry #D7617D
Tints of Cranberry #D7617D
RGB
CMYK
RGB Variations
Color information
#D7617D (or 0xD7617D) is known color: Cranberry. HEX triplet: D7, 61 and 7D. RGB value is (215,97,125). Sum of RGB (Red+Green+Blue) = 215+97+125=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7617D is #289E82. Grayscale: #878787. Windows color (decimal): -2662019 or 8217047. OLE color: 8217047.
HSL color Cylindrical-coordinate representation of color #D7617D: hue angle of 345.76º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7617D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 125 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.16 |
| HSL | 345.76º | 0.6% | 0.61% | - |
| HSV(B) | 345.76º | 0.55% | 0.84% | - |
| XYZ | 36 | 24.48 | 22.23 | - |
| YUV | 135.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 125 | 0 | 0.55 | 0.42 | 0.16 | 345.76 | 0.6 | 0.61 |
| Hex | D7 | 61 | 7D | 0 | 37 | 2A | 10 | 15A | 3C | 3D |
| Octal | 327 | 141 | 175 | 0 | 67 | 52 | 20 | 532 | 74 | 75 |
| Binary | 11010111 | 1100001 | 1111101 | 0 | 110111 | 101010 | 10000 | 101011010 | 111100 | 111101 |
Color Harmonies of #D7617D
Complementary color
Monochromatic Colors of #D7617D
Black with #D7617D
Text Example
Text Example
White with #D7617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7617D; }
p { color: rgb(215,97,125); }
H1.HeaderClassName
{
color: #D7617D;
}
.AnyTagClassName
{
color: #D7617D;
}
</style>
background-color css
<style>
a { background-color: #D7617D; }
a { background-color: rgb(215,97,125); }
div.DivClassName
{
background-color: #D7617D;
}
.BgClassName
{
background-color: #D7617D;
}
</style>
border-color css
<style>
span { border-color: #D7617D; }
span { border-color: rgb(215,97,125); }
td.TdClassName
{
border-color: #D7617D;
}
.TagClassName
{
border-color: #D7617D;
}
</style>