Shades of Cranberry #DA4E7B
Tints of Cranberry #DA4E7B
RGB
CMYK
RGB Variations
Color information
#DA4E7B (or 0xDA4E7B) is known color: Cranberry. HEX triplet: DA, 4E and 7B. RGB value is (218,78,123). Sum of RGB (Red+Green+Blue) = 218+78+123=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E7B is #25B184. Grayscale: #7C7C7C. Windows color (decimal): -2470277 or 8081114. OLE color: 8081114.
HSL color Cylindrical-coordinate representation of color #DA4E7B: hue angle of 340.71º 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 #DA4E7B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 123 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.15 |
| HSL | 340.71º | 0.65% | 0.58% | - |
| HSV(B) | 340.71º | 0.64% | 0.85% | - |
| XYZ | 35.21 | 21.78 | 21.09 | - |
| YUV | 124.99 | 126.88 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 123 | 0 | 0.64 | 0.44 | 0.15 | 340.71 | 0.65 | 0.58 |
| Hex | DA | 4E | 7B | 0 | 40 | 2C | F | 155 | 41 | 3A |
| Octal | 332 | 116 | 173 | 0 | 100 | 54 | 17 | 525 | 101 | 72 |
| Binary | 11011010 | 1001110 | 1111011 | 0 | 1000000 | 101100 | 1111 | 101010101 | 1000001 | 111010 |
Color Harmonies of #DA4E7B
Complementary color
Monochromatic Colors of #DA4E7B
Black with #DA4E7B
Text Example
Text Example
White with #DA4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E7B; }
p { color: rgb(218,78,123); }
H1.HeaderClassName
{
color: #DA4E7B;
}
.AnyTagClassName
{
color: #DA4E7B;
}
</style>
background-color css
<style>
a { background-color: #DA4E7B; }
a { background-color: rgb(218,78,123); }
div.DivClassName
{
background-color: #DA4E7B;
}
.BgClassName
{
background-color: #DA4E7B;
}
</style>
border-color css
<style>
span { border-color: #DA4E7B; }
span { border-color: rgb(218,78,123); }
td.TdClassName
{
border-color: #DA4E7B;
}
.TagClassName
{
border-color: #DA4E7B;
}
</style>