Shades of Cranberry #DA4B74
Tints of Cranberry #DA4B74
RGB
CMYK
RGB Variations
Color information
#DA4B74 (or 0xDA4B74) is known color: Cranberry. HEX triplet: DA, 4B and 74. RGB value is (218,75,116). Sum of RGB (Red+Green+Blue) = 218+75+116=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B74 is #25B48B. Grayscale: #7A7A7A. Windows color (decimal): -2471052 or 7621594. OLE color: 7621594.
HSL color Cylindrical-coordinate representation of color #DA4B74: hue angle of 342.8º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B74 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 116 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.15 |
| HSL | 342.8º | 0.66% | 0.57% | - |
| HSV(B) | 342.8º | 0.66% | 0.85% | - |
| XYZ | 34.58 | 21.2 | 18.79 | - |
| YUV | 122.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 116 | 0 | 0.66 | 0.47 | 0.15 | 342.8 | 0.66 | 0.57 |
| Hex | DA | 4B | 74 | 0 | 42 | 2F | F | 157 | 42 | 39 |
| Octal | 332 | 113 | 164 | 0 | 102 | 57 | 17 | 527 | 102 | 71 |
| Binary | 11011010 | 1001011 | 1110100 | 0 | 1000010 | 101111 | 1111 | 101010111 | 1000010 | 111001 |
Color Harmonies of #DA4B74
Complementary color
Monochromatic Colors of #DA4B74
Black with #DA4B74
Text Example
Text Example
White with #DA4B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4B74; }
p { color: rgb(218,75,116); }
H1.HeaderClassName
{
color: #DA4B74;
}
.AnyTagClassName
{
color: #DA4B74;
}
</style>
background-color css
<style>
a { background-color: #DA4B74; }
a { background-color: rgb(218,75,116); }
div.DivClassName
{
background-color: #DA4B74;
}
.BgClassName
{
background-color: #DA4B74;
}
</style>
border-color css
<style>
span { border-color: #DA4B74; }
span { border-color: rgb(218,75,116); }
td.TdClassName
{
border-color: #DA4B74;
}
.TagClassName
{
border-color: #DA4B74;
}
</style>