Shades of Cranberry #D9547B
Tints of Cranberry #D9547B
RGB
CMYK
RGB Variations
Color information
#D9547B (or 0xD9547B) is known color: Cranberry. HEX triplet: D9, 54 and 7B. RGB value is (217,84,123). Sum of RGB (Red+Green+Blue) = 217+84+123=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9547B is #26AB84. Grayscale: #808080. Windows color (decimal): -2534277 or 8082649. OLE color: 8082649.
HSL color Cylindrical-coordinate representation of color #D9547B: hue angle of 342.41º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9547B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 123 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.15 |
| HSL | 342.41º | 0.64% | 0.59% | - |
| HSV(B) | 342.41º | 0.61% | 0.85% | - |
| XYZ | 35.36 | 22.52 | 21.22 | - |
| YUV | 128.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 123 | 0 | 0.61 | 0.43 | 0.15 | 342.41 | 0.64 | 0.59 |
| Hex | D9 | 54 | 7B | 0 | 3D | 2B | F | 156 | 40 | 3B |
| Octal | 331 | 124 | 173 | 0 | 75 | 53 | 17 | 526 | 100 | 73 |
| Binary | 11011001 | 1010100 | 1111011 | 0 | 111101 | 101011 | 1111 | 101010110 | 1000000 | 111011 |
Color Harmonies of #D9547B
Complementary color
Monochromatic Colors of #D9547B
Black with #D9547B
Text Example
Text Example
White with #D9547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9547B; }
p { color: rgb(217,84,123); }
H1.HeaderClassName
{
color: #D9547B;
}
.AnyTagClassName
{
color: #D9547B;
}
</style>
background-color css
<style>
a { background-color: #D9547B; }
a { background-color: rgb(217,84,123); }
div.DivClassName
{
background-color: #D9547B;
}
.BgClassName
{
background-color: #D9547B;
}
</style>
border-color css
<style>
span { border-color: #D9547B; }
span { border-color: rgb(217,84,123); }
td.TdClassName
{
border-color: #D9547B;
}
.TagClassName
{
border-color: #D9547B;
}
</style>