Shades of Cranberry #D6577B
Tints of Cranberry #D6577B
RGB
CMYK
RGB Variations
Color information
#D6577B (or 0xD6577B) is known color: Cranberry. HEX triplet: D6, 57 and 7B. RGB value is (214,87,123). Sum of RGB (Red+Green+Blue) = 214+87+123=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6577B is #29A884. Grayscale: #818181. Windows color (decimal): -2730117 or 8083414. OLE color: 8083414.
HSL color Cylindrical-coordinate representation of color #D6577B: hue angle of 342.99º 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 #D6577B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 123 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.16 |
| HSL | 342.99º | 0.61% | 0.59% | - |
| HSV(B) | 342.99º | 0.59% | 0.84% | - |
| XYZ | 34.71 | 22.54 | 21.26 | - |
| YUV | 129.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 123 | 0 | 0.59 | 0.43 | 0.16 | 342.99 | 0.61 | 0.59 |
| Hex | D6 | 57 | 7B | 0 | 3B | 2B | 10 | 157 | 3D | 3B |
| Octal | 326 | 127 | 173 | 0 | 73 | 53 | 20 | 527 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1111011 | 0 | 111011 | 101011 | 10000 | 101010111 | 111101 | 111011 |
Color Harmonies of #D6577B
Complementary color
Monochromatic Colors of #D6577B
Black with #D6577B
Text Example
Text Example
White with #D6577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6577B; }
p { color: rgb(214,87,123); }
H1.HeaderClassName
{
color: #D6577B;
}
.AnyTagClassName
{
color: #D6577B;
}
</style>
background-color css
<style>
a { background-color: #D6577B; }
a { background-color: rgb(214,87,123); }
div.DivClassName
{
background-color: #D6577B;
}
.BgClassName
{
background-color: #D6577B;
}
</style>
border-color css
<style>
span { border-color: #D6577B; }
span { border-color: rgb(214,87,123); }
td.TdClassName
{
border-color: #D6577B;
}
.TagClassName
{
border-color: #D6577B;
}
</style>