Shades of Cranberry #DA547E
Tints of Cranberry #DA547E
RGB
CMYK
RGB Variations
Color information
#DA547E (or 0xDA547E) is known color: Cranberry. HEX triplet: DA, 54 and 7E. RGB value is (218,84,126). Sum of RGB (Red+Green+Blue) = 218+84+126=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA547E is #25AB81. Grayscale: #808080. Windows color (decimal): -2468738 or 8279258. OLE color: 8279258.
HSL color Cylindrical-coordinate representation of color #DA547E: hue angle of 341.19º 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 #DA547E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 126 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.15 |
| HSL | 341.19º | 0.64% | 0.59% | - |
| HSV(B) | 341.19º | 0.61% | 0.85% | - |
| XYZ | 35.85 | 22.75 | 22.24 | - |
| YUV | 128.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 126 | 0 | 0.61 | 0.42 | 0.15 | 341.19 | 0.64 | 0.59 |
| Hex | DA | 54 | 7E | 0 | 3D | 2A | F | 155 | 40 | 3B |
| Octal | 332 | 124 | 176 | 0 | 75 | 52 | 17 | 525 | 100 | 73 |
| Binary | 11011010 | 1010100 | 1111110 | 0 | 111101 | 101010 | 1111 | 101010101 | 1000000 | 111011 |
Color Harmonies of #DA547E
Complementary color
Monochromatic Colors of #DA547E
Black with #DA547E
Text Example
Text Example
White with #DA547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA547E; }
p { color: rgb(218,84,126); }
H1.HeaderClassName
{
color: #DA547E;
}
.AnyTagClassName
{
color: #DA547E;
}
</style>
background-color css
<style>
a { background-color: #DA547E; }
a { background-color: rgb(218,84,126); }
div.DivClassName
{
background-color: #DA547E;
}
.BgClassName
{
background-color: #DA547E;
}
</style>
border-color css
<style>
span { border-color: #DA547E; }
span { border-color: rgb(218,84,126); }
td.TdClassName
{
border-color: #DA547E;
}
.TagClassName
{
border-color: #DA547E;
}
</style>