Shades of Cranberry #DA5D81
Tints of Cranberry #DA5D81
RGB
CMYK
RGB Variations
Color information
#DA5D81 (or 0xDA5D81) is known color: Cranberry. HEX triplet: DA, 5D and 81. RGB value is (218,93,129). Sum of RGB (Red+Green+Blue) = 218+93+129=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D81 is #25A27E. Grayscale: #868686. Windows color (decimal): -2466431 or 8478170. OLE color: 8478170.
HSL color Cylindrical-coordinate representation of color #DA5D81: hue angle of 342.72º 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 #DA5D81 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 129 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.15 |
| HSL | 342.72º | 0.63% | 0.61% | - |
| HSV(B) | 342.72º | 0.57% | 0.85% | - |
| XYZ | 36.79 | 24.32 | 23.52 | - |
| YUV | 134.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 129 | 0 | 0.57 | 0.41 | 0.15 | 342.72 | 0.63 | 0.61 |
| Hex | DA | 5D | 81 | 0 | 39 | 29 | F | 157 | 3F | 3D |
| Octal | 332 | 135 | 201 | 0 | 71 | 51 | 17 | 527 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10000001 | 0 | 111001 | 101001 | 1111 | 101010111 | 111111 | 111101 |
Color Harmonies of #DA5D81
Complementary color
Monochromatic Colors of #DA5D81
Black with #DA5D81
Text Example
Text Example
White with #DA5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D81; }
p { color: rgb(218,93,129); }
H1.HeaderClassName
{
color: #DA5D81;
}
.AnyTagClassName
{
color: #DA5D81;
}
</style>
background-color css
<style>
a { background-color: #DA5D81; }
a { background-color: rgb(218,93,129); }
div.DivClassName
{
background-color: #DA5D81;
}
.BgClassName
{
background-color: #DA5D81;
}
</style>
border-color css
<style>
span { border-color: #DA5D81; }
span { border-color: rgb(218,93,129); }
td.TdClassName
{
border-color: #DA5D81;
}
.TagClassName
{
border-color: #DA5D81;
}
</style>