Shades of Cranberry #D15F7A
Tints of Cranberry #D15F7A
RGB
CMYK
RGB Variations
Color information
#D15F7A (or 0xD15F7A) is known color: Cranberry. HEX triplet: D1, 5F and 7A. RGB value is (209,95,122). Sum of RGB (Red+Green+Blue) = 209+95+122=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F7A is #2EA085. Grayscale: #848484. Windows color (decimal): -3055750 or 8019921. OLE color: 8019921.
HSL color Cylindrical-coordinate representation of color #D15F7A: hue angle of 345.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F7A is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 122 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.18 |
| HSL | 345.79º | 0.55% | 0.6% | - |
| HSV(B) | 345.79º | 0.55% | 0.82% | - |
| XYZ | 33.9 | 23.14 | 21.09 | - |
| YUV | 132.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 122 | 0 | 0.55 | 0.42 | 0.18 | 345.79 | 0.55 | 0.6 |
| Hex | D1 | 5F | 7A | 0 | 37 | 2A | 12 | 15A | 37 | 3C |
| Octal | 321 | 137 | 172 | 0 | 67 | 52 | 22 | 532 | 67 | 74 |
| Binary | 11010001 | 1011111 | 1111010 | 0 | 110111 | 101010 | 10010 | 101011010 | 110111 | 111100 |
Color Harmonies of #D15F7A
Complementary color
Monochromatic Colors of #D15F7A
Black with #D15F7A
Text Example
Text Example
White with #D15F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F7A; }
p { color: rgb(209,95,122); }
H1.HeaderClassName
{
color: #D15F7A;
}
.AnyTagClassName
{
color: #D15F7A;
}
</style>
background-color css
<style>
a { background-color: #D15F7A; }
a { background-color: rgb(209,95,122); }
div.DivClassName
{
background-color: #D15F7A;
}
.BgClassName
{
background-color: #D15F7A;
}
</style>
border-color css
<style>
span { border-color: #D15F7A; }
span { border-color: rgb(209,95,122); }
td.TdClassName
{
border-color: #D15F7A;
}
.TagClassName
{
border-color: #D15F7A;
}
</style>