Shades of Cranberry #DB4A6C
Tints of Cranberry #DB4A6C
RGB
CMYK
RGB Variations
Color information
#DB4A6C (or 0xDB4A6C) is known color: Cranberry. HEX triplet: DB, 4A and 6C. RGB value is (219,74,108). Sum of RGB (Red+Green+Blue) = 219+74+108=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A6C is #24B593. Grayscale: #797979. Windows color (decimal): -2405780 or 7097051. OLE color: 7097051.
HSL color Cylindrical-coordinate representation of color #DB4A6C: hue angle of 345.93º 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 #DB4A6C is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 108 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.14 |
| HSL | 345.93º | 0.67% | 0.57% | - |
| HSV(B) | 345.93º | 0.66% | 0.86% | - |
| XYZ | 34.37 | 21.04 | 16.44 | - |
| YUV | 121.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 108 | 0 | 0.66 | 0.51 | 0.14 | 345.93 | 0.67 | 0.57 |
| Hex | DB | 4A | 6C | 0 | 42 | 33 | E | 15A | 43 | 39 |
| Octal | 333 | 112 | 154 | 0 | 102 | 63 | 16 | 532 | 103 | 71 |
| Binary | 11011011 | 1001010 | 1101100 | 0 | 1000010 | 110011 | 1110 | 101011010 | 1000011 | 111001 |
Color Harmonies of #DB4A6C
Complementary color
Monochromatic Colors of #DB4A6C
Black with #DB4A6C
Text Example
Text Example
White with #DB4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A6C; }
p { color: rgb(219,74,108); }
H1.HeaderClassName
{
color: #DB4A6C;
}
.AnyTagClassName
{
color: #DB4A6C;
}
</style>
background-color css
<style>
a { background-color: #DB4A6C; }
a { background-color: rgb(219,74,108); }
div.DivClassName
{
background-color: #DB4A6C;
}
.BgClassName
{
background-color: #DB4A6C;
}
</style>
border-color css
<style>
span { border-color: #DB4A6C; }
span { border-color: rgb(219,74,108); }
td.TdClassName
{
border-color: #DB4A6C;
}
.TagClassName
{
border-color: #DB4A6C;
}
</style>