Shades of Cranberry #DA4882
Tints of Cranberry #DA4882
RGB
CMYK
RGB Variations
Color information
#DA4882 (or 0xDA4882) is known color: Cranberry. HEX triplet: DA, 48 and 82. RGB value is (218,72,130). Sum of RGB (Red+Green+Blue) = 218+72+130=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4882 is #25B77D. Grayscale: #7A7A7A. Windows color (decimal): -2471806 or 8538330. OLE color: 8538330.
HSL color Cylindrical-coordinate representation of color #DA4882: hue angle of 336.16º 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 #DA4882 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 130 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.15 |
| HSL | 336.16º | 0.66% | 0.57% | - |
| HSV(B) | 336.16º | 0.67% | 0.85% | - |
| XYZ | 35.26 | 21.15 | 23.34 | - |
| YUV | 122.27 | 132.37 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 130 | 0 | 0.67 | 0.40 | 0.15 | 336.16 | 0.66 | 0.57 |
| Hex | DA | 48 | 82 | 0 | 43 | 28 | F | 150 | 42 | 39 |
| Octal | 332 | 110 | 202 | 0 | 103 | 50 | 17 | 520 | 102 | 71 |
| Binary | 11011010 | 1001000 | 10000010 | 0 | 1000011 | 101000 | 1111 | 101010000 | 1000010 | 111001 |
Color Harmonies of #DA4882
Complementary color
Monochromatic Colors of #DA4882
Black with #DA4882
Text Example
Text Example
White with #DA4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4882; }
p { color: rgb(218,72,130); }
H1.HeaderClassName
{
color: #DA4882;
}
.AnyTagClassName
{
color: #DA4882;
}
</style>
background-color css
<style>
a { background-color: #DA4882; }
a { background-color: rgb(218,72,130); }
div.DivClassName
{
background-color: #DA4882;
}
.BgClassName
{
background-color: #DA4882;
}
</style>
border-color css
<style>
span { border-color: #DA4882; }
span { border-color: rgb(218,72,130); }
td.TdClassName
{
border-color: #DA4882;
}
.TagClassName
{
border-color: #DA4882;
}
</style>