Shades of Cranberry #D8627B
Tints of Cranberry #D8627B
RGB
CMYK
RGB Variations
Color information
#D8627B (or 0xD8627B) is known color: Cranberry. HEX triplet: D8, 62 and 7B. RGB value is (216,98,123). Sum of RGB (Red+Green+Blue) = 216+98+123=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8627B is #279D84. Grayscale: #888888. Windows color (decimal): -2596229 or 8086232. OLE color: 8086232.
HSL color Cylindrical-coordinate representation of color #D8627B: hue angle of 347.29º 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 #D8627B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 123 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.15 |
| HSL | 347.29º | 0.6% | 0.62% | - |
| HSV(B) | 347.29º | 0.55% | 0.85% | - |
| XYZ | 36.26 | 24.76 | 21.61 | - |
| YUV | 136.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 123 | 0 | 0.55 | 0.43 | 0.15 | 347.29 | 0.6 | 0.62 |
| Hex | D8 | 62 | 7B | 0 | 37 | 2B | F | 15B | 3C | 3E |
| Octal | 330 | 142 | 173 | 0 | 67 | 53 | 17 | 533 | 74 | 76 |
| Binary | 11011000 | 1100010 | 1111011 | 0 | 110111 | 101011 | 1111 | 101011011 | 111100 | 111110 |
Color Harmonies of #D8627B
Complementary color
Monochromatic Colors of #D8627B
Black with #D8627B
Text Example
Text Example
White with #D8627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8627B; }
p { color: rgb(216,98,123); }
H1.HeaderClassName
{
color: #D8627B;
}
.AnyTagClassName
{
color: #D8627B;
}
</style>
background-color css
<style>
a { background-color: #D8627B; }
a { background-color: rgb(216,98,123); }
div.DivClassName
{
background-color: #D8627B;
}
.BgClassName
{
background-color: #D8627B;
}
</style>
border-color css
<style>
span { border-color: #D8627B; }
span { border-color: rgb(216,98,123); }
td.TdClassName
{
border-color: #D8627B;
}
.TagClassName
{
border-color: #D8627B;
}
</style>