Shades of Cranberry #D7617B
Tints of Cranberry #D7617B
RGB
CMYK
RGB Variations
Color information
#D7617B (or 0xD7617B) is known color: Cranberry. HEX triplet: D7, 61 and 7B. RGB value is (215,97,123). Sum of RGB (Red+Green+Blue) = 215+97+123=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7617B is #289E84. Grayscale: #878787. Windows color (decimal): -2662021 or 8085975. OLE color: 8085975.
HSL color Cylindrical-coordinate representation of color #D7617B: hue angle of 346.78º 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 #D7617B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 123 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.16 |
| HSL | 346.78º | 0.6% | 0.61% | - |
| HSV(B) | 346.78º | 0.55% | 0.84% | - |
| XYZ | 35.87 | 24.43 | 21.56 | - |
| YUV | 135.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 123 | 0 | 0.55 | 0.43 | 0.16 | 346.78 | 0.6 | 0.61 |
| Hex | D7 | 61 | 7B | 0 | 37 | 2B | 10 | 15B | 3C | 3D |
| Octal | 327 | 141 | 173 | 0 | 67 | 53 | 20 | 533 | 74 | 75 |
| Binary | 11010111 | 1100001 | 1111011 | 0 | 110111 | 101011 | 10000 | 101011011 | 111100 | 111101 |
Color Harmonies of #D7617B
Complementary color
Monochromatic Colors of #D7617B
Black with #D7617B
Text Example
Text Example
White with #D7617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7617B; }
p { color: rgb(215,97,123); }
H1.HeaderClassName
{
color: #D7617B;
}
.AnyTagClassName
{
color: #D7617B;
}
</style>
background-color css
<style>
a { background-color: #D7617B; }
a { background-color: rgb(215,97,123); }
div.DivClassName
{
background-color: #D7617B;
}
.BgClassName
{
background-color: #D7617B;
}
</style>
border-color css
<style>
span { border-color: #D7617B; }
span { border-color: rgb(215,97,123); }
td.TdClassName
{
border-color: #D7617B;
}
.TagClassName
{
border-color: #D7617B;
}
</style>