Shades of Cranberry #DA4A8A
Tints of Cranberry #DA4A8A
RGB
CMYK
RGB Variations
Color information
#DA4A8A (or 0xDA4A8A) is known color: Cranberry. HEX triplet: DA, 4A and 8A. RGB value is (218,74,138). Sum of RGB (Red+Green+Blue) = 218+74+138=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A8A is #25B575. Grayscale: #7C7C7C. Windows color (decimal): -2471286 or 9063130. OLE color: 9063130.
HSL color Cylindrical-coordinate representation of color #DA4A8A: hue angle of 333.33º 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 #DA4A8A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 138 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.15 |
| HSL | 333.33º | 0.66% | 0.57% | - |
| HSV(B) | 333.33º | 0.66% | 0.85% | - |
| XYZ | 35.95 | 21.64 | 26.33 | - |
| YUV | 124.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 138 | 0 | 0.66 | 0.37 | 0.15 | 333.33 | 0.66 | 0.57 |
| Hex | DA | 4A | 8A | 0 | 42 | 25 | F | 14D | 42 | 39 |
| Octal | 332 | 112 | 212 | 0 | 102 | 45 | 17 | 515 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10001010 | 0 | 1000010 | 100101 | 1111 | 101001101 | 1000010 | 111001 |
Color Harmonies of #DA4A8A
Complementary color
Monochromatic Colors of #DA4A8A
Black with #DA4A8A
Text Example
Text Example
White with #DA4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A8A; }
p { color: rgb(218,74,138); }
H1.HeaderClassName
{
color: #DA4A8A;
}
.AnyTagClassName
{
color: #DA4A8A;
}
</style>
background-color css
<style>
a { background-color: #DA4A8A; }
a { background-color: rgb(218,74,138); }
div.DivClassName
{
background-color: #DA4A8A;
}
.BgClassName
{
background-color: #DA4A8A;
}
</style>
border-color css
<style>
span { border-color: #DA4A8A; }
span { border-color: rgb(218,74,138); }
td.TdClassName
{
border-color: #DA4A8A;
}
.TagClassName
{
border-color: #DA4A8A;
}
</style>