Shades of Cranberry #D5567D
Tints of Cranberry #D5567D
RGB
CMYK
RGB Variations
Color information
#D5567D (or 0xD5567D) is known color: Cranberry. HEX triplet: D5, 56 and 7D. RGB value is (213,86,125). Sum of RGB (Red+Green+Blue) = 213+86+125=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5567D is #2AA982. Grayscale: #808080. Windows color (decimal): -2795907 or 8214229. OLE color: 8214229.
HSL color Cylindrical-coordinate representation of color #D5567D: hue angle of 341.57º 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 #D5567D is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 125 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.16 |
| HSL | 341.57º | 0.6% | 0.59% | - |
| HSV(B) | 341.57º | 0.6% | 0.84% | - |
| XYZ | 34.47 | 22.28 | 21.89 | - |
| YUV | 128.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 125 | 0 | 0.60 | 0.41 | 0.16 | 341.57 | 0.6 | 0.59 |
| Hex | D5 | 56 | 7D | 0 | 3C | 29 | 10 | 156 | 3C | 3B |
| Octal | 325 | 126 | 175 | 0 | 74 | 51 | 20 | 526 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1111101 | 0 | 111100 | 101001 | 10000 | 101010110 | 111100 | 111011 |
Color Harmonies of #D5567D
Complementary color
Monochromatic Colors of #D5567D
Black with #D5567D
Text Example
Text Example
White with #D5567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5567D; }
p { color: rgb(213,86,125); }
H1.HeaderClassName
{
color: #D5567D;
}
.AnyTagClassName
{
color: #D5567D;
}
</style>
background-color css
<style>
a { background-color: #D5567D; }
a { background-color: rgb(213,86,125); }
div.DivClassName
{
background-color: #D5567D;
}
.BgClassName
{
background-color: #D5567D;
}
</style>
border-color css
<style>
span { border-color: #D5567D; }
span { border-color: rgb(213,86,125); }
td.TdClassName
{
border-color: #D5567D;
}
.TagClassName
{
border-color: #D5567D;
}
</style>