Shades of Cranberry #D5567F
Tints of Cranberry #D5567F
RGB
CMYK
RGB Variations
Color information
#D5567F (or 0xD5567F) is known color: Cranberry. HEX triplet: D5, 56 and 7F. RGB value is (213,86,127). Sum of RGB (Red+Green+Blue) = 213+86+127=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5567F is #2AA980. Grayscale: #808080. Windows color (decimal): -2795905 or 8345301. OLE color: 8345301.
HSL color Cylindrical-coordinate representation of color #D5567F: hue angle of 340.63º degrees, saturation: 0.6, 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 #D5567F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 127 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.16 |
| HSL | 340.63º | 0.6% | 0.59% | - |
| HSV(B) | 340.63º | 0.6% | 0.84% | - |
| XYZ | 34.6 | 22.33 | 22.57 | - |
| YUV | 128.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 127 | 0 | 0.60 | 0.40 | 0.16 | 340.63 | 0.6 | 0.59 |
| Hex | D5 | 56 | 7F | 0 | 3C | 28 | 10 | 155 | 3C | 3B |
| Octal | 325 | 126 | 177 | 0 | 74 | 50 | 20 | 525 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1111111 | 0 | 111100 | 101000 | 10000 | 101010101 | 111100 | 111011 |
Color Harmonies of #D5567F
Complementary color
Monochromatic Colors of #D5567F
Black with #D5567F
Text Example
Text Example
White with #D5567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5567F; }
p { color: rgb(213,86,127); }
H1.HeaderClassName
{
color: #D5567F;
}
.AnyTagClassName
{
color: #D5567F;
}
</style>
background-color css
<style>
a { background-color: #D5567F; }
a { background-color: rgb(213,86,127); }
div.DivClassName
{
background-color: #D5567F;
}
.BgClassName
{
background-color: #D5567F;
}
</style>
border-color css
<style>
span { border-color: #D5567F; }
span { border-color: rgb(213,86,127); }
td.TdClassName
{
border-color: #D5567F;
}
.TagClassName
{
border-color: #D5567F;
}
</style>