Shades of Cranberry #DA507F
Tints of Cranberry #DA507F
RGB
CMYK
RGB Variations
Color information
#DA507F (or 0xDA507F) is known color: Cranberry. HEX triplet: DA, 50 and 7F. RGB value is (218,80,127). Sum of RGB (Red+Green+Blue) = 218+80+127=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA507F is #25AF80. Grayscale: #7E7E7E. Windows color (decimal): -2469761 or 8343770. OLE color: 8343770.
HSL color Cylindrical-coordinate representation of color #DA507F: hue angle of 339.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA507F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 127 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.15 |
| HSL | 339.57º | 0.65% | 0.58% | - |
| HSV(B) | 339.57º | 0.63% | 0.85% | - |
| XYZ | 35.61 | 22.18 | 22.48 | - |
| YUV | 126.62 | 128.22 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 127 | 0 | 0.63 | 0.42 | 0.15 | 339.57 | 0.65 | 0.58 |
| Hex | DA | 50 | 7F | 0 | 3F | 2A | F | 154 | 41 | 3A |
| Octal | 332 | 120 | 177 | 0 | 77 | 52 | 17 | 524 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1111111 | 0 | 111111 | 101010 | 1111 | 101010100 | 1000001 | 111010 |
Color Harmonies of #DA507F
Complementary color
Monochromatic Colors of #DA507F
Black with #DA507F
Text Example
Text Example
White with #DA507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA507F; }
p { color: rgb(218,80,127); }
H1.HeaderClassName
{
color: #DA507F;
}
.AnyTagClassName
{
color: #DA507F;
}
</style>
background-color css
<style>
a { background-color: #DA507F; }
a { background-color: rgb(218,80,127); }
div.DivClassName
{
background-color: #DA507F;
}
.BgClassName
{
background-color: #DA507F;
}
</style>
border-color css
<style>
span { border-color: #DA507F; }
span { border-color: rgb(218,80,127); }
td.TdClassName
{
border-color: #DA507F;
}
.TagClassName
{
border-color: #DA507F;
}
</style>