Shades of Cranberry #DA506E
Tints of Cranberry #DA506E
RGB
CMYK
RGB Variations
Color information
#DA506E (or 0xDA506E) is known color: Cranberry. HEX triplet: DA, 50 and 6E. RGB value is (218,80,110). Sum of RGB (Red+Green+Blue) = 218+80+110=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA506E is #25AF91. Grayscale: #7C7C7C. Windows color (decimal): -2469778 or 7229658. OLE color: 7229658.
HSL color Cylindrical-coordinate representation of color #DA506E: hue angle of 346.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA506E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 110 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.15 |
| HSL | 346.96º | 0.65% | 0.58% | - |
| HSV(B) | 346.96º | 0.63% | 0.85% | - |
| XYZ | 34.6 | 21.77 | 17.13 | - |
| YUV | 124.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 110 | 0 | 0.63 | 0.50 | 0.15 | 346.96 | 0.65 | 0.58 |
| Hex | DA | 50 | 6E | 0 | 3F | 32 | F | 15B | 41 | 3A |
| Octal | 332 | 120 | 156 | 0 | 77 | 62 | 17 | 533 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1101110 | 0 | 111111 | 110010 | 1111 | 101011011 | 1000001 | 111010 |
Color Harmonies of #DA506E
Complementary color
Monochromatic Colors of #DA506E
Black with #DA506E
Text Example
Text Example
White with #DA506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA506E; }
p { color: rgb(218,80,110); }
H1.HeaderClassName
{
color: #DA506E;
}
.AnyTagClassName
{
color: #DA506E;
}
</style>
background-color css
<style>
a { background-color: #DA506E; }
a { background-color: rgb(218,80,110); }
div.DivClassName
{
background-color: #DA506E;
}
.BgClassName
{
background-color: #DA506E;
}
</style>
border-color css
<style>
span { border-color: #DA506E; }
span { border-color: rgb(218,80,110); }
td.TdClassName
{
border-color: #DA506E;
}
.TagClassName
{
border-color: #DA506E;
}
</style>