Shades of Cranberry #DA547B
Tints of Cranberry #DA547B
RGB
CMYK
RGB Variations
Color information
#DA547B (or 0xDA547B) is known color: Cranberry. HEX triplet: DA, 54 and 7B. RGB value is (218,84,123). Sum of RGB (Red+Green+Blue) = 218+84+123=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA547B is #25AB84. Grayscale: #808080. Windows color (decimal): -2468741 or 8082650. OLE color: 8082650.
HSL color Cylindrical-coordinate representation of color #DA547B: hue angle of 342.54º 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 #DA547B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 123 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.15 |
| HSL | 342.54º | 0.64% | 0.59% | - |
| HSV(B) | 342.54º | 0.61% | 0.85% | - |
| XYZ | 35.66 | 22.68 | 21.24 | - |
| YUV | 128.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 123 | 0 | 0.61 | 0.44 | 0.15 | 342.54 | 0.64 | 0.59 |
| Hex | DA | 54 | 7B | 0 | 3D | 2C | F | 157 | 40 | 3B |
| Octal | 332 | 124 | 173 | 0 | 75 | 54 | 17 | 527 | 100 | 73 |
| Binary | 11011010 | 1010100 | 1111011 | 0 | 111101 | 101100 | 1111 | 101010111 | 1000000 | 111011 |
Color Harmonies of #DA547B
Complementary color
Monochromatic Colors of #DA547B
Black with #DA547B
Text Example
Text Example
White with #DA547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA547B; }
p { color: rgb(218,84,123); }
H1.HeaderClassName
{
color: #DA547B;
}
.AnyTagClassName
{
color: #DA547B;
}
</style>
background-color css
<style>
a { background-color: #DA547B; }
a { background-color: rgb(218,84,123); }
div.DivClassName
{
background-color: #DA547B;
}
.BgClassName
{
background-color: #DA547B;
}
</style>
border-color css
<style>
span { border-color: #DA547B; }
span { border-color: rgb(218,84,123); }
td.TdClassName
{
border-color: #DA547B;
}
.TagClassName
{
border-color: #DA547B;
}
</style>