Shades of Cranberry #D7577B
Tints of Cranberry #D7577B
RGB
CMYK
RGB Variations
Color information
#D7577B (or 0xD7577B) is known color: Cranberry. HEX triplet: D7, 57 and 7B. RGB value is (215,87,123). Sum of RGB (Red+Green+Blue) = 215+87+123=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7577B is #28A884. Grayscale: #818181. Windows color (decimal): -2664581 or 8083415. OLE color: 8083415.
HSL color Cylindrical-coordinate representation of color #D7577B: hue angle of 343.12º degrees, saturation: 0.62, 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 #D7577B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 123 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.16 |
| HSL | 343.13º | 0.62% | 0.59% | - |
| HSV(B) | 343.13º | 0.6% | 0.84% | - |
| XYZ | 35.01 | 22.69 | 21.27 | - |
| YUV | 129.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 123 | 0 | 0.60 | 0.43 | 0.16 | 343.13 | 0.62 | 0.59 |
| Hex | D7 | 57 | 7B | 0 | 3C | 2B | 10 | 157 | 3E | 3B |
| Octal | 327 | 127 | 173 | 0 | 74 | 53 | 20 | 527 | 76 | 73 |
| Binary | 11010111 | 1010111 | 1111011 | 0 | 111100 | 101011 | 10000 | 101010111 | 111110 | 111011 |
Color Harmonies of #D7577B
Complementary color
Monochromatic Colors of #D7577B
Black with #D7577B
Text Example
Text Example
White with #D7577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7577B; }
p { color: rgb(215,87,123); }
H1.HeaderClassName
{
color: #D7577B;
}
.AnyTagClassName
{
color: #D7577B;
}
</style>
background-color css
<style>
a { background-color: #D7577B; }
a { background-color: rgb(215,87,123); }
div.DivClassName
{
background-color: #D7577B;
}
.BgClassName
{
background-color: #D7577B;
}
</style>
border-color css
<style>
span { border-color: #D7577B; }
span { border-color: rgb(215,87,123); }
td.TdClassName
{
border-color: #D7577B;
}
.TagClassName
{
border-color: #D7577B;
}
</style>