Shades of Cranberry #DA457B
Tints of Cranberry #DA457B
RGB
CMYK
RGB Variations
Color information
#DA457B (or 0xDA457B) is known color: Cranberry. HEX triplet: DA, 45 and 7B. RGB value is (218,69,123). Sum of RGB (Red+Green+Blue) = 218+69+123=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA457B is #25BA84. Grayscale: #777777. Windows color (decimal): -2472581 or 8078810. OLE color: 8078810.
HSL color Cylindrical-coordinate representation of color #DA457B: hue angle of 338.26º 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 #DA457B is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 123 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.15 |
| HSL | 338.26º | 0.67% | 0.56% | - |
| HSV(B) | 338.26º | 0.68% | 0.85% | - |
| XYZ | 34.62 | 20.59 | 20.89 | - |
| YUV | 119.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 123 | 0 | 0.68 | 0.44 | 0.15 | 338.26 | 0.67 | 0.56 |
| Hex | DA | 45 | 7B | 0 | 44 | 2C | F | 152 | 43 | 38 |
| Octal | 332 | 105 | 173 | 0 | 104 | 54 | 17 | 522 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1111011 | 0 | 1000100 | 101100 | 1111 | 101010010 | 1000011 | 111000 |
Color Harmonies of #DA457B
Complementary color
Monochromatic Colors of #DA457B
Black with #DA457B
Text Example
Text Example
White with #DA457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA457B; }
p { color: rgb(218,69,123); }
H1.HeaderClassName
{
color: #DA457B;
}
.AnyTagClassName
{
color: #DA457B;
}
</style>
background-color css
<style>
a { background-color: #DA457B; }
a { background-color: rgb(218,69,123); }
div.DivClassName
{
background-color: #DA457B;
}
.BgClassName
{
background-color: #DA457B;
}
</style>
border-color css
<style>
span { border-color: #DA457B; }
span { border-color: rgb(218,69,123); }
td.TdClassName
{
border-color: #DA457B;
}
.TagClassName
{
border-color: #DA457B;
}
</style>