Shades of Cranberry #DA4988
Tints of Cranberry #DA4988
RGB
CMYK
RGB Variations
Color information
#DA4988 (or 0xDA4988) is known color: Cranberry. HEX triplet: DA, 49 and 88. RGB value is (218,73,136). Sum of RGB (Red+Green+Blue) = 218+73+136=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4988 is #25B677. Grayscale: #7B7B7B. Windows color (decimal): -2471544 or 8931802. OLE color: 8931802.
HSL color Cylindrical-coordinate representation of color #DA4988: hue angle of 333.93º 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 #DA4988 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 136 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.15 |
| HSL | 333.93º | 0.66% | 0.57% | - |
| HSV(B) | 333.93º | 0.67% | 0.85% | - |
| XYZ | 35.74 | 21.45 | 25.55 | - |
| YUV | 123.54 | 135.04 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 136 | 0 | 0.67 | 0.38 | 0.15 | 333.93 | 0.66 | 0.57 |
| Hex | DA | 49 | 88 | 0 | 43 | 26 | F | 14E | 42 | 39 |
| Octal | 332 | 111 | 210 | 0 | 103 | 46 | 17 | 516 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10001000 | 0 | 1000011 | 100110 | 1111 | 101001110 | 1000010 | 111001 |
Color Harmonies of #DA4988
Complementary color
Monochromatic Colors of #DA4988
Black with #DA4988
Text Example
Text Example
White with #DA4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4988; }
p { color: rgb(218,73,136); }
H1.HeaderClassName
{
color: #DA4988;
}
.AnyTagClassName
{
color: #DA4988;
}
</style>
background-color css
<style>
a { background-color: #DA4988; }
a { background-color: rgb(218,73,136); }
div.DivClassName
{
background-color: #DA4988;
}
.BgClassName
{
background-color: #DA4988;
}
</style>
border-color css
<style>
span { border-color: #DA4988; }
span { border-color: rgb(218,73,136); }
td.TdClassName
{
border-color: #DA4988;
}
.TagClassName
{
border-color: #DA4988;
}
</style>