Shades of Cranberry #DA5B7C
Tints of Cranberry #DA5B7C
RGB
CMYK
RGB Variations
Color information
#DA5B7C (or 0xDA5B7C) is known color: Cranberry. HEX triplet: DA, 5B and 7C. RGB value is (218,91,124). Sum of RGB (Red+Green+Blue) = 218+91+124=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B7C is #25A483. Grayscale: #848484. Windows color (decimal): -2466948 or 8149978. OLE color: 8149978.
HSL color Cylindrical-coordinate representation of color #DA5B7C: hue angle of 344.41º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5B7C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 124 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.15 |
| HSL | 344.41º | 0.63% | 0.61% | - |
| HSV(B) | 344.41º | 0.58% | 0.85% | - |
| XYZ | 36.29 | 23.84 | 21.76 | - |
| YUV | 132.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 124 | 0 | 0.58 | 0.43 | 0.15 | 344.41 | 0.63 | 0.61 |
| Hex | DA | 5B | 7C | 0 | 3A | 2B | F | 158 | 3F | 3D |
| Octal | 332 | 133 | 174 | 0 | 72 | 53 | 17 | 530 | 77 | 75 |
| Binary | 11011010 | 1011011 | 1111100 | 0 | 111010 | 101011 | 1111 | 101011000 | 111111 | 111101 |
Color Harmonies of #DA5B7C
Complementary color
Monochromatic Colors of #DA5B7C
Black with #DA5B7C
Text Example
Text Example
White with #DA5B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5B7C; }
p { color: rgb(218,91,124); }
H1.HeaderClassName
{
color: #DA5B7C;
}
.AnyTagClassName
{
color: #DA5B7C;
}
</style>
background-color css
<style>
a { background-color: #DA5B7C; }
a { background-color: rgb(218,91,124); }
div.DivClassName
{
background-color: #DA5B7C;
}
.BgClassName
{
background-color: #DA5B7C;
}
</style>
border-color css
<style>
span { border-color: #DA5B7C; }
span { border-color: rgb(218,91,124); }
td.TdClassName
{
border-color: #DA5B7C;
}
.TagClassName
{
border-color: #DA5B7C;
}
</style>