Shades of Cranberry #DA487F
Tints of Cranberry #DA487F
RGB
CMYK
RGB Variations
Color information
#DA487F (or 0xDA487F) is known color: Cranberry. HEX triplet: DA, 48 and 7F. RGB value is (218,72,127). Sum of RGB (Red+Green+Blue) = 218+72+127=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA487F is #25B780. Grayscale: #797979. Windows color (decimal): -2471809 or 8341722. OLE color: 8341722.
HSL color Cylindrical-coordinate representation of color #DA487F: hue angle of 337.4º 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 #DA487F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 127 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.15 |
| HSL | 337.4º | 0.66% | 0.57% | - |
| HSV(B) | 337.4º | 0.67% | 0.85% | - |
| XYZ | 35.06 | 21.07 | 22.3 | - |
| YUV | 121.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 127 | 0 | 0.67 | 0.42 | 0.15 | 337.4 | 0.66 | 0.57 |
| Hex | DA | 48 | 7F | 0 | 43 | 2A | F | 151 | 42 | 39 |
| Octal | 332 | 110 | 177 | 0 | 103 | 52 | 17 | 521 | 102 | 71 |
| Binary | 11011010 | 1001000 | 1111111 | 0 | 1000011 | 101010 | 1111 | 101010001 | 1000010 | 111001 |
Color Harmonies of #DA487F
Complementary color
Monochromatic Colors of #DA487F
Black with #DA487F
Text Example
Text Example
White with #DA487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA487F; }
p { color: rgb(218,72,127); }
H1.HeaderClassName
{
color: #DA487F;
}
.AnyTagClassName
{
color: #DA487F;
}
</style>
background-color css
<style>
a { background-color: #DA487F; }
a { background-color: rgb(218,72,127); }
div.DivClassName
{
background-color: #DA487F;
}
.BgClassName
{
background-color: #DA487F;
}
</style>
border-color css
<style>
span { border-color: #DA487F; }
span { border-color: rgb(218,72,127); }
td.TdClassName
{
border-color: #DA487F;
}
.TagClassName
{
border-color: #DA487F;
}
</style>