Shades of Cranberry #D1507A
Tints of Cranberry #D1507A
RGB
CMYK
RGB Variations
Color information
#D1507A (or 0xD1507A) is known color: Cranberry. HEX triplet: D1, 50 and 7A. RGB value is (209,80,122). Sum of RGB (Red+Green+Blue) = 209+80+122=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1507A is #2EAF85. Grayscale: #7B7B7B. Windows color (decimal): -3059590 or 8016081. OLE color: 8016081.
HSL color Cylindrical-coordinate representation of color #D1507A: hue angle of 340.47º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1507A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 122 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.18 |
| HSL | 340.47º | 0.58% | 0.57% | - |
| HSV(B) | 340.47º | 0.62% | 0.82% | - |
| XYZ | 32.68 | 20.7 | 20.69 | - |
| YUV | 123.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 122 | 0 | 0.62 | 0.42 | 0.18 | 340.47 | 0.58 | 0.57 |
| Hex | D1 | 50 | 7A | 0 | 3E | 2A | 12 | 154 | 3A | 39 |
| Octal | 321 | 120 | 172 | 0 | 76 | 52 | 22 | 524 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1111010 | 0 | 111110 | 101010 | 10010 | 101010100 | 111010 | 111001 |
Color Harmonies of #D1507A
Complementary color
Monochromatic Colors of #D1507A
Black with #D1507A
Text Example
Text Example
White with #D1507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1507A; }
p { color: rgb(209,80,122); }
H1.HeaderClassName
{
color: #D1507A;
}
.AnyTagClassName
{
color: #D1507A;
}
</style>
background-color css
<style>
a { background-color: #D1507A; }
a { background-color: rgb(209,80,122); }
div.DivClassName
{
background-color: #D1507A;
}
.BgClassName
{
background-color: #D1507A;
}
</style>
border-color css
<style>
span { border-color: #D1507A; }
span { border-color: rgb(209,80,122); }
td.TdClassName
{
border-color: #D1507A;
}
.TagClassName
{
border-color: #D1507A;
}
</style>