Shades of Cranberry #DA5381
Tints of Cranberry #DA5381
RGB
CMYK
RGB Variations
Color information
#DA5381 (or 0xDA5381) is known color: Cranberry. HEX triplet: DA, 53 and 81. RGB value is (218,83,129). Sum of RGB (Red+Green+Blue) = 218+83+129=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5381 is #25AC7E. Grayscale: #808080. Windows color (decimal): -2468991 or 8475610. OLE color: 8475610.
HSL color Cylindrical-coordinate representation of color #DA5381: hue angle of 339.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5381 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 129 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.15 |
| HSL | 339.56º | 0.65% | 0.59% | - |
| HSV(B) | 339.56º | 0.62% | 0.85% | - |
| XYZ | 35.97 | 22.68 | 23.25 | - |
| YUV | 128.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 129 | 0 | 0.62 | 0.41 | 0.15 | 339.56 | 0.65 | 0.59 |
| Hex | DA | 53 | 81 | 0 | 3E | 29 | F | 154 | 41 | 3B |
| Octal | 332 | 123 | 201 | 0 | 76 | 51 | 17 | 524 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10000001 | 0 | 111110 | 101001 | 1111 | 101010100 | 1000001 | 111011 |
Color Harmonies of #DA5381
Complementary color
Monochromatic Colors of #DA5381
Black with #DA5381
Text Example
Text Example
White with #DA5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5381; }
p { color: rgb(218,83,129); }
H1.HeaderClassName
{
color: #DA5381;
}
.AnyTagClassName
{
color: #DA5381;
}
</style>
background-color css
<style>
a { background-color: #DA5381; }
a { background-color: rgb(218,83,129); }
div.DivClassName
{
background-color: #DA5381;
}
.BgClassName
{
background-color: #DA5381;
}
</style>
border-color css
<style>
span { border-color: #DA5381; }
span { border-color: rgb(218,83,129); }
td.TdClassName
{
border-color: #DA5381;
}
.TagClassName
{
border-color: #DA5381;
}
</style>