Shades of Cranberry #D7507C
Tints of Cranberry #D7507C
RGB
CMYK
RGB Variations
Color information
#D7507C (or 0xD7507C) is known color: Cranberry. HEX triplet: D7, 50 and 7C. RGB value is (215,80,124). Sum of RGB (Red+Green+Blue) = 215+80+124=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7507C is #28AF83. Grayscale: #7D7D7D. Windows color (decimal): -2666372 or 8147159. OLE color: 8147159.
HSL color Cylindrical-coordinate representation of color #D7507C: hue angle of 340.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7507C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 124 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.16 |
| HSL | 340.44º | 0.63% | 0.58% | - |
| HSV(B) | 340.44º | 0.63% | 0.84% | - |
| XYZ | 34.53 | 21.64 | 21.43 | - |
| YUV | 125.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 124 | 0 | 0.63 | 0.42 | 0.16 | 340.44 | 0.63 | 0.58 |
| Hex | D7 | 50 | 7C | 0 | 3F | 2A | 10 | 154 | 3F | 3A |
| Octal | 327 | 120 | 174 | 0 | 77 | 52 | 20 | 524 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1111100 | 0 | 111111 | 101010 | 10000 | 101010100 | 111111 | 111010 |
Color Harmonies of #D7507C
Complementary color
Monochromatic Colors of #D7507C
Black with #D7507C
Text Example
Text Example
White with #D7507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7507C; }
p { color: rgb(215,80,124); }
H1.HeaderClassName
{
color: #D7507C;
}
.AnyTagClassName
{
color: #D7507C;
}
</style>
background-color css
<style>
a { background-color: #D7507C; }
a { background-color: rgb(215,80,124); }
div.DivClassName
{
background-color: #D7507C;
}
.BgClassName
{
background-color: #D7507C;
}
</style>
border-color css
<style>
span { border-color: #D7507C; }
span { border-color: rgb(215,80,124); }
td.TdClassName
{
border-color: #D7507C;
}
.TagClassName
{
border-color: #D7507C;
}
</style>