Shades of Cranberry #DA587A
Tints of Cranberry #DA587A
RGB
CMYK
RGB Variations
Color information
#DA587A (or 0xDA587A) is known color: Cranberry. HEX triplet: DA, 58 and 7A. RGB value is (218,88,122). Sum of RGB (Red+Green+Blue) = 218+88+122=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA587A is #25A785. Grayscale: #828282. Windows color (decimal): -2467718 or 8018138. OLE color: 8018138.
HSL color Cylindrical-coordinate representation of color #DA587A: hue angle of 344.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA587A is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 122 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.15 |
| HSL | 344.31º | 0.64% | 0.6% | - |
| HSV(B) | 344.31º | 0.6% | 0.85% | - |
| XYZ | 35.92 | 23.29 | 21.01 | - |
| YUV | 130.75 | 123.07 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 122 | 0 | 0.60 | 0.44 | 0.15 | 344.31 | 0.64 | 0.6 |
| Hex | DA | 58 | 7A | 0 | 3C | 2C | F | 158 | 40 | 3C |
| Octal | 332 | 130 | 172 | 0 | 74 | 54 | 17 | 530 | 100 | 74 |
| Binary | 11011010 | 1011000 | 1111010 | 0 | 111100 | 101100 | 1111 | 101011000 | 1000000 | 111100 |
Color Harmonies of #DA587A
Complementary color
Monochromatic Colors of #DA587A
Black with #DA587A
Text Example
Text Example
White with #DA587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA587A; }
p { color: rgb(218,88,122); }
H1.HeaderClassName
{
color: #DA587A;
}
.AnyTagClassName
{
color: #DA587A;
}
</style>
background-color css
<style>
a { background-color: #DA587A; }
a { background-color: rgb(218,88,122); }
div.DivClassName
{
background-color: #DA587A;
}
.BgClassName
{
background-color: #DA587A;
}
</style>
border-color css
<style>
span { border-color: #DA587A; }
span { border-color: rgb(218,88,122); }
td.TdClassName
{
border-color: #DA587A;
}
.TagClassName
{
border-color: #DA587A;
}
</style>