Shades of Cranberry #DA4A88
Tints of Cranberry #DA4A88
RGB
CMYK
RGB Variations
Color information
#DA4A88 (or 0xDA4A88) is known color: Cranberry. HEX triplet: DA, 4A and 88. RGB value is (218,74,136). Sum of RGB (Red+Green+Blue) = 218+74+136=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A88 is #25B577. Grayscale: #7C7C7C. Windows color (decimal): -2471288 or 8932058. OLE color: 8932058.
HSL color Cylindrical-coordinate representation of color #DA4A88: hue angle of 334.17º 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 #DA4A88 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 136 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.15 |
| HSL | 334.17º | 0.66% | 0.57% | - |
| HSV(B) | 334.17º | 0.66% | 0.85% | - |
| XYZ | 35.81 | 21.58 | 25.57 | - |
| YUV | 124.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 136 | 0 | 0.66 | 0.38 | 0.15 | 334.17 | 0.66 | 0.57 |
| Hex | DA | 4A | 88 | 0 | 42 | 26 | F | 14E | 42 | 39 |
| Octal | 332 | 112 | 210 | 0 | 102 | 46 | 17 | 516 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10001000 | 0 | 1000010 | 100110 | 1111 | 101001110 | 1000010 | 111001 |
Color Harmonies of #DA4A88
Complementary color
Monochromatic Colors of #DA4A88
Black with #DA4A88
Text Example
Text Example
White with #DA4A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A88; }
p { color: rgb(218,74,136); }
H1.HeaderClassName
{
color: #DA4A88;
}
.AnyTagClassName
{
color: #DA4A88;
}
</style>
background-color css
<style>
a { background-color: #DA4A88; }
a { background-color: rgb(218,74,136); }
div.DivClassName
{
background-color: #DA4A88;
}
.BgClassName
{
background-color: #DA4A88;
}
</style>
border-color css
<style>
span { border-color: #DA4A88; }
span { border-color: rgb(218,74,136); }
td.TdClassName
{
border-color: #DA4A88;
}
.TagClassName
{
border-color: #DA4A88;
}
</style>