Shades of Cranberry #D8637D
Tints of Cranberry #D8637D
RGB
CMYK
RGB Variations
Color information
#D8637D (or 0xD8637D) is known color: Cranberry. HEX triplet: D8, 63 and 7D. RGB value is (216,99,125). Sum of RGB (Red+Green+Blue) = 216+99+125=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8637D is #279C82. Grayscale: #888888. Windows color (decimal): -2595971 or 8217560. OLE color: 8217560.
HSL color Cylindrical-coordinate representation of color #D8637D: hue angle of 346.67º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8637D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 125 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.15 |
| HSL | 346.67º | 0.6% | 0.62% | - |
| HSV(B) | 346.67º | 0.54% | 0.85% | - |
| XYZ | 36.48 | 25 | 22.31 | - |
| YUV | 136.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 125 | 0 | 0.54 | 0.42 | 0.15 | 346.67 | 0.6 | 0.62 |
| Hex | D8 | 63 | 7D | 0 | 36 | 2A | F | 15B | 3C | 3E |
| Octal | 330 | 143 | 175 | 0 | 66 | 52 | 17 | 533 | 74 | 76 |
| Binary | 11011000 | 1100011 | 1111101 | 0 | 110110 | 101010 | 1111 | 101011011 | 111100 | 111110 |
Color Harmonies of #D8637D
Complementary color
Monochromatic Colors of #D8637D
Black with #D8637D
Text Example
Text Example
White with #D8637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8637D; }
p { color: rgb(216,99,125); }
H1.HeaderClassName
{
color: #D8637D;
}
.AnyTagClassName
{
color: #D8637D;
}
</style>
background-color css
<style>
a { background-color: #D8637D; }
a { background-color: rgb(216,99,125); }
div.DivClassName
{
background-color: #D8637D;
}
.BgClassName
{
background-color: #D8637D;
}
</style>
border-color css
<style>
span { border-color: #D8637D; }
span { border-color: rgb(216,99,125); }
td.TdClassName
{
border-color: #D8637D;
}
.TagClassName
{
border-color: #D8637D;
}
</style>