Shades of Cranberry #DA617F
Tints of Cranberry #DA617F
RGB
CMYK
RGB Variations
Color information
#DA617F (or 0xDA617F) is known color: Cranberry. HEX triplet: DA, 61 and 7F. RGB value is (218,97,127). Sum of RGB (Red+Green+Blue) = 218+97+127=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA617F is #259E80. Grayscale: #888888. Windows color (decimal): -2465409 or 8348122. OLE color: 8348122.
HSL color Cylindrical-coordinate representation of color #DA617F: hue angle of 345.12º 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 #DA617F is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 127 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.15 |
| HSL | 345.12º | 0.62% | 0.62% | - |
| HSV(B) | 345.12º | 0.56% | 0.85% | - |
| XYZ | 37.02 | 24.99 | 22.95 | - |
| YUV | 136.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 127 | 0 | 0.56 | 0.42 | 0.15 | 345.12 | 0.62 | 0.62 |
| Hex | DA | 61 | 7F | 0 | 38 | 2A | F | 159 | 3E | 3E |
| Octal | 332 | 141 | 177 | 0 | 70 | 52 | 17 | 531 | 76 | 76 |
| Binary | 11011010 | 1100001 | 1111111 | 0 | 111000 | 101010 | 1111 | 101011001 | 111110 | 111110 |
Color Harmonies of #DA617F
Complementary color
Monochromatic Colors of #DA617F
Black with #DA617F
Text Example
Text Example
White with #DA617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA617F; }
p { color: rgb(218,97,127); }
H1.HeaderClassName
{
color: #DA617F;
}
.AnyTagClassName
{
color: #DA617F;
}
</style>
background-color css
<style>
a { background-color: #DA617F; }
a { background-color: rgb(218,97,127); }
div.DivClassName
{
background-color: #DA617F;
}
.BgClassName
{
background-color: #DA617F;
}
</style>
border-color css
<style>
span { border-color: #DA617F; }
span { border-color: rgb(218,97,127); }
td.TdClassName
{
border-color: #DA617F;
}
.TagClassName
{
border-color: #DA617F;
}
</style>