Shades of Cranberry #D7577A
Tints of Cranberry #D7577A
RGB
CMYK
RGB Variations
Color information
#D7577A (or 0xD7577A) is known color: Cranberry. HEX triplet: D7, 57 and 7A. RGB value is (215,87,122). Sum of RGB (Red+Green+Blue) = 215+87+122=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7577A is #28A885. Grayscale: #818181. Windows color (decimal): -2664582 or 8017879. OLE color: 8017879.
HSL color Cylindrical-coordinate representation of color #D7577A: hue angle of 343.59º 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 #D7577A is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 122 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.16 |
| HSL | 343.59º | 0.62% | 0.59% | - |
| HSV(B) | 343.59º | 0.6% | 0.84% | - |
| XYZ | 34.95 | 22.67 | 20.95 | - |
| YUV | 129.26 | 123.91 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 122 | 0 | 0.60 | 0.43 | 0.16 | 343.59 | 0.62 | 0.59 |
| Hex | D7 | 57 | 7A | 0 | 3C | 2B | 10 | 158 | 3E | 3B |
| Octal | 327 | 127 | 172 | 0 | 74 | 53 | 20 | 530 | 76 | 73 |
| Binary | 11010111 | 1010111 | 1111010 | 0 | 111100 | 101011 | 10000 | 101011000 | 111110 | 111011 |
Color Harmonies of #D7577A
Complementary color
Monochromatic Colors of #D7577A
Black with #D7577A
Text Example
Text Example
White with #D7577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7577A; }
p { color: rgb(215,87,122); }
H1.HeaderClassName
{
color: #D7577A;
}
.AnyTagClassName
{
color: #D7577A;
}
</style>
background-color css
<style>
a { background-color: #D7577A; }
a { background-color: rgb(215,87,122); }
div.DivClassName
{
background-color: #D7577A;
}
.BgClassName
{
background-color: #D7577A;
}
</style>
border-color css
<style>
span { border-color: #D7577A; }
span { border-color: rgb(215,87,122); }
td.TdClassName
{
border-color: #D7577A;
}
.TagClassName
{
border-color: #D7577A;
}
</style>