Shades of Cranberry #D6567D
Tints of Cranberry #D6567D
RGB
CMYK
RGB Variations
Color information
#D6567D (or 0xD6567D) is known color: Cranberry. HEX triplet: D6, 56 and 7D. RGB value is (214,86,125). Sum of RGB (Red+Green+Blue) = 214+86+125=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6567D is #29A982. Grayscale: #808080. Windows color (decimal): -2730371 or 8214230. OLE color: 8214230.
HSL color Cylindrical-coordinate representation of color #D6567D: hue angle of 341.72º degrees, saturation: 0.61, 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 #D6567D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 125 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.16 |
| HSL | 341.72º | 0.61% | 0.59% | - |
| HSV(B) | 341.72º | 0.6% | 0.84% | - |
| XYZ | 34.76 | 22.43 | 21.9 | - |
| YUV | 128.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 125 | 0 | 0.60 | 0.42 | 0.16 | 341.72 | 0.61 | 0.59 |
| Hex | D6 | 56 | 7D | 0 | 3C | 2A | 10 | 156 | 3D | 3B |
| Octal | 326 | 126 | 175 | 0 | 74 | 52 | 20 | 526 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1111101 | 0 | 111100 | 101010 | 10000 | 101010110 | 111101 | 111011 |
Color Harmonies of #D6567D
Complementary color
Monochromatic Colors of #D6567D
Black with #D6567D
Text Example
Text Example
White with #D6567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6567D; }
p { color: rgb(214,86,125); }
H1.HeaderClassName
{
color: #D6567D;
}
.AnyTagClassName
{
color: #D6567D;
}
</style>
background-color css
<style>
a { background-color: #D6567D; }
a { background-color: rgb(214,86,125); }
div.DivClassName
{
background-color: #D6567D;
}
.BgClassName
{
background-color: #D6567D;
}
</style>
border-color css
<style>
span { border-color: #D6567D; }
span { border-color: rgb(214,86,125); }
td.TdClassName
{
border-color: #D6567D;
}
.TagClassName
{
border-color: #D6567D;
}
</style>