Shades of Cranberry #D45B85
Tints of Cranberry #D45B85
RGB
CMYK
RGB Variations
Color information
#D45B85 (or 0xD45B85) is known color: Cranberry. HEX triplet: D4, 5B and 85. RGB value is (212,91,133). Sum of RGB (Red+Green+Blue) = 212+91+133=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45B85 is #2BA47A. Grayscale: #838383. Windows color (decimal): -2860155 or 8739796. OLE color: 8739796.
HSL color Cylindrical-coordinate representation of color #D45B85: hue angle of 339.17º 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 #D45B85 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 133 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.17 |
| HSL | 339.17º | 0.58% | 0.59% | - |
| HSV(B) | 339.17º | 0.57% | 0.83% | - |
| XYZ | 35.13 | 23.17 | 24.81 | - |
| YUV | 131.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 133 | 0 | 0.57 | 0.37 | 0.17 | 339.17 | 0.58 | 0.59 |
| Hex | D4 | 5B | 85 | 0 | 39 | 25 | 11 | 153 | 3A | 3B |
| Octal | 324 | 133 | 205 | 0 | 71 | 45 | 21 | 523 | 72 | 73 |
| Binary | 11010100 | 1011011 | 10000101 | 0 | 111001 | 100101 | 10001 | 101010011 | 111010 | 111011 |
Color Harmonies of #D45B85
Complementary color
Monochromatic Colors of #D45B85
Black with #D45B85
Text Example
Text Example
White with #D45B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45B85; }
p { color: rgb(212,91,133); }
H1.HeaderClassName
{
color: #D45B85;
}
.AnyTagClassName
{
color: #D45B85;
}
</style>
background-color css
<style>
a { background-color: #D45B85; }
a { background-color: rgb(212,91,133); }
div.DivClassName
{
background-color: #D45B85;
}
.BgClassName
{
background-color: #D45B85;
}
</style>
border-color css
<style>
span { border-color: #D45B85; }
span { border-color: rgb(212,91,133); }
td.TdClassName
{
border-color: #D45B85;
}
.TagClassName
{
border-color: #D45B85;
}
</style>