Shades of Cranberry #D7567D
Tints of Cranberry #D7567D
RGB
CMYK
RGB Variations
Color information
#D7567D (or 0xD7567D) is known color: Cranberry. HEX triplet: D7, 56 and 7D. RGB value is (215,86,125). Sum of RGB (Red+Green+Blue) = 215+86+125=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7567D is #28A982. Grayscale: #808080. Windows color (decimal): -2664835 or 8214231. OLE color: 8214231.
HSL color Cylindrical-coordinate representation of color #D7567D: hue angle of 341.86º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7567D is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 125 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.16 |
| HSL | 341.86º | 0.62% | 0.59% | - |
| HSV(B) | 341.86º | 0.6% | 0.84% | - |
| XYZ | 35.05 | 22.58 | 21.91 | - |
| YUV | 129.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 125 | 0 | 0.6 | 0.42 | 0.16 | 341.86 | 0.62 | 0.59 |
| Hex | D7 | 56 | 7D | 0 | 3C | 2A | 10 | 156 | 3E | 3B |
| Octal | 327 | 126 | 175 | 0 | 74 | 52 | 20 | 526 | 76 | 73 |
| Binary | 11010111 | 1010110 | 1111101 | 0 | 111100 | 101010 | 10000 | 101010110 | 111110 | 111011 |
Color Harmonies of #D7567D
Complementary color
Monochromatic Colors of #D7567D
Black with #D7567D
Text Example
Text Example
White with #D7567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7567D; }
p { color: rgb(215,86,125); }
H1.HeaderClassName
{
color: #D7567D;
}
.AnyTagClassName
{
color: #D7567D;
}
</style>
background-color css
<style>
a { background-color: #D7567D; }
a { background-color: rgb(215,86,125); }
div.DivClassName
{
background-color: #D7567D;
}
.BgClassName
{
background-color: #D7567D;
}
</style>
border-color css
<style>
span { border-color: #D7567D; }
span { border-color: rgb(215,86,125); }
td.TdClassName
{
border-color: #D7567D;
}
.TagClassName
{
border-color: #D7567D;
}
</style>