Shades of Cranberry #D6617A
Tints of Cranberry #D6617A
RGB
CMYK
RGB Variations
Color information
#D6617A (or 0xD6617A) is known color: Cranberry. HEX triplet: D6, 61 and 7A. RGB value is (214,97,122). Sum of RGB (Red+Green+Blue) = 214+97+122=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6617A is #299E85. Grayscale: #868686. Windows color (decimal): -2727558 or 8020438. OLE color: 8020438.
HSL color Cylindrical-coordinate representation of color #D6617A: hue angle of 347.18º degrees, saturation: 0.59, 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 #D6617A is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 122 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.16 |
| HSL | 347.18º | 0.59% | 0.61% | - |
| HSV(B) | 347.18º | 0.55% | 0.84% | - |
| XYZ | 35.52 | 24.25 | 21.22 | - |
| YUV | 134.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 122 | 0 | 0.55 | 0.43 | 0.16 | 347.18 | 0.59 | 0.61 |
| Hex | D6 | 61 | 7A | 0 | 37 | 2B | 10 | 15B | 3B | 3D |
| Octal | 326 | 141 | 172 | 0 | 67 | 53 | 20 | 533 | 73 | 75 |
| Binary | 11010110 | 1100001 | 1111010 | 0 | 110111 | 101011 | 10000 | 101011011 | 111011 | 111101 |
Color Harmonies of #D6617A
Complementary color
Monochromatic Colors of #D6617A
Black with #D6617A
Text Example
Text Example
White with #D6617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6617A; }
p { color: rgb(214,97,122); }
H1.HeaderClassName
{
color: #D6617A;
}
.AnyTagClassName
{
color: #D6617A;
}
</style>
background-color css
<style>
a { background-color: #D6617A; }
a { background-color: rgb(214,97,122); }
div.DivClassName
{
background-color: #D6617A;
}
.BgClassName
{
background-color: #D6617A;
}
</style>
border-color css
<style>
span { border-color: #D6617A; }
span { border-color: rgb(214,97,122); }
td.TdClassName
{
border-color: #D6617A;
}
.TagClassName
{
border-color: #D6617A;
}
</style>