Shades of Cranberry #DB607E
Tints of Cranberry #DB607E
RGB
CMYK
RGB Variations
Color information
#DB607E (or 0xDB607E) is known color: Cranberry. HEX triplet: DB, 60 and 7E. RGB value is (219,96,126). Sum of RGB (Red+Green+Blue) = 219+96+126=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB607E is #249F81. Grayscale: #888888. Windows color (decimal): -2400130 or 8282331. OLE color: 8282331.
HSL color Cylindrical-coordinate representation of color #DB607E: hue angle of 345.37º 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 #DB607E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 126 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.14 |
| HSL | 345.37º | 0.63% | 0.62% | - |
| HSV(B) | 345.37º | 0.56% | 0.86% | - |
| XYZ | 37.16 | 24.93 | 22.59 | - |
| YUV | 136.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 126 | 0 | 0.56 | 0.42 | 0.14 | 345.37 | 0.63 | 0.62 |
| Hex | DB | 60 | 7E | 0 | 38 | 2A | E | 159 | 3F | 3E |
| Octal | 333 | 140 | 176 | 0 | 70 | 52 | 16 | 531 | 77 | 76 |
| Binary | 11011011 | 1100000 | 1111110 | 0 | 111000 | 101010 | 1110 | 101011001 | 111111 | 111110 |
Color Harmonies of #DB607E
Complementary color
Monochromatic Colors of #DB607E
Black with #DB607E
Text Example
Text Example
White with #DB607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB607E; }
p { color: rgb(219,96,126); }
H1.HeaderClassName
{
color: #DB607E;
}
.AnyTagClassName
{
color: #DB607E;
}
</style>
background-color css
<style>
a { background-color: #DB607E; }
a { background-color: rgb(219,96,126); }
div.DivClassName
{
background-color: #DB607E;
}
.BgClassName
{
background-color: #DB607E;
}
</style>
border-color css
<style>
span { border-color: #DB607E; }
span { border-color: rgb(219,96,126); }
td.TdClassName
{
border-color: #DB607E;
}
.TagClassName
{
border-color: #DB607E;
}
</style>