Shades of Cranberry #D6567A
Tints of Cranberry #D6567A
RGB
CMYK
RGB Variations
Color information
#D6567A (or 0xD6567A) is known color: Cranberry. HEX triplet: D6, 56 and 7A. RGB value is (214,86,122). Sum of RGB (Red+Green+Blue) = 214+86+122=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6567A is #29A985. Grayscale: #808080. Windows color (decimal): -2730374 or 8017622. OLE color: 8017622.
HSL color Cylindrical-coordinate representation of color #D6567A: hue angle of 343.12º 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 #D6567A is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 122 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.16 |
| HSL | 343.13º | 0.61% | 0.59% | - |
| HSV(B) | 343.13º | 0.6% | 0.84% | - |
| XYZ | 34.57 | 22.36 | 20.91 | - |
| YUV | 128.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 122 | 0 | 0.60 | 0.43 | 0.16 | 343.13 | 0.61 | 0.59 |
| Hex | D6 | 56 | 7A | 0 | 3C | 2B | 10 | 157 | 3D | 3B |
| Octal | 326 | 126 | 172 | 0 | 74 | 53 | 20 | 527 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1111010 | 0 | 111100 | 101011 | 10000 | 101010111 | 111101 | 111011 |
Color Harmonies of #D6567A
Complementary color
Monochromatic Colors of #D6567A
Black with #D6567A
Text Example
Text Example
White with #D6567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6567A; }
p { color: rgb(214,86,122); }
H1.HeaderClassName
{
color: #D6567A;
}
.AnyTagClassName
{
color: #D6567A;
}
</style>
background-color css
<style>
a { background-color: #D6567A; }
a { background-color: rgb(214,86,122); }
div.DivClassName
{
background-color: #D6567A;
}
.BgClassName
{
background-color: #D6567A;
}
</style>
border-color css
<style>
span { border-color: #D6567A; }
span { border-color: rgb(214,86,122); }
td.TdClassName
{
border-color: #D6567A;
}
.TagClassName
{
border-color: #D6567A;
}
</style>