Shades of Cranberry #D45B86
Tints of Cranberry #D45B86
RGB
CMYK
RGB Variations
Color information
#D45B86 (or 0xD45B86) is known color: Cranberry. HEX triplet: D4, 5B and 86. RGB value is (212,91,134). Sum of RGB (Red+Green+Blue) = 212+91+134=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45B86 is #2BA479. Grayscale: #848484. Windows color (decimal): -2860154 or 8805332. OLE color: 8805332.
HSL color Cylindrical-coordinate representation of color #D45B86: hue angle of 338.68º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45B86 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 134 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.17 |
| HSL | 338.68º | 0.58% | 0.59% | - |
| HSV(B) | 338.68º | 0.57% | 0.83% | - |
| XYZ | 35.2 | 23.2 | 25.18 | - |
| YUV | 132.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 134 | 0 | 0.57 | 0.37 | 0.17 | 338.68 | 0.58 | 0.59 |
| Hex | D4 | 5B | 86 | 0 | 39 | 25 | 11 | 153 | 3A | 3B |
| Octal | 324 | 133 | 206 | 0 | 71 | 45 | 21 | 523 | 72 | 73 |
| Binary | 11010100 | 1011011 | 10000110 | 0 | 111001 | 100101 | 10001 | 101010011 | 111010 | 111011 |
Color Harmonies of #D45B86
Complementary color
Monochromatic Colors of #D45B86
Black with #D45B86
Text Example
Text Example
White with #D45B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45B86; }
p { color: rgb(212,91,134); }
H1.HeaderClassName
{
color: #D45B86;
}
.AnyTagClassName
{
color: #D45B86;
}
</style>
background-color css
<style>
a { background-color: #D45B86; }
a { background-color: rgb(212,91,134); }
div.DivClassName
{
background-color: #D45B86;
}
.BgClassName
{
background-color: #D45B86;
}
</style>
border-color css
<style>
span { border-color: #D45B86; }
span { border-color: rgb(212,91,134); }
td.TdClassName
{
border-color: #D45B86;
}
.TagClassName
{
border-color: #D45B86;
}
</style>