Shades of Cranberry #D8567D
Tints of Cranberry #D8567D
RGB
CMYK
RGB Variations
Color information
#D8567D (or 0xD8567D) is known color: Cranberry. HEX triplet: D8, 56 and 7D. RGB value is (216,86,125). Sum of RGB (Red+Green+Blue) = 216+86+125=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8567D is #27A982. Grayscale: #818181. Windows color (decimal): -2599299 or 8214232. OLE color: 8214232.
HSL color Cylindrical-coordinate representation of color #D8567D: hue angle of 342º 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 #D8567D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 125 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.15 |
| HSL | 342º | 0.63% | 0.59% | - |
| HSV(B) | 342º | 0.6% | 0.85% | - |
| XYZ | 35.35 | 22.74 | 21.93 | - |
| YUV | 129.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 125 | 0 | 0.60 | 0.42 | 0.15 | 342 | 0.63 | 0.59 |
| Hex | D8 | 56 | 7D | 0 | 3C | 2A | F | 156 | 3E | 3B |
| Octal | 330 | 126 | 175 | 0 | 74 | 52 | 17 | 526 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1111101 | 0 | 111100 | 101010 | 1111 | 101010110 | 111110 | 111011 |
Color Harmonies of #D8567D
Complementary color
Monochromatic Colors of #D8567D
Black with #D8567D
Text Example
Text Example
White with #D8567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8567D; }
p { color: rgb(216,86,125); }
H1.HeaderClassName
{
color: #D8567D;
}
.AnyTagClassName
{
color: #D8567D;
}
</style>
background-color css
<style>
a { background-color: #D8567D; }
a { background-color: rgb(216,86,125); }
div.DivClassName
{
background-color: #D8567D;
}
.BgClassName
{
background-color: #D8567D;
}
</style>
border-color css
<style>
span { border-color: #D8567D; }
span { border-color: rgb(216,86,125); }
td.TdClassName
{
border-color: #D8567D;
}
.TagClassName
{
border-color: #D8567D;
}
</style>