Shades of Cranberry #DA4C8B
Tints of Cranberry #DA4C8B
RGB
CMYK
RGB Variations
Color information
#DA4C8B (or 0xDA4C8B) is known color: Cranberry. HEX triplet: DA, 4C and 8B. RGB value is (218,76,139). Sum of RGB (Red+Green+Blue) = 218+76+139=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4C8B is #25B374. Grayscale: #7D7D7D. Windows color (decimal): -2470773 or 9129178. OLE color: 9129178.
HSL color Cylindrical-coordinate representation of color #DA4C8B: hue angle of 333.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C8B is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 139 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.15 |
| HSL | 333.38º | 0.66% | 0.58% | - |
| HSV(B) | 333.38º | 0.65% | 0.85% | - |
| XYZ | 36.16 | 21.94 | 26.75 | - |
| YUV | 125.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 139 | 0 | 0.65 | 0.36 | 0.15 | 333.38 | 0.66 | 0.58 |
| Hex | DA | 4C | 8B | 0 | 41 | 24 | F | 14D | 42 | 3A |
| Octal | 332 | 114 | 213 | 0 | 101 | 44 | 17 | 515 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10001011 | 0 | 1000001 | 100100 | 1111 | 101001101 | 1000010 | 111010 |
Color Harmonies of #DA4C8B
Complementary color
Monochromatic Colors of #DA4C8B
Black with #DA4C8B
Text Example
Text Example
White with #DA4C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C8B; }
p { color: rgb(218,76,139); }
H1.HeaderClassName
{
color: #DA4C8B;
}
.AnyTagClassName
{
color: #DA4C8B;
}
</style>
background-color css
<style>
a { background-color: #DA4C8B; }
a { background-color: rgb(218,76,139); }
div.DivClassName
{
background-color: #DA4C8B;
}
.BgClassName
{
background-color: #DA4C8B;
}
</style>
border-color css
<style>
span { border-color: #DA4C8B; }
span { border-color: rgb(218,76,139); }
td.TdClassName
{
border-color: #DA4C8B;
}
.TagClassName
{
border-color: #DA4C8B;
}
</style>