Shades of Cranberry #DA447E
Tints of Cranberry #DA447E
RGB
CMYK
RGB Variations
Color information
#DA447E (or 0xDA447E) is known color: Cranberry. HEX triplet: DA, 44 and 7E. RGB value is (218,68,126). Sum of RGB (Red+Green+Blue) = 218+68+126=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA447E is #25BB81. Grayscale: #777777. Windows color (decimal): -2472834 or 8275162. OLE color: 8275162.
HSL color Cylindrical-coordinate representation of color #DA447E: hue angle of 336.8º 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 #DA447E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 126 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.15 |
| HSL | 336.8º | 0.67% | 0.56% | - |
| HSV(B) | 336.8º | 0.69% | 0.85% | - |
| XYZ | 34.75 | 20.55 | 21.87 | - |
| YUV | 119.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 126 | 0 | 0.69 | 0.42 | 0.15 | 336.8 | 0.67 | 0.56 |
| Hex | DA | 44 | 7E | 0 | 45 | 2A | F | 151 | 43 | 38 |
| Octal | 332 | 104 | 176 | 0 | 105 | 52 | 17 | 521 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1111110 | 0 | 1000101 | 101010 | 1111 | 101010001 | 1000011 | 111000 |
Color Harmonies of #DA447E
Complementary color
Monochromatic Colors of #DA447E
Black with #DA447E
Text Example
Text Example
White with #DA447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA447E; }
p { color: rgb(218,68,126); }
H1.HeaderClassName
{
color: #DA447E;
}
.AnyTagClassName
{
color: #DA447E;
}
</style>
background-color css
<style>
a { background-color: #DA447E; }
a { background-color: rgb(218,68,126); }
div.DivClassName
{
background-color: #DA447E;
}
.BgClassName
{
background-color: #DA447E;
}
</style>
border-color css
<style>
span { border-color: #DA447E; }
span { border-color: rgb(218,68,126); }
td.TdClassName
{
border-color: #DA447E;
}
.TagClassName
{
border-color: #DA447E;
}
</style>