Shades of Cranberry #D7577E
Tints of Cranberry #D7577E
RGB
CMYK
RGB Variations
Color information
#D7577E (or 0xD7577E) is known color: Cranberry. HEX triplet: D7, 57 and 7E. RGB value is (215,87,126). Sum of RGB (Red+Green+Blue) = 215+87+126=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7577E is #28A881. Grayscale: #818181. Windows color (decimal): -2664578 or 8280023. OLE color: 8280023.
HSL color Cylindrical-coordinate representation of color #D7577E: hue angle of 341.72º 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 #D7577E is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 126 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.16 |
| HSL | 341.72º | 0.62% | 0.59% | - |
| HSV(B) | 341.72º | 0.6% | 0.84% | - |
| XYZ | 35.2 | 22.77 | 22.28 | - |
| YUV | 129.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 126 | 0 | 0.60 | 0.41 | 0.16 | 341.72 | 0.62 | 0.59 |
| Hex | D7 | 57 | 7E | 0 | 3C | 29 | 10 | 156 | 3E | 3B |
| Octal | 327 | 127 | 176 | 0 | 74 | 51 | 20 | 526 | 76 | 73 |
| Binary | 11010111 | 1010111 | 1111110 | 0 | 111100 | 101001 | 10000 | 101010110 | 111110 | 111011 |
Color Harmonies of #D7577E
Complementary color
Monochromatic Colors of #D7577E
Black with #D7577E
Text Example
Text Example
White with #D7577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7577E; }
p { color: rgb(215,87,126); }
H1.HeaderClassName
{
color: #D7577E;
}
.AnyTagClassName
{
color: #D7577E;
}
</style>
background-color css
<style>
a { background-color: #D7577E; }
a { background-color: rgb(215,87,126); }
div.DivClassName
{
background-color: #D7577E;
}
.BgClassName
{
background-color: #D7577E;
}
</style>
border-color css
<style>
span { border-color: #D7577E; }
span { border-color: rgb(215,87,126); }
td.TdClassName
{
border-color: #D7577E;
}
.TagClassName
{
border-color: #D7577E;
}
</style>