Shades of Cranberry #DB4A7B
Tints of Cranberry #DB4A7B
RGB
CMYK
RGB Variations
Color information
#DB4A7B (or 0xDB4A7B) is known color: Cranberry. HEX triplet: DB, 4A and 7B. RGB value is (219,74,123). Sum of RGB (Red+Green+Blue) = 219+74+123=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A7B is #24B584. Grayscale: #7A7A7A. Windows color (decimal): -2405765 or 8080091. OLE color: 8080091.
HSL color Cylindrical-coordinate representation of color #DB4A7B: hue angle of 339.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A7B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 123 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.14 |
| HSL | 339.72º | 0.67% | 0.57% | - |
| HSV(B) | 339.72º | 0.66% | 0.86% | - |
| XYZ | 35.24 | 21.39 | 21.01 | - |
| YUV | 122.94 | 128.04 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 123 | 0 | 0.66 | 0.44 | 0.14 | 339.72 | 0.67 | 0.57 |
| Hex | DB | 4A | 7B | 0 | 42 | 2C | E | 154 | 43 | 39 |
| Octal | 333 | 112 | 173 | 0 | 102 | 54 | 16 | 524 | 103 | 71 |
| Binary | 11011011 | 1001010 | 1111011 | 0 | 1000010 | 101100 | 1110 | 101010100 | 1000011 | 111001 |
Color Harmonies of #DB4A7B
Complementary color
Monochromatic Colors of #DB4A7B
Black with #DB4A7B
Text Example
Text Example
White with #DB4A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A7B; }
p { color: rgb(219,74,123); }
H1.HeaderClassName
{
color: #DB4A7B;
}
.AnyTagClassName
{
color: #DB4A7B;
}
</style>
background-color css
<style>
a { background-color: #DB4A7B; }
a { background-color: rgb(219,74,123); }
div.DivClassName
{
background-color: #DB4A7B;
}
.BgClassName
{
background-color: #DB4A7B;
}
</style>
border-color css
<style>
span { border-color: #DB4A7B; }
span { border-color: rgb(219,74,123); }
td.TdClassName
{
border-color: #DB4A7B;
}
.TagClassName
{
border-color: #DB4A7B;
}
</style>