Shades of Cranberry #DA527A
Tints of Cranberry #DA527A
RGB
CMYK
RGB Variations
Color information
#DA527A (or 0xDA527A) is known color: Cranberry. HEX triplet: DA, 52 and 7A. RGB value is (218,82,122). Sum of RGB (Red+Green+Blue) = 218+82+122=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA527A is #25AD85. Grayscale: #7F7F7F. Windows color (decimal): -2469254 or 8016602. OLE color: 8016602.
HSL color Cylindrical-coordinate representation of color #DA527A: hue angle of 342.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA527A is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 122 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.15 |
| HSL | 342.35º | 0.65% | 0.59% | - |
| HSV(B) | 342.35º | 0.62% | 0.85% | - |
| XYZ | 35.44 | 22.35 | 20.86 | - |
| YUV | 127.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 122 | 0 | 0.62 | 0.44 | 0.15 | 342.35 | 0.65 | 0.59 |
| Hex | DA | 52 | 7A | 0 | 3E | 2C | F | 156 | 41 | 3B |
| Octal | 332 | 122 | 172 | 0 | 76 | 54 | 17 | 526 | 101 | 73 |
| Binary | 11011010 | 1010010 | 1111010 | 0 | 111110 | 101100 | 1111 | 101010110 | 1000001 | 111011 |
Color Harmonies of #DA527A
Complementary color
Monochromatic Colors of #DA527A
Black with #DA527A
Text Example
Text Example
White with #DA527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA527A; }
p { color: rgb(218,82,122); }
H1.HeaderClassName
{
color: #DA527A;
}
.AnyTagClassName
{
color: #DA527A;
}
</style>
background-color css
<style>
a { background-color: #DA527A; }
a { background-color: rgb(218,82,122); }
div.DivClassName
{
background-color: #DA527A;
}
.BgClassName
{
background-color: #DA527A;
}
</style>
border-color css
<style>
span { border-color: #DA527A; }
span { border-color: rgb(218,82,122); }
td.TdClassName
{
border-color: #DA527A;
}
.TagClassName
{
border-color: #DA527A;
}
</style>