Shades of Cranberry #DA4D7D
Tints of Cranberry #DA4D7D
RGB
CMYK
RGB Variations
Color information
#DA4D7D (or 0xDA4D7D) is known color: Cranberry. HEX triplet: DA, 4D and 7D. RGB value is (218,77,125). Sum of RGB (Red+Green+Blue) = 218+77+125=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D7D is #25B282. Grayscale: #7C7C7C. Windows color (decimal): -2470531 or 8211930. OLE color: 8211930.
HSL color Cylindrical-coordinate representation of color #DA4D7D: hue angle of 339.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D7D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 125 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.15 |
| HSL | 339.57º | 0.66% | 0.58% | - |
| HSV(B) | 339.57º | 0.65% | 0.85% | - |
| XYZ | 35.27 | 21.69 | 21.73 | - |
| YUV | 124.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 125 | 0 | 0.65 | 0.43 | 0.15 | 339.57 | 0.66 | 0.58 |
| Hex | DA | 4D | 7D | 0 | 41 | 2B | F | 154 | 42 | 3A |
| Octal | 332 | 115 | 175 | 0 | 101 | 53 | 17 | 524 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1111101 | 0 | 1000001 | 101011 | 1111 | 101010100 | 1000010 | 111010 |
Color Harmonies of #DA4D7D
Complementary color
Monochromatic Colors of #DA4D7D
Black with #DA4D7D
Text Example
Text Example
White with #DA4D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D7D; }
p { color: rgb(218,77,125); }
H1.HeaderClassName
{
color: #DA4D7D;
}
.AnyTagClassName
{
color: #DA4D7D;
}
</style>
background-color css
<style>
a { background-color: #DA4D7D; }
a { background-color: rgb(218,77,125); }
div.DivClassName
{
background-color: #DA4D7D;
}
.BgClassName
{
background-color: #DA4D7D;
}
</style>
border-color css
<style>
span { border-color: #DA4D7D; }
span { border-color: rgb(218,77,125); }
td.TdClassName
{
border-color: #DA4D7D;
}
.TagClassName
{
border-color: #DA4D7D;
}
</style>