Shades of Cranberry #D7537B
Tints of Cranberry #D7537B
RGB
CMYK
RGB Variations
Color information
#D7537B (or 0xD7537B) is known color: Cranberry. HEX triplet: D7, 53 and 7B. RGB value is (215,83,123). Sum of RGB (Red+Green+Blue) = 215+83+123=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7537B is #28AC84. Grayscale: #7F7F7F. Windows color (decimal): -2665605 or 8082391. OLE color: 8082391.
HSL color Cylindrical-coordinate representation of color #D7537B: hue angle of 341.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7537B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 123 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.16 |
| HSL | 341.82º | 0.62% | 0.58% | - |
| HSV(B) | 341.82º | 0.61% | 0.84% | - |
| XYZ | 34.69 | 22.06 | 21.17 | - |
| YUV | 127.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 123 | 0 | 0.61 | 0.43 | 0.16 | 341.82 | 0.62 | 0.58 |
| Hex | D7 | 53 | 7B | 0 | 3D | 2B | 10 | 156 | 3E | 3A |
| Octal | 327 | 123 | 173 | 0 | 75 | 53 | 20 | 526 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1111011 | 0 | 111101 | 101011 | 10000 | 101010110 | 111110 | 111010 |
Color Harmonies of #D7537B
Complementary color
Monochromatic Colors of #D7537B
Black with #D7537B
Text Example
Text Example
White with #D7537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7537B; }
p { color: rgb(215,83,123); }
H1.HeaderClassName
{
color: #D7537B;
}
.AnyTagClassName
{
color: #D7537B;
}
</style>
background-color css
<style>
a { background-color: #D7537B; }
a { background-color: rgb(215,83,123); }
div.DivClassName
{
background-color: #D7537B;
}
.BgClassName
{
background-color: #D7537B;
}
</style>
border-color css
<style>
span { border-color: #D7537B; }
span { border-color: rgb(215,83,123); }
td.TdClassName
{
border-color: #D7537B;
}
.TagClassName
{
border-color: #D7537B;
}
</style>