Shades of Cranberry #D6637D
Tints of Cranberry #D6637D
RGB
CMYK
RGB Variations
Color information
#D6637D (or 0xD6637D) is known color: Cranberry. HEX triplet: D6, 63 and 7D. RGB value is (214,99,125). Sum of RGB (Red+Green+Blue) = 214+99+125=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6637D is #299C82. Grayscale: #888888. Windows color (decimal): -2727043 or 8217558. OLE color: 8217558.
HSL color Cylindrical-coordinate representation of color #D6637D: hue angle of 346.43º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6637D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 125 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.16 |
| HSL | 346.43º | 0.58% | 0.61% | - |
| HSV(B) | 346.43º | 0.54% | 0.84% | - |
| XYZ | 35.9 | 24.7 | 22.28 | - |
| YUV | 136.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 125 | 0 | 0.54 | 0.42 | 0.16 | 346.43 | 0.58 | 0.61 |
| Hex | D6 | 63 | 7D | 0 | 36 | 2A | 10 | 15A | 3A | 3D |
| Octal | 326 | 143 | 175 | 0 | 66 | 52 | 20 | 532 | 72 | 75 |
| Binary | 11010110 | 1100011 | 1111101 | 0 | 110110 | 101010 | 10000 | 101011010 | 111010 | 111101 |
Color Harmonies of #D6637D
Complementary color
Monochromatic Colors of #D6637D
Black with #D6637D
Text Example
Text Example
White with #D6637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6637D; }
p { color: rgb(214,99,125); }
H1.HeaderClassName
{
color: #D6637D;
}
.AnyTagClassName
{
color: #D6637D;
}
</style>
background-color css
<style>
a { background-color: #D6637D; }
a { background-color: rgb(214,99,125); }
div.DivClassName
{
background-color: #D6637D;
}
.BgClassName
{
background-color: #D6637D;
}
</style>
border-color css
<style>
span { border-color: #D6637D; }
span { border-color: rgb(214,99,125); }
td.TdClassName
{
border-color: #D6637D;
}
.TagClassName
{
border-color: #D6637D;
}
</style>