Shades of Cranberry #DA5B7E
Tints of Cranberry #DA5B7E
RGB
CMYK
RGB Variations
Color information
#DA5B7E (or 0xDA5B7E) is known color: Cranberry. HEX triplet: DA, 5B and 7E. RGB value is (218,91,126). Sum of RGB (Red+Green+Blue) = 218+91+126=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B7E is #25A481. Grayscale: #848484. Windows color (decimal): -2466946 or 8281050. OLE color: 8281050.
HSL color Cylindrical-coordinate representation of color #DA5B7E: hue angle of 343.46º 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 #DA5B7E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 126 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.15 |
| HSL | 343.46º | 0.63% | 0.61% | - |
| HSV(B) | 343.46º | 0.58% | 0.85% | - |
| XYZ | 36.42 | 23.89 | 22.43 | - |
| YUV | 132.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 126 | 0 | 0.58 | 0.42 | 0.15 | 343.46 | 0.63 | 0.61 |
| Hex | DA | 5B | 7E | 0 | 3A | 2A | F | 157 | 3F | 3D |
| Octal | 332 | 133 | 176 | 0 | 72 | 52 | 17 | 527 | 77 | 75 |
| Binary | 11011010 | 1011011 | 1111110 | 0 | 111010 | 101010 | 1111 | 101010111 | 111111 | 111101 |
Color Harmonies of #DA5B7E
Complementary color
Monochromatic Colors of #DA5B7E
Black with #DA5B7E
Text Example
Text Example
White with #DA5B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5B7E; }
p { color: rgb(218,91,126); }
H1.HeaderClassName
{
color: #DA5B7E;
}
.AnyTagClassName
{
color: #DA5B7E;
}
</style>
background-color css
<style>
a { background-color: #DA5B7E; }
a { background-color: rgb(218,91,126); }
div.DivClassName
{
background-color: #DA5B7E;
}
.BgClassName
{
background-color: #DA5B7E;
}
</style>
border-color css
<style>
span { border-color: #DA5B7E; }
span { border-color: rgb(218,91,126); }
td.TdClassName
{
border-color: #DA5B7E;
}
.TagClassName
{
border-color: #DA5B7E;
}
</style>