Shades of Cranberry #DA4572
Tints of Cranberry #DA4572
RGB
CMYK
RGB Variations
Color information
#DA4572 (or 0xDA4572) is known color: Cranberry. HEX triplet: DA, 45 and 72. RGB value is (218,69,114). Sum of RGB (Red+Green+Blue) = 218+69+114=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4572 is #25BA8D. Grayscale: #767676. Windows color (decimal): -2472590 or 7488986. OLE color: 7488986.
HSL color Cylindrical-coordinate representation of color #DA4572: hue angle of 341.88º 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 #DA4572 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 114 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.15 |
| HSL | 341.88º | 0.67% | 0.56% | - |
| HSV(B) | 341.88º | 0.68% | 0.85% | - |
| XYZ | 34.08 | 20.38 | 18.06 | - |
| YUV | 118.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 114 | 0 | 0.68 | 0.48 | 0.15 | 341.88 | 0.67 | 0.56 |
| Hex | DA | 45 | 72 | 0 | 44 | 30 | F | 156 | 43 | 38 |
| Octal | 332 | 105 | 162 | 0 | 104 | 60 | 17 | 526 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1110010 | 0 | 1000100 | 110000 | 1111 | 101010110 | 1000011 | 111000 |
Color Harmonies of #DA4572
Complementary color
Monochromatic Colors of #DA4572
Black with #DA4572
Text Example
Text Example
White with #DA4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4572; }
p { color: rgb(218,69,114); }
H1.HeaderClassName
{
color: #DA4572;
}
.AnyTagClassName
{
color: #DA4572;
}
</style>
background-color css
<style>
a { background-color: #DA4572; }
a { background-color: rgb(218,69,114); }
div.DivClassName
{
background-color: #DA4572;
}
.BgClassName
{
background-color: #DA4572;
}
</style>
border-color css
<style>
span { border-color: #DA4572; }
span { border-color: rgb(218,69,114); }
td.TdClassName
{
border-color: #DA4572;
}
.TagClassName
{
border-color: #DA4572;
}
</style>