Shades of Cranberry #D15B7B
Tints of Cranberry #D15B7B
RGB
CMYK
RGB Variations
Color information
#D15B7B (or 0xD15B7B) is known color: Cranberry. HEX triplet: D1, 5B and 7B. RGB value is (209,91,123). Sum of RGB (Red+Green+Blue) = 209+91+123=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B7B is #2EA484. Grayscale: #818181. Windows color (decimal): -3056773 or 8084433. OLE color: 8084433.
HSL color Cylindrical-coordinate representation of color #D15B7B: hue angle of 343.73º 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 #D15B7B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 123 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.18 |
| HSL | 343.73º | 0.56% | 0.59% | - |
| HSV(B) | 343.73º | 0.56% | 0.82% | - |
| XYZ | 33.61 | 22.47 | 21.3 | - |
| YUV | 129.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 123 | 0 | 0.56 | 0.41 | 0.18 | 343.73 | 0.56 | 0.59 |
| Hex | D1 | 5B | 7B | 0 | 38 | 29 | 12 | 158 | 38 | 3B |
| Octal | 321 | 133 | 173 | 0 | 70 | 51 | 22 | 530 | 70 | 73 |
| Binary | 11010001 | 1011011 | 1111011 | 0 | 111000 | 101001 | 10010 | 101011000 | 111000 | 111011 |
Color Harmonies of #D15B7B
Complementary color
Monochromatic Colors of #D15B7B
Black with #D15B7B
Text Example
Text Example
White with #D15B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B7B; }
p { color: rgb(209,91,123); }
H1.HeaderClassName
{
color: #D15B7B;
}
.AnyTagClassName
{
color: #D15B7B;
}
</style>
background-color css
<style>
a { background-color: #D15B7B; }
a { background-color: rgb(209,91,123); }
div.DivClassName
{
background-color: #D15B7B;
}
.BgClassName
{
background-color: #D15B7B;
}
</style>
border-color css
<style>
span { border-color: #D15B7B; }
span { border-color: rgb(209,91,123); }
td.TdClassName
{
border-color: #D15B7B;
}
.TagClassName
{
border-color: #D15B7B;
}
</style>