Shades of Cranberry #D8627F
Tints of Cranberry #D8627F
RGB
CMYK
RGB Variations
Color information
#D8627F (or 0xD8627F) is known color: Cranberry. HEX triplet: D8, 62 and 7F. RGB value is (216,98,127). Sum of RGB (Red+Green+Blue) = 216+98+127=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8627F is #279D80. Grayscale: #888888. Windows color (decimal): -2596225 or 8348376. OLE color: 8348376.
HSL color Cylindrical-coordinate representation of color #D8627F: hue angle of 345.25º 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 #D8627F is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 127 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.15 |
| HSL | 345.25º | 0.6% | 0.62% | - |
| HSV(B) | 345.25º | 0.55% | 0.85% | - |
| XYZ | 36.52 | 24.87 | 22.95 | - |
| YUV | 136.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 127 | 0 | 0.55 | 0.41 | 0.15 | 345.25 | 0.6 | 0.62 |
| Hex | D8 | 62 | 7F | 0 | 37 | 29 | F | 159 | 3C | 3E |
| Octal | 330 | 142 | 177 | 0 | 67 | 51 | 17 | 531 | 74 | 76 |
| Binary | 11011000 | 1100010 | 1111111 | 0 | 110111 | 101001 | 1111 | 101011001 | 111100 | 111110 |
Color Harmonies of #D8627F
Complementary color
Monochromatic Colors of #D8627F
Black with #D8627F
Text Example
Text Example
White with #D8627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8627F; }
p { color: rgb(216,98,127); }
H1.HeaderClassName
{
color: #D8627F;
}
.AnyTagClassName
{
color: #D8627F;
}
</style>
background-color css
<style>
a { background-color: #D8627F; }
a { background-color: rgb(216,98,127); }
div.DivClassName
{
background-color: #D8627F;
}
.BgClassName
{
background-color: #D8627F;
}
</style>
border-color css
<style>
span { border-color: #D8627F; }
span { border-color: rgb(216,98,127); }
td.TdClassName
{
border-color: #D8627F;
}
.TagClassName
{
border-color: #D8627F;
}
</style>