Shades of Cranberry #DA4781
Tints of Cranberry #DA4781
RGB
CMYK
RGB Variations
Color information
#DA4781 (or 0xDA4781) is known color: Cranberry. HEX triplet: DA, 47 and 81. RGB value is (218,71,129). Sum of RGB (Red+Green+Blue) = 218+71+129=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4781 is #25B87E. Grayscale: #797979. Windows color (decimal): -2472063 or 8472538. OLE color: 8472538.
HSL color Cylindrical-coordinate representation of color #DA4781: hue angle of 336.33º degrees, saturation: 0.67, 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 #DA4781 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 129 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.15 |
| HSL | 336.33º | 0.67% | 0.57% | - |
| HSV(B) | 336.33º | 0.67% | 0.85% | - |
| XYZ | 35.13 | 21 | 22.97 | - |
| YUV | 121.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 129 | 0 | 0.67 | 0.41 | 0.15 | 336.33 | 0.67 | 0.57 |
| Hex | DA | 47 | 81 | 0 | 43 | 29 | F | 150 | 43 | 39 |
| Octal | 332 | 107 | 201 | 0 | 103 | 51 | 17 | 520 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10000001 | 0 | 1000011 | 101001 | 1111 | 101010000 | 1000011 | 111001 |
Color Harmonies of #DA4781
Complementary color
Monochromatic Colors of #DA4781
Black with #DA4781
Text Example
Text Example
White with #DA4781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4781; }
p { color: rgb(218,71,129); }
H1.HeaderClassName
{
color: #DA4781;
}
.AnyTagClassName
{
color: #DA4781;
}
</style>
background-color css
<style>
a { background-color: #DA4781; }
a { background-color: rgb(218,71,129); }
div.DivClassName
{
background-color: #DA4781;
}
.BgClassName
{
background-color: #DA4781;
}
</style>
border-color css
<style>
span { border-color: #DA4781; }
span { border-color: rgb(218,71,129); }
td.TdClassName
{
border-color: #DA4781;
}
.TagClassName
{
border-color: #DA4781;
}
</style>