Shades of Cranberry #D8627D
Tints of Cranberry #D8627D
RGB
CMYK
RGB Variations
Color information
#D8627D (or 0xD8627D) is known color: Cranberry. HEX triplet: D8, 62 and 7D. RGB value is (216,98,125). Sum of RGB (Red+Green+Blue) = 216+98+125=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8627D is #279D82. Grayscale: #888888. Windows color (decimal): -2596227 or 8217304. OLE color: 8217304.
HSL color Cylindrical-coordinate representation of color #D8627D: hue angle of 346.27º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8627D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 125 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.15 |
| HSL | 346.27º | 0.6% | 0.62% | - |
| HSV(B) | 346.27º | 0.55% | 0.85% | - |
| XYZ | 36.39 | 24.81 | 22.27 | - |
| YUV | 136.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 125 | 0 | 0.55 | 0.42 | 0.15 | 346.27 | 0.6 | 0.62 |
| Hex | D8 | 62 | 7D | 0 | 37 | 2A | F | 15A | 3C | 3E |
| Octal | 330 | 142 | 175 | 0 | 67 | 52 | 17 | 532 | 74 | 76 |
| Binary | 11011000 | 1100010 | 1111101 | 0 | 110111 | 101010 | 1111 | 101011010 | 111100 | 111110 |
Color Harmonies of #D8627D
Complementary color
Monochromatic Colors of #D8627D
Black with #D8627D
Text Example
Text Example
White with #D8627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8627D; }
p { color: rgb(216,98,125); }
H1.HeaderClassName
{
color: #D8627D;
}
.AnyTagClassName
{
color: #D8627D;
}
</style>
background-color css
<style>
a { background-color: #D8627D; }
a { background-color: rgb(216,98,125); }
div.DivClassName
{
background-color: #D8627D;
}
.BgClassName
{
background-color: #D8627D;
}
</style>
border-color css
<style>
span { border-color: #D8627D; }
span { border-color: rgb(216,98,125); }
td.TdClassName
{
border-color: #D8627D;
}
.TagClassName
{
border-color: #D8627D;
}
</style>