Shades of Cranberry #D6578B
Tints of Cranberry #D6578B
RGB
CMYK
RGB Variations
Color information
#D6578B (or 0xD6578B) is known color: Cranberry. HEX triplet: D6, 57 and 8B. RGB value is (214,87,139). Sum of RGB (Red+Green+Blue) = 214+87+139=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6578B is #29A874. Grayscale: #828282. Windows color (decimal): -2730101 or 9131990. OLE color: 9131990.
HSL color Cylindrical-coordinate representation of color #D6578B: hue angle of 335.43º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6578B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 139 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.16 |
| HSL | 335.43º | 0.61% | 0.59% | - |
| HSV(B) | 335.43º | 0.59% | 0.84% | - |
| XYZ | 35.8 | 22.98 | 26.97 | - |
| YUV | 130.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 139 | 0 | 0.59 | 0.35 | 0.16 | 335.43 | 0.61 | 0.59 |
| Hex | D6 | 57 | 8B | 0 | 3B | 23 | 10 | 14F | 3D | 3B |
| Octal | 326 | 127 | 213 | 0 | 73 | 43 | 20 | 517 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10001011 | 0 | 111011 | 100011 | 10000 | 101001111 | 111101 | 111011 |
Color Harmonies of #D6578B
Complementary color
Monochromatic Colors of #D6578B
Black with #D6578B
Text Example
Text Example
White with #D6578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6578B; }
p { color: rgb(214,87,139); }
H1.HeaderClassName
{
color: #D6578B;
}
.AnyTagClassName
{
color: #D6578B;
}
</style>
background-color css
<style>
a { background-color: #D6578B; }
a { background-color: rgb(214,87,139); }
div.DivClassName
{
background-color: #D6578B;
}
.BgClassName
{
background-color: #D6578B;
}
</style>
border-color css
<style>
span { border-color: #D6578B; }
span { border-color: rgb(214,87,139); }
td.TdClassName
{
border-color: #D6578B;
}
.TagClassName
{
border-color: #D6578B;
}
</style>