Shades of Cranberry #DB4483
Tints of Cranberry #DB4483
RGB
CMYK
RGB Variations
Color information
#DB4483 (or 0xDB4483) is known color: Cranberry. HEX triplet: DB, 44 and 83. RGB value is (219,68,131). Sum of RGB (Red+Green+Blue) = 219+68+131=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4483 is #24BB7C. Grayscale: #787878. Windows color (decimal): -2407293 or 8602843. OLE color: 8602843.
HSL color Cylindrical-coordinate representation of color #DB4483: hue angle of 334.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4483 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 131 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.14 |
| HSL | 334.97º | 0.68% | 0.56% | - |
| HSV(B) | 334.97º | 0.69% | 0.86% | - |
| XYZ | 35.38 | 20.83 | 23.63 | - |
| YUV | 120.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 131 | 0 | 0.69 | 0.40 | 0.14 | 334.97 | 0.68 | 0.56 |
| Hex | DB | 44 | 83 | 0 | 45 | 28 | E | 14F | 44 | 38 |
| Octal | 333 | 104 | 203 | 0 | 105 | 50 | 16 | 517 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10000011 | 0 | 1000101 | 101000 | 1110 | 101001111 | 1000100 | 111000 |
Color Harmonies of #DB4483
Complementary color
Monochromatic Colors of #DB4483
Black with #DB4483
Text Example
Text Example
White with #DB4483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4483; }
p { color: rgb(219,68,131); }
H1.HeaderClassName
{
color: #DB4483;
}
.AnyTagClassName
{
color: #DB4483;
}
</style>
background-color css
<style>
a { background-color: #DB4483; }
a { background-color: rgb(219,68,131); }
div.DivClassName
{
background-color: #DB4483;
}
.BgClassName
{
background-color: #DB4483;
}
</style>
border-color css
<style>
span { border-color: #DB4483; }
span { border-color: rgb(219,68,131); }
td.TdClassName
{
border-color: #DB4483;
}
.TagClassName
{
border-color: #DB4483;
}
</style>