Shades of Cranberry #DA467D
Tints of Cranberry #DA467D
RGB
CMYK
RGB Variations
Color information
#DA467D (or 0xDA467D) is known color: Cranberry. HEX triplet: DA, 46 and 7D. RGB value is (218,70,125). Sum of RGB (Red+Green+Blue) = 218+70+125=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA467D is #25B982. Grayscale: #787878. Windows color (decimal): -2472323 or 8210138. OLE color: 8210138.
HSL color Cylindrical-coordinate representation of color #DA467D: hue angle of 337.7º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA467D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 125 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.15 |
| HSL | 337.7º | 0.67% | 0.56% | - |
| HSV(B) | 337.7º | 0.68% | 0.85% | - |
| XYZ | 34.81 | 20.77 | 21.58 | - |
| YUV | 120.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 125 | 0 | 0.68 | 0.43 | 0.15 | 337.7 | 0.67 | 0.56 |
| Hex | DA | 46 | 7D | 0 | 44 | 2B | F | 152 | 43 | 38 |
| Octal | 332 | 106 | 175 | 0 | 104 | 53 | 17 | 522 | 103 | 70 |
| Binary | 11011010 | 1000110 | 1111101 | 0 | 1000100 | 101011 | 1111 | 101010010 | 1000011 | 111000 |
Color Harmonies of #DA467D
Complementary color
Monochromatic Colors of #DA467D
Black with #DA467D
Text Example
Text Example
White with #DA467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA467D; }
p { color: rgb(218,70,125); }
H1.HeaderClassName
{
color: #DA467D;
}
.AnyTagClassName
{
color: #DA467D;
}
</style>
background-color css
<style>
a { background-color: #DA467D; }
a { background-color: rgb(218,70,125); }
div.DivClassName
{
background-color: #DA467D;
}
.BgClassName
{
background-color: #DA467D;
}
</style>
border-color css
<style>
span { border-color: #DA467D; }
span { border-color: rgb(218,70,125); }
td.TdClassName
{
border-color: #DA467D;
}
.TagClassName
{
border-color: #DA467D;
}
</style>