Shades of Cranberry #DA4E8A
Tints of Cranberry #DA4E8A
RGB
CMYK
RGB Variations
Color information
#DA4E8A (or 0xDA4E8A) is known color: Cranberry. HEX triplet: DA, 4E and 8A. RGB value is (218,78,138). Sum of RGB (Red+Green+Blue) = 218+78+138=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4E8A is #25B175. Grayscale: #7E7E7E. Windows color (decimal): -2470262 or 9064154. OLE color: 9064154.
HSL color Cylindrical-coordinate representation of color #DA4E8A: hue angle of 334.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4E8A is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 138 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.15 |
| HSL | 334.29º | 0.65% | 0.58% | - |
| HSV(B) | 334.29º | 0.64% | 0.85% | - |
| XYZ | 36.23 | 22.19 | 26.42 | - |
| YUV | 126.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 138 | 0 | 0.64 | 0.37 | 0.15 | 334.29 | 0.65 | 0.58 |
| Hex | DA | 4E | 8A | 0 | 40 | 25 | F | 14E | 41 | 3A |
| Octal | 332 | 116 | 212 | 0 | 100 | 45 | 17 | 516 | 101 | 72 |
| Binary | 11011010 | 1001110 | 10001010 | 0 | 1000000 | 100101 | 1111 | 101001110 | 1000001 | 111010 |
Color Harmonies of #DA4E8A
Complementary color
Monochromatic Colors of #DA4E8A
Black with #DA4E8A
Text Example
Text Example
White with #DA4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E8A; }
p { color: rgb(218,78,138); }
H1.HeaderClassName
{
color: #DA4E8A;
}
.AnyTagClassName
{
color: #DA4E8A;
}
</style>
background-color css
<style>
a { background-color: #DA4E8A; }
a { background-color: rgb(218,78,138); }
div.DivClassName
{
background-color: #DA4E8A;
}
.BgClassName
{
background-color: #DA4E8A;
}
</style>
border-color css
<style>
span { border-color: #DA4E8A; }
span { border-color: rgb(218,78,138); }
td.TdClassName
{
border-color: #DA4E8A;
}
.TagClassName
{
border-color: #DA4E8A;
}
</style>