Shades of Cranberry #DA477F
Tints of Cranberry #DA477F
RGB
CMYK
RGB Variations
Color information
#DA477F (or 0xDA477F) is known color: Cranberry. HEX triplet: DA, 47 and 7F. RGB value is (218,71,127). Sum of RGB (Red+Green+Blue) = 218+71+127=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA477F is #25B880. Grayscale: #797979. Windows color (decimal): -2472065 or 8341466. OLE color: 8341466.
HSL color Cylindrical-coordinate representation of color #DA477F: hue angle of 337.14º 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 #DA477F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 127 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.15 |
| HSL | 337.14º | 0.67% | 0.57% | - |
| HSV(B) | 337.14º | 0.67% | 0.85% | - |
| XYZ | 35 | 20.94 | 22.28 | - |
| YUV | 121.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 127 | 0 | 0.67 | 0.42 | 0.15 | 337.14 | 0.67 | 0.57 |
| Hex | DA | 47 | 7F | 0 | 43 | 2A | F | 151 | 43 | 39 |
| Octal | 332 | 107 | 177 | 0 | 103 | 52 | 17 | 521 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1111111 | 0 | 1000011 | 101010 | 1111 | 101010001 | 1000011 | 111001 |
Color Harmonies of #DA477F
Complementary color
Monochromatic Colors of #DA477F
Black with #DA477F
Text Example
Text Example
White with #DA477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA477F; }
p { color: rgb(218,71,127); }
H1.HeaderClassName
{
color: #DA477F;
}
.AnyTagClassName
{
color: #DA477F;
}
</style>
background-color css
<style>
a { background-color: #DA477F; }
a { background-color: rgb(218,71,127); }
div.DivClassName
{
background-color: #DA477F;
}
.BgClassName
{
background-color: #DA477F;
}
</style>
border-color css
<style>
span { border-color: #DA477F; }
span { border-color: rgb(218,71,127); }
td.TdClassName
{
border-color: #DA477F;
}
.TagClassName
{
border-color: #DA477F;
}
</style>