Shades of Cranberry #DA4B89
Tints of Cranberry #DA4B89
RGB
CMYK
RGB Variations
Color information
#DA4B89 (or 0xDA4B89) is known color: Cranberry. HEX triplet: DA, 4B and 89. RGB value is (218,75,137). Sum of RGB (Red+Green+Blue) = 218+75+137=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4B89 is #25B476. Grayscale: #7C7C7C. Windows color (decimal): -2471031 or 8997850. OLE color: 8997850.
HSL color Cylindrical-coordinate representation of color #DA4B89: hue angle of 333.99º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B89 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 137 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.15 |
| HSL | 333.99º | 0.66% | 0.57% | - |
| HSV(B) | 333.99º | 0.66% | 0.85% | - |
| XYZ | 35.94 | 21.74 | 25.97 | - |
| YUV | 124.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 137 | 0 | 0.66 | 0.37 | 0.15 | 333.99 | 0.66 | 0.57 |
| Hex | DA | 4B | 89 | 0 | 42 | 25 | F | 14E | 42 | 39 |
| Octal | 332 | 113 | 211 | 0 | 102 | 45 | 17 | 516 | 102 | 71 |
| Binary | 11011010 | 1001011 | 10001001 | 0 | 1000010 | 100101 | 1111 | 101001110 | 1000010 | 111001 |
Color Harmonies of #DA4B89
Complementary color
Monochromatic Colors of #DA4B89
Black with #DA4B89
Text Example
Text Example
White with #DA4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4B89; }
p { color: rgb(218,75,137); }
H1.HeaderClassName
{
color: #DA4B89;
}
.AnyTagClassName
{
color: #DA4B89;
}
</style>
background-color css
<style>
a { background-color: #DA4B89; }
a { background-color: rgb(218,75,137); }
div.DivClassName
{
background-color: #DA4B89;
}
.BgClassName
{
background-color: #DA4B89;
}
</style>
border-color css
<style>
span { border-color: #DA4B89; }
span { border-color: rgb(218,75,137); }
td.TdClassName
{
border-color: #DA4B89;
}
.TagClassName
{
border-color: #DA4B89;
}
</style>