Shades of Cranberry #D7507D
Tints of Cranberry #D7507D
RGB
CMYK
RGB Variations
Color information
#D7507D (or 0xD7507D) is known color: Cranberry. HEX triplet: D7, 50 and 7D. RGB value is (215,80,125). Sum of RGB (Red+Green+Blue) = 215+80+125=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7507D is #28AF82. Grayscale: #7D7D7D. Windows color (decimal): -2666371 or 8212695. OLE color: 8212695.
HSL color Cylindrical-coordinate representation of color #D7507D: hue angle of 340º 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 #D7507D is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 125 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.16 |
| HSL | 340º | 0.63% | 0.58% | - |
| HSV(B) | 340º | 0.63% | 0.84% | - |
| XYZ | 34.59 | 21.67 | 21.76 | - |
| YUV | 125.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 125 | 0 | 0.63 | 0.42 | 0.16 | 340 | 0.63 | 0.58 |
| Hex | D7 | 50 | 7D | 0 | 3F | 2A | 10 | 154 | 3F | 3A |
| Octal | 327 | 120 | 175 | 0 | 77 | 52 | 20 | 524 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1111101 | 0 | 111111 | 101010 | 10000 | 101010100 | 111111 | 111010 |
Color Harmonies of #D7507D
Complementary color
Monochromatic Colors of #D7507D
Black with #D7507D
Text Example
Text Example
White with #D7507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7507D; }
p { color: rgb(215,80,125); }
H1.HeaderClassName
{
color: #D7507D;
}
.AnyTagClassName
{
color: #D7507D;
}
</style>
background-color css
<style>
a { background-color: #D7507D; }
a { background-color: rgb(215,80,125); }
div.DivClassName
{
background-color: #D7507D;
}
.BgClassName
{
background-color: #D7507D;
}
</style>
border-color css
<style>
span { border-color: #D7507D; }
span { border-color: rgb(215,80,125); }
td.TdClassName
{
border-color: #D7507D;
}
.TagClassName
{
border-color: #D7507D;
}
</style>