Shades of Cranberry #DA4987
Tints of Cranberry #DA4987
RGB
CMYK
RGB Variations
Color information
#DA4987 (or 0xDA4987) is known color: Cranberry. HEX triplet: DA, 49 and 87. RGB value is (218,73,135). Sum of RGB (Red+Green+Blue) = 218+73+135=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4987 is #25B678. Grayscale: #7B7B7B. Windows color (decimal): -2471545 or 8866266. OLE color: 8866266.
HSL color Cylindrical-coordinate representation of color #DA4987: hue angle of 334.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4987 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 135 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.15 |
| HSL | 334.34º | 0.66% | 0.57% | - |
| HSV(B) | 334.34º | 0.67% | 0.85% | - |
| XYZ | 35.67 | 21.42 | 25.18 | - |
| YUV | 123.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 135 | 0 | 0.67 | 0.38 | 0.15 | 334.34 | 0.66 | 0.57 |
| Hex | DA | 49 | 87 | 0 | 43 | 26 | F | 14E | 42 | 39 |
| Octal | 332 | 111 | 207 | 0 | 103 | 46 | 17 | 516 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10000111 | 0 | 1000011 | 100110 | 1111 | 101001110 | 1000010 | 111001 |
Color Harmonies of #DA4987
Complementary color
Monochromatic Colors of #DA4987
Black with #DA4987
Text Example
Text Example
White with #DA4987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4987; }
p { color: rgb(218,73,135); }
H1.HeaderClassName
{
color: #DA4987;
}
.AnyTagClassName
{
color: #DA4987;
}
</style>
background-color css
<style>
a { background-color: #DA4987; }
a { background-color: rgb(218,73,135); }
div.DivClassName
{
background-color: #DA4987;
}
.BgClassName
{
background-color: #DA4987;
}
</style>
border-color css
<style>
span { border-color: #DA4987; }
span { border-color: rgb(218,73,135); }
td.TdClassName
{
border-color: #DA4987;
}
.TagClassName
{
border-color: #DA4987;
}
</style>