Shades of Cranberry #DA5D7F
Tints of Cranberry #DA5D7F
RGB
CMYK
RGB Variations
Color information
#DA5D7F (or 0xDA5D7F) is known color: Cranberry. HEX triplet: DA, 5D and 7F. RGB value is (218,93,127). Sum of RGB (Red+Green+Blue) = 218+93+127=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D7F is #25A280. Grayscale: #868686. Windows color (decimal): -2466433 or 8347098. OLE color: 8347098.
HSL color Cylindrical-coordinate representation of color #DA5D7F: hue angle of 343.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5D7F is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 127 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.15 |
| HSL | 343.68º | 0.63% | 0.61% | - |
| HSV(B) | 343.68º | 0.57% | 0.85% | - |
| XYZ | 36.66 | 24.27 | 22.83 | - |
| YUV | 134.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 127 | 0 | 0.57 | 0.42 | 0.15 | 343.68 | 0.63 | 0.61 |
| Hex | DA | 5D | 7F | 0 | 39 | 2A | F | 158 | 3F | 3D |
| Octal | 332 | 135 | 177 | 0 | 71 | 52 | 17 | 530 | 77 | 75 |
| Binary | 11011010 | 1011101 | 1111111 | 0 | 111001 | 101010 | 1111 | 101011000 | 111111 | 111101 |
Color Harmonies of #DA5D7F
Complementary color
Monochromatic Colors of #DA5D7F
Black with #DA5D7F
Text Example
Text Example
White with #DA5D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D7F; }
p { color: rgb(218,93,127); }
H1.HeaderClassName
{
color: #DA5D7F;
}
.AnyTagClassName
{
color: #DA5D7F;
}
</style>
background-color css
<style>
a { background-color: #DA5D7F; }
a { background-color: rgb(218,93,127); }
div.DivClassName
{
background-color: #DA5D7F;
}
.BgClassName
{
background-color: #DA5D7F;
}
</style>
border-color css
<style>
span { border-color: #DA5D7F; }
span { border-color: rgb(218,93,127); }
td.TdClassName
{
border-color: #DA5D7F;
}
.TagClassName
{
border-color: #DA5D7F;
}
</style>