Shades of Cranberry #DA447B
Tints of Cranberry #DA447B
RGB
CMYK
RGB Variations
Color information
#DA447B (or 0xDA447B) is known color: Cranberry. HEX triplet: DA, 44 and 7B. RGB value is (218,68,123). Sum of RGB (Red+Green+Blue) = 218+68+123=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA447B is #25BB84. Grayscale: #777777. Windows color (decimal): -2472837 or 8078554. OLE color: 8078554.
HSL color Cylindrical-coordinate representation of color #DA447B: hue angle of 338º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA447B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 123 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.15 |
| HSL | 338º | 0.67% | 0.56% | - |
| HSV(B) | 338º | 0.69% | 0.85% | - |
| XYZ | 34.56 | 20.47 | 20.87 | - |
| YUV | 119.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 123 | 0 | 0.69 | 0.44 | 0.15 | 338 | 0.67 | 0.56 |
| Hex | DA | 44 | 7B | 0 | 45 | 2C | F | 152 | 43 | 38 |
| Octal | 332 | 104 | 173 | 0 | 105 | 54 | 17 | 522 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1111011 | 0 | 1000101 | 101100 | 1111 | 101010010 | 1000011 | 111000 |
Color Harmonies of #DA447B
Complementary color
Monochromatic Colors of #DA447B
Black with #DA447B
Text Example
Text Example
White with #DA447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA447B; }
p { color: rgb(218,68,123); }
H1.HeaderClassName
{
color: #DA447B;
}
.AnyTagClassName
{
color: #DA447B;
}
</style>
background-color css
<style>
a { background-color: #DA447B; }
a { background-color: rgb(218,68,123); }
div.DivClassName
{
background-color: #DA447B;
}
.BgClassName
{
background-color: #DA447B;
}
</style>
border-color css
<style>
span { border-color: #DA447B; }
span { border-color: rgb(218,68,123); }
td.TdClassName
{
border-color: #DA447B;
}
.TagClassName
{
border-color: #DA447B;
}
</style>