Shades of Cranberry #D5567A
Tints of Cranberry #D5567A
RGB
CMYK
RGB Variations
Color information
#D5567A (or 0xD5567A) is known color: Cranberry. HEX triplet: D5, 56 and 7A. RGB value is (213,86,122). Sum of RGB (Red+Green+Blue) = 213+86+122=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5567A is #2AA985. Grayscale: #808080. Windows color (decimal): -2795910 or 8017621. OLE color: 8017621.
HSL color Cylindrical-coordinate representation of color #D5567A: hue angle of 342.99º 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 #D5567A is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 122 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.16 |
| HSL | 342.99º | 0.6% | 0.59% | - |
| HSV(B) | 342.99º | 0.6% | 0.84% | - |
| XYZ | 34.28 | 22.21 | 20.89 | - |
| YUV | 128.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 122 | 0 | 0.60 | 0.43 | 0.16 | 342.99 | 0.6 | 0.59 |
| Hex | D5 | 56 | 7A | 0 | 3C | 2B | 10 | 157 | 3C | 3B |
| Octal | 325 | 126 | 172 | 0 | 74 | 53 | 20 | 527 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1111010 | 0 | 111100 | 101011 | 10000 | 101010111 | 111100 | 111011 |
Color Harmonies of #D5567A
Complementary color
Monochromatic Colors of #D5567A
Black with #D5567A
Text Example
Text Example
White with #D5567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5567A; }
p { color: rgb(213,86,122); }
H1.HeaderClassName
{
color: #D5567A;
}
.AnyTagClassName
{
color: #D5567A;
}
</style>
background-color css
<style>
a { background-color: #D5567A; }
a { background-color: rgb(213,86,122); }
div.DivClassName
{
background-color: #D5567A;
}
.BgClassName
{
background-color: #D5567A;
}
</style>
border-color css
<style>
span { border-color: #D5567A; }
span { border-color: rgb(213,86,122); }
td.TdClassName
{
border-color: #D5567A;
}
.TagClassName
{
border-color: #D5567A;
}
</style>