Shades of Cranberry #D15B7A
Tints of Cranberry #D15B7A
RGB
CMYK
RGB Variations
Color information
#D15B7A (or 0xD15B7A) is known color: Cranberry. HEX triplet: D1, 5B and 7A. RGB value is (209,91,122). Sum of RGB (Red+Green+Blue) = 209+91+122=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B7A is #2EA485. Grayscale: #818181. Windows color (decimal): -3056774 or 8018897. OLE color: 8018897.
HSL color Cylindrical-coordinate representation of color #D15B7A: hue angle of 344.24º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15B7A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 122 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.18 |
| HSL | 344.24º | 0.56% | 0.59% | - |
| HSV(B) | 344.24º | 0.56% | 0.82% | - |
| XYZ | 33.55 | 22.44 | 20.98 | - |
| YUV | 129.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 122 | 0 | 0.56 | 0.42 | 0.18 | 344.24 | 0.56 | 0.59 |
| Hex | D1 | 5B | 7A | 0 | 38 | 2A | 12 | 158 | 38 | 3B |
| Octal | 321 | 133 | 172 | 0 | 70 | 52 | 22 | 530 | 70 | 73 |
| Binary | 11010001 | 1011011 | 1111010 | 0 | 111000 | 101010 | 10010 | 101011000 | 111000 | 111011 |
Color Harmonies of #D15B7A
Complementary color
Monochromatic Colors of #D15B7A
Black with #D15B7A
Text Example
Text Example
White with #D15B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B7A; }
p { color: rgb(209,91,122); }
H1.HeaderClassName
{
color: #D15B7A;
}
.AnyTagClassName
{
color: #D15B7A;
}
</style>
background-color css
<style>
a { background-color: #D15B7A; }
a { background-color: rgb(209,91,122); }
div.DivClassName
{
background-color: #D15B7A;
}
.BgClassName
{
background-color: #D15B7A;
}
</style>
border-color css
<style>
span { border-color: #D15B7A; }
span { border-color: rgb(209,91,122); }
td.TdClassName
{
border-color: #D15B7A;
}
.TagClassName
{
border-color: #D15B7A;
}
</style>