Shades of Cranberry #DB617E
Tints of Cranberry #DB617E
RGB
CMYK
RGB Variations
Color information
#DB617E (or 0xDB617E) is known color: Cranberry. HEX triplet: DB, 61 and 7E. RGB value is (219,97,126). Sum of RGB (Red+Green+Blue) = 219+97+126=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB617E is #249E81. Grayscale: #888888. Windows color (decimal): -2399874 or 8282587. OLE color: 8282587.
HSL color Cylindrical-coordinate representation of color #DB617E: hue angle of 345.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB617E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 126 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.14 |
| HSL | 345.74º | 0.63% | 0.62% | - |
| HSV(B) | 345.74º | 0.56% | 0.86% | - |
| XYZ | 37.25 | 25.12 | 22.62 | - |
| YUV | 136.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 126 | 0 | 0.56 | 0.42 | 0.14 | 345.74 | 0.63 | 0.62 |
| Hex | DB | 61 | 7E | 0 | 38 | 2A | E | 15A | 3F | 3E |
| Octal | 333 | 141 | 176 | 0 | 70 | 52 | 16 | 532 | 77 | 76 |
| Binary | 11011011 | 1100001 | 1111110 | 0 | 111000 | 101010 | 1110 | 101011010 | 111111 | 111110 |
Color Harmonies of #DB617E
Complementary color
Monochromatic Colors of #DB617E
Black with #DB617E
Text Example
Text Example
White with #DB617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB617E; }
p { color: rgb(219,97,126); }
H1.HeaderClassName
{
color: #DB617E;
}
.AnyTagClassName
{
color: #DB617E;
}
</style>
background-color css
<style>
a { background-color: #DB617E; }
a { background-color: rgb(219,97,126); }
div.DivClassName
{
background-color: #DB617E;
}
.BgClassName
{
background-color: #DB617E;
}
</style>
border-color css
<style>
span { border-color: #DB617E; }
span { border-color: rgb(219,97,126); }
td.TdClassName
{
border-color: #DB617E;
}
.TagClassName
{
border-color: #DB617E;
}
</style>