Shades of Cranberry #DA4D8A
Tints of Cranberry #DA4D8A
RGB
CMYK
RGB Variations
Color information
#DA4D8A (or 0xDA4D8A) is known color: Cranberry. HEX triplet: DA, 4D and 8A. RGB value is (218,77,138). Sum of RGB (Red+Green+Blue) = 218+77+138=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D8A is #25B275. Grayscale: #7E7E7E. Windows color (decimal): -2470518 or 9063898. OLE color: 9063898.
HSL color Cylindrical-coordinate representation of color #DA4D8A: hue angle of 334.04º 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 #DA4D8A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 138 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.15 |
| HSL | 334.04º | 0.66% | 0.58% | - |
| HSV(B) | 334.04º | 0.65% | 0.85% | - |
| XYZ | 36.15 | 22.05 | 26.39 | - |
| YUV | 126.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 138 | 0 | 0.65 | 0.37 | 0.15 | 334.04 | 0.66 | 0.58 |
| Hex | DA | 4D | 8A | 0 | 41 | 25 | F | 14E | 42 | 3A |
| Octal | 332 | 115 | 212 | 0 | 101 | 45 | 17 | 516 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10001010 | 0 | 1000001 | 100101 | 1111 | 101001110 | 1000010 | 111010 |
Color Harmonies of #DA4D8A
Complementary color
Monochromatic Colors of #DA4D8A
Black with #DA4D8A
Text Example
Text Example
White with #DA4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D8A; }
p { color: rgb(218,77,138); }
H1.HeaderClassName
{
color: #DA4D8A;
}
.AnyTagClassName
{
color: #DA4D8A;
}
</style>
background-color css
<style>
a { background-color: #DA4D8A; }
a { background-color: rgb(218,77,138); }
div.DivClassName
{
background-color: #DA4D8A;
}
.BgClassName
{
background-color: #DA4D8A;
}
</style>
border-color css
<style>
span { border-color: #DA4D8A; }
span { border-color: rgb(218,77,138); }
td.TdClassName
{
border-color: #DA4D8A;
}
.TagClassName
{
border-color: #DA4D8A;
}
</style>