Shades of Cranberry #DA537B
Tints of Cranberry #DA537B
RGB
CMYK
RGB Variations
Color information
#DA537B (or 0xDA537B) is known color: Cranberry. HEX triplet: DA, 53 and 7B. RGB value is (218,83,123). Sum of RGB (Red+Green+Blue) = 218+83+123=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA537B is #25AC84. Grayscale: #7F7F7F. Windows color (decimal): -2468997 or 8082394. OLE color: 8082394.
HSL color Cylindrical-coordinate representation of color #DA537B: hue angle of 342.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA537B is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 123 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.15 |
| HSL | 342.22º | 0.65% | 0.59% | - |
| HSV(B) | 342.22º | 0.62% | 0.85% | - |
| XYZ | 35.58 | 22.52 | 21.21 | - |
| YUV | 127.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 123 | 0 | 0.62 | 0.44 | 0.15 | 342.22 | 0.65 | 0.59 |
| Hex | DA | 53 | 7B | 0 | 3E | 2C | F | 156 | 41 | 3B |
| Octal | 332 | 123 | 173 | 0 | 76 | 54 | 17 | 526 | 101 | 73 |
| Binary | 11011010 | 1010011 | 1111011 | 0 | 111110 | 101100 | 1111 | 101010110 | 1000001 | 111011 |
Color Harmonies of #DA537B
Complementary color
Monochromatic Colors of #DA537B
Black with #DA537B
Text Example
Text Example
White with #DA537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA537B; }
p { color: rgb(218,83,123); }
H1.HeaderClassName
{
color: #DA537B;
}
.AnyTagClassName
{
color: #DA537B;
}
</style>
background-color css
<style>
a { background-color: #DA537B; }
a { background-color: rgb(218,83,123); }
div.DivClassName
{
background-color: #DA537B;
}
.BgClassName
{
background-color: #DA537B;
}
</style>
border-color css
<style>
span { border-color: #DA537B; }
span { border-color: rgb(218,83,123); }
td.TdClassName
{
border-color: #DA537B;
}
.TagClassName
{
border-color: #DA537B;
}
</style>