Shades of Cranberry #D45689
Tints of Cranberry #D45689
RGB
CMYK
RGB Variations
Color information
#D45689 (or 0xD45689) is known color: Cranberry. HEX triplet: D4, 56 and 89. RGB value is (212,86,137). Sum of RGB (Red+Green+Blue) = 212+86+137=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D45689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45689 is #2BA976. Grayscale: #818181. Windows color (decimal): -2861431 or 9000660. OLE color: 9000660.
HSL color Cylindrical-coordinate representation of color #D45689: hue angle of 335.71º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45689 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 137 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.17 |
| HSL | 335.71º | 0.59% | 0.58% | - |
| HSV(B) | 335.71º | 0.59% | 0.83% | - |
| XYZ | 34.99 | 22.46 | 26.16 | - |
| YUV | 129.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 137 | 0 | 0.59 | 0.35 | 0.17 | 335.71 | 0.59 | 0.58 |
| Hex | D4 | 56 | 89 | 0 | 3B | 23 | 11 | 150 | 3B | 3A |
| Octal | 324 | 126 | 211 | 0 | 73 | 43 | 21 | 520 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10001001 | 0 | 111011 | 100011 | 10001 | 101010000 | 111011 | 111010 |
Color Harmonies of #D45689
Complementary color
Monochromatic Colors of #D45689
Black with #D45689
Text Example
Text Example
White with #D45689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45689; }
p { color: rgb(212,86,137); }
H1.HeaderClassName
{
color: #D45689;
}
.AnyTagClassName
{
color: #D45689;
}
</style>
background-color css
<style>
a { background-color: #D45689; }
a { background-color: rgb(212,86,137); }
div.DivClassName
{
background-color: #D45689;
}
.BgClassName
{
background-color: #D45689;
}
</style>
border-color css
<style>
span { border-color: #D45689; }
span { border-color: rgb(212,86,137); }
td.TdClassName
{
border-color: #D45689;
}
.TagClassName
{
border-color: #D45689;
}
</style>