Shades of Cranberry #DB4F7B
Tints of Cranberry #DB4F7B
RGB
CMYK
RGB Variations
Color information
#DB4F7B (or 0xDB4F7B) is known color: Cranberry. HEX triplet: DB, 4F and 7B. RGB value is (219,79,123). Sum of RGB (Red+Green+Blue) = 219+79+123=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F7B is #24B084. Grayscale: #7D7D7D. Windows color (decimal): -2404485 or 8081371. OLE color: 8081371.
HSL color Cylindrical-coordinate representation of color #DB4F7B: hue angle of 341.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F7B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 123 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.14 |
| HSL | 341.14º | 0.66% | 0.58% | - |
| HSV(B) | 341.14º | 0.64% | 0.86% | - |
| XYZ | 35.58 | 22.08 | 21.13 | - |
| YUV | 125.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 123 | 0 | 0.64 | 0.44 | 0.14 | 341.14 | 0.66 | 0.58 |
| Hex | DB | 4F | 7B | 0 | 40 | 2C | E | 155 | 42 | 3A |
| Octal | 333 | 117 | 173 | 0 | 100 | 54 | 16 | 525 | 102 | 72 |
| Binary | 11011011 | 1001111 | 1111011 | 0 | 1000000 | 101100 | 1110 | 101010101 | 1000010 | 111010 |
Color Harmonies of #DB4F7B
Complementary color
Monochromatic Colors of #DB4F7B
Black with #DB4F7B
Text Example
Text Example
White with #DB4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F7B; }
p { color: rgb(219,79,123); }
H1.HeaderClassName
{
color: #DB4F7B;
}
.AnyTagClassName
{
color: #DB4F7B;
}
</style>
background-color css
<style>
a { background-color: #DB4F7B; }
a { background-color: rgb(219,79,123); }
div.DivClassName
{
background-color: #DB4F7B;
}
.BgClassName
{
background-color: #DB4F7B;
}
</style>
border-color css
<style>
span { border-color: #DB4F7B; }
span { border-color: rgb(219,79,123); }
td.TdClassName
{
border-color: #DB4F7B;
}
.TagClassName
{
border-color: #DB4F7B;
}
</style>