Shades of Cranberry #D8567E
Tints of Cranberry #D8567E
RGB
CMYK
RGB Variations
Color information
#D8567E (or 0xD8567E) is known color: Cranberry. HEX triplet: D8, 56 and 7E. RGB value is (216,86,126). Sum of RGB (Red+Green+Blue) = 216+86+126=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8567E is #27A981. Grayscale: #818181. Windows color (decimal): -2599298 or 8279768. OLE color: 8279768.
HSL color Cylindrical-coordinate representation of color #D8567E: hue angle of 341.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8567E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 126 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.15 |
| HSL | 341.54º | 0.63% | 0.59% | - |
| HSV(B) | 341.54º | 0.6% | 0.85% | - |
| XYZ | 35.41 | 22.76 | 22.27 | - |
| YUV | 129.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 126 | 0 | 0.60 | 0.42 | 0.15 | 341.54 | 0.63 | 0.59 |
| Hex | D8 | 56 | 7E | 0 | 3C | 2A | F | 156 | 3E | 3B |
| Octal | 330 | 126 | 176 | 0 | 74 | 52 | 17 | 526 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1111110 | 0 | 111100 | 101010 | 1111 | 101010110 | 111110 | 111011 |
Color Harmonies of #D8567E
Complementary color
Monochromatic Colors of #D8567E
Black with #D8567E
Text Example
Text Example
White with #D8567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8567E; }
p { color: rgb(216,86,126); }
H1.HeaderClassName
{
color: #D8567E;
}
.AnyTagClassName
{
color: #D8567E;
}
</style>
background-color css
<style>
a { background-color: #D8567E; }
a { background-color: rgb(216,86,126); }
div.DivClassName
{
background-color: #D8567E;
}
.BgClassName
{
background-color: #D8567E;
}
</style>
border-color css
<style>
span { border-color: #D8567E; }
span { border-color: rgb(216,86,126); }
td.TdClassName
{
border-color: #D8567E;
}
.TagClassName
{
border-color: #D8567E;
}
</style>