Shades of Cranberry #DA5E81
Tints of Cranberry #DA5E81
RGB
CMYK
RGB Variations
Color information
#DA5E81 (or 0xDA5E81) is known color: Cranberry. HEX triplet: DA, 5E and 81. RGB value is (218,94,129). Sum of RGB (Red+Green+Blue) = 218+94+129=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E81 is #25A17E. Grayscale: #878787. Windows color (decimal): -2466175 or 8478426. OLE color: 8478426.
HSL color Cylindrical-coordinate representation of color #DA5E81: hue angle of 343.06º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5E81 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 129 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.15 |
| HSL | 343.06º | 0.63% | 0.61% | - |
| HSV(B) | 343.06º | 0.57% | 0.85% | - |
| XYZ | 36.88 | 24.5 | 23.55 | - |
| YUV | 135.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 129 | 0 | 0.57 | 0.41 | 0.15 | 343.06 | 0.63 | 0.61 |
| Hex | DA | 5E | 81 | 0 | 39 | 29 | F | 157 | 3F | 3D |
| Octal | 332 | 136 | 201 | 0 | 71 | 51 | 17 | 527 | 77 | 75 |
| Binary | 11011010 | 1011110 | 10000001 | 0 | 111001 | 101001 | 1111 | 101010111 | 111111 | 111101 |
Color Harmonies of #DA5E81
Complementary color
Monochromatic Colors of #DA5E81
Black with #DA5E81
Text Example
Text Example
White with #DA5E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E81; }
p { color: rgb(218,94,129); }
H1.HeaderClassName
{
color: #DA5E81;
}
.AnyTagClassName
{
color: #DA5E81;
}
</style>
background-color css
<style>
a { background-color: #DA5E81; }
a { background-color: rgb(218,94,129); }
div.DivClassName
{
background-color: #DA5E81;
}
.BgClassName
{
background-color: #DA5E81;
}
</style>
border-color css
<style>
span { border-color: #DA5E81; }
span { border-color: rgb(218,94,129); }
td.TdClassName
{
border-color: #DA5E81;
}
.TagClassName
{
border-color: #DA5E81;
}
</style>