Shades of Cranberry #DA507E
Tints of Cranberry #DA507E
RGB
CMYK
RGB Variations
Color information
#DA507E (or 0xDA507E) is known color: Cranberry. HEX triplet: DA, 50 and 7E. RGB value is (218,80,126). Sum of RGB (Red+Green+Blue) = 218+80+126=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA507E is #25AF81. Grayscale: #7E7E7E. Windows color (decimal): -2469762 or 8278234. OLE color: 8278234.
HSL color Cylindrical-coordinate representation of color #DA507E: hue angle of 340º 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 #DA507E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 126 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.15 |
| HSL | 340º | 0.65% | 0.58% | - |
| HSV(B) | 340º | 0.63% | 0.85% | - |
| XYZ | 35.55 | 22.15 | 22.14 | - |
| YUV | 126.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 126 | 0 | 0.63 | 0.42 | 0.15 | 340 | 0.65 | 0.58 |
| Hex | DA | 50 | 7E | 0 | 3F | 2A | F | 154 | 41 | 3A |
| Octal | 332 | 120 | 176 | 0 | 77 | 52 | 17 | 524 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1111110 | 0 | 111111 | 101010 | 1111 | 101010100 | 1000001 | 111010 |
Color Harmonies of #DA507E
Complementary color
Monochromatic Colors of #DA507E
Black with #DA507E
Text Example
Text Example
White with #DA507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA507E; }
p { color: rgb(218,80,126); }
H1.HeaderClassName
{
color: #DA507E;
}
.AnyTagClassName
{
color: #DA507E;
}
</style>
background-color css
<style>
a { background-color: #DA507E; }
a { background-color: rgb(218,80,126); }
div.DivClassName
{
background-color: #DA507E;
}
.BgClassName
{
background-color: #DA507E;
}
</style>
border-color css
<style>
span { border-color: #DA507E; }
span { border-color: rgb(218,80,126); }
td.TdClassName
{
border-color: #DA507E;
}
.TagClassName
{
border-color: #DA507E;
}
</style>