Shades of Cranberry #D15E7F
Tints of Cranberry #D15E7F
RGB
CMYK
RGB Variations
Color information
#D15E7F (or 0xD15E7F) is known color: Cranberry. HEX triplet: D1, 5E and 7F. RGB value is (209,94,127). Sum of RGB (Red+Green+Blue) = 209+94+127=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E7F is #2EA180. Grayscale: #848484. Windows color (decimal): -3056001 or 8347345. OLE color: 8347345.
HSL color Cylindrical-coordinate representation of color #D15E7F: hue angle of 342.78º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15E7F is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 127 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.18 |
| HSL | 342.78º | 0.56% | 0.59% | - |
| HSV(B) | 342.78º | 0.55% | 0.82% | - |
| XYZ | 34.13 | 23.09 | 22.74 | - |
| YUV | 132.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 127 | 0 | 0.55 | 0.39 | 0.18 | 342.78 | 0.56 | 0.59 |
| Hex | D1 | 5E | 7F | 0 | 37 | 27 | 12 | 157 | 38 | 3B |
| Octal | 321 | 136 | 177 | 0 | 67 | 47 | 22 | 527 | 70 | 73 |
| Binary | 11010001 | 1011110 | 1111111 | 0 | 110111 | 100111 | 10010 | 101010111 | 111000 | 111011 |
Color Harmonies of #D15E7F
Complementary color
Monochromatic Colors of #D15E7F
Black with #D15E7F
Text Example
Text Example
White with #D15E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E7F; }
p { color: rgb(209,94,127); }
H1.HeaderClassName
{
color: #D15E7F;
}
.AnyTagClassName
{
color: #D15E7F;
}
</style>
background-color css
<style>
a { background-color: #D15E7F; }
a { background-color: rgb(209,94,127); }
div.DivClassName
{
background-color: #D15E7F;
}
.BgClassName
{
background-color: #D15E7F;
}
</style>
border-color css
<style>
span { border-color: #D15E7F; }
span { border-color: rgb(209,94,127); }
td.TdClassName
{
border-color: #D15E7F;
}
.TagClassName
{
border-color: #D15E7F;
}
</style>