Shades of Cranberry #D6617F
Tints of Cranberry #D6617F
RGB
CMYK
RGB Variations
Color information
#D6617F (or 0xD6617F) is known color: Cranberry. HEX triplet: D6, 61 and 7F. RGB value is (214,97,127). Sum of RGB (Red+Green+Blue) = 214+97+127=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6617F is #299E80. Grayscale: #878787. Windows color (decimal): -2727553 or 8348118. OLE color: 8348118.
HSL color Cylindrical-coordinate representation of color #D6617F: hue angle of 344.62º 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 #D6617F is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 127 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.16 |
| HSL | 344.62º | 0.59% | 0.61% | - |
| HSV(B) | 344.62º | 0.55% | 0.84% | - |
| XYZ | 35.84 | 24.38 | 22.9 | - |
| YUV | 135.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 127 | 0 | 0.55 | 0.41 | 0.16 | 344.62 | 0.59 | 0.61 |
| Hex | D6 | 61 | 7F | 0 | 37 | 29 | 10 | 159 | 3B | 3D |
| Octal | 326 | 141 | 177 | 0 | 67 | 51 | 20 | 531 | 73 | 75 |
| Binary | 11010110 | 1100001 | 1111111 | 0 | 110111 | 101001 | 10000 | 101011001 | 111011 | 111101 |
Color Harmonies of #D6617F
Complementary color
Monochromatic Colors of #D6617F
Black with #D6617F
Text Example
Text Example
White with #D6617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6617F; }
p { color: rgb(214,97,127); }
H1.HeaderClassName
{
color: #D6617F;
}
.AnyTagClassName
{
color: #D6617F;
}
</style>
background-color css
<style>
a { background-color: #D6617F; }
a { background-color: rgb(214,97,127); }
div.DivClassName
{
background-color: #D6617F;
}
.BgClassName
{
background-color: #D6617F;
}
</style>
border-color css
<style>
span { border-color: #D6617F; }
span { border-color: rgb(214,97,127); }
td.TdClassName
{
border-color: #D6617F;
}
.TagClassName
{
border-color: #D6617F;
}
</style>