Shades of Cranberry #D15385
Tints of Cranberry #D15385
RGB
CMYK
RGB Variations
Color information
#D15385 (or 0xD15385) is known color: Cranberry. HEX triplet: D1, 53 and 85. RGB value is (209,83,133). Sum of RGB (Red+Green+Blue) = 209+83+133=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D15385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15385 is #2EAC7A. Grayscale: #7E7E7E. Windows color (decimal): -3058811 or 8737745. OLE color: 8737745.
HSL color Cylindrical-coordinate representation of color #D15385: hue angle of 336.19º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15385 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 133 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.18 |
| HSL | 336.19º | 0.58% | 0.57% | - |
| HSV(B) | 336.19º | 0.6% | 0.82% | - |
| XYZ | 33.62 | 21.44 | 24.56 | - |
| YUV | 126.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 133 | 0 | 0.60 | 0.36 | 0.18 | 336.19 | 0.58 | 0.57 |
| Hex | D1 | 53 | 85 | 0 | 3C | 24 | 12 | 150 | 3A | 39 |
| Octal | 321 | 123 | 205 | 0 | 74 | 44 | 22 | 520 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10000101 | 0 | 111100 | 100100 | 10010 | 101010000 | 111010 | 111001 |
Color Harmonies of #D15385
Complementary color
Monochromatic Colors of #D15385
Black with #D15385
Text Example
Text Example
White with #D15385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15385; }
p { color: rgb(209,83,133); }
H1.HeaderClassName
{
color: #D15385;
}
.AnyTagClassName
{
color: #D15385;
}
</style>
background-color css
<style>
a { background-color: #D15385; }
a { background-color: rgb(209,83,133); }
div.DivClassName
{
background-color: #D15385;
}
.BgClassName
{
background-color: #D15385;
}
</style>
border-color css
<style>
span { border-color: #D15385; }
span { border-color: rgb(209,83,133); }
td.TdClassName
{
border-color: #D15385;
}
.TagClassName
{
border-color: #D15385;
}
</style>