Shades of Cranberry #DA617E
Tints of Cranberry #DA617E
RGB
CMYK
RGB Variations
Color information
#DA617E (or 0xDA617E) is known color: Cranberry. HEX triplet: DA, 61 and 7E. RGB value is (218,97,126). Sum of RGB (Red+Green+Blue) = 218+97+126=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA617E is #259E81. Grayscale: #888888. Windows color (decimal): -2465410 or 8282586. OLE color: 8282586.
HSL color Cylindrical-coordinate representation of color #DA617E: hue angle of 345.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA617E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 126 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.15 |
| HSL | 345.62º | 0.62% | 0.62% | - |
| HSV(B) | 345.62º | 0.56% | 0.85% | - |
| XYZ | 36.95 | 24.96 | 22.61 | - |
| YUV | 136.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 126 | 0 | 0.56 | 0.42 | 0.15 | 345.62 | 0.62 | 0.62 |
| Hex | DA | 61 | 7E | 0 | 38 | 2A | F | 15A | 3E | 3E |
| Octal | 332 | 141 | 176 | 0 | 70 | 52 | 17 | 532 | 76 | 76 |
| Binary | 11011010 | 1100001 | 1111110 | 0 | 111000 | 101010 | 1111 | 101011010 | 111110 | 111110 |
Color Harmonies of #DA617E
Complementary color
Monochromatic Colors of #DA617E
Black with #DA617E
Text Example
Text Example
White with #DA617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA617E; }
p { color: rgb(218,97,126); }
H1.HeaderClassName
{
color: #DA617E;
}
.AnyTagClassName
{
color: #DA617E;
}
</style>
background-color css
<style>
a { background-color: #DA617E; }
a { background-color: rgb(218,97,126); }
div.DivClassName
{
background-color: #DA617E;
}
.BgClassName
{
background-color: #DA617E;
}
</style>
border-color css
<style>
span { border-color: #DA617E; }
span { border-color: rgb(218,97,126); }
td.TdClassName
{
border-color: #DA617E;
}
.TagClassName
{
border-color: #DA617E;
}
</style>