Shades of Cranberry #DA4C81
Tints of Cranberry #DA4C81
RGB
CMYK
RGB Variations
Color information
#DA4C81 (or 0xDA4C81) is known color: Cranberry. HEX triplet: DA, 4C and 81. RGB value is (218,76,129). Sum of RGB (Red+Green+Blue) = 218+76+129=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4C81 is #25B37E. Grayscale: #7C7C7C. Windows color (decimal): -2470783 or 8473818. OLE color: 8473818.
HSL color Cylindrical-coordinate representation of color #DA4C81: hue angle of 337.61º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C81 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 129 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.15 |
| HSL | 337.61º | 0.66% | 0.58% | - |
| HSV(B) | 337.61º | 0.65% | 0.85% | - |
| XYZ | 35.46 | 21.66 | 23.08 | - |
| YUV | 124.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 129 | 0 | 0.65 | 0.41 | 0.15 | 337.61 | 0.66 | 0.58 |
| Hex | DA | 4C | 81 | 0 | 41 | 29 | F | 152 | 42 | 3A |
| Octal | 332 | 114 | 201 | 0 | 101 | 51 | 17 | 522 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10000001 | 0 | 1000001 | 101001 | 1111 | 101010010 | 1000010 | 111010 |
Color Harmonies of #DA4C81
Complementary color
Monochromatic Colors of #DA4C81
Black with #DA4C81
Text Example
Text Example
White with #DA4C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C81; }
p { color: rgb(218,76,129); }
H1.HeaderClassName
{
color: #DA4C81;
}
.AnyTagClassName
{
color: #DA4C81;
}
</style>
background-color css
<style>
a { background-color: #DA4C81; }
a { background-color: rgb(218,76,129); }
div.DivClassName
{
background-color: #DA4C81;
}
.BgClassName
{
background-color: #DA4C81;
}
</style>
border-color css
<style>
span { border-color: #DA4C81; }
span { border-color: rgb(218,76,129); }
td.TdClassName
{
border-color: #DA4C81;
}
.TagClassName
{
border-color: #DA4C81;
}
</style>