Shades of Cranberry #DB5380
Tints of Cranberry #DB5380
RGB
CMYK
RGB Variations
Color information
#DB5380 (or 0xDB5380) is known color: Cranberry. HEX triplet: DB, 53 and 80. RGB value is (219,83,128). Sum of RGB (Red+Green+Blue) = 219+83+128=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5380 is #24AC7F. Grayscale: #808080. Windows color (decimal): -2403456 or 8410075. OLE color: 8410075.
HSL color Cylindrical-coordinate representation of color #DB5380: hue angle of 340.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5380 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 128 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.14 |
| HSL | 340.15º | 0.65% | 0.59% | - |
| HSV(B) | 340.15º | 0.62% | 0.86% | - |
| XYZ | 36.2 | 22.81 | 22.92 | - |
| YUV | 128.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 128 | 0 | 0.62 | 0.42 | 0.14 | 340.15 | 0.65 | 0.59 |
| Hex | DB | 53 | 80 | 0 | 3E | 2A | E | 154 | 41 | 3B |
| Octal | 333 | 123 | 200 | 0 | 76 | 52 | 16 | 524 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10000000 | 0 | 111110 | 101010 | 1110 | 101010100 | 1000001 | 111011 |
Color Harmonies of #DB5380
Complementary color
Monochromatic Colors of #DB5380
Black with #DB5380
Text Example
Text Example
White with #DB5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5380; }
p { color: rgb(219,83,128); }
H1.HeaderClassName
{
color: #DB5380;
}
.AnyTagClassName
{
color: #DB5380;
}
</style>
background-color css
<style>
a { background-color: #DB5380; }
a { background-color: rgb(219,83,128); }
div.DivClassName
{
background-color: #DB5380;
}
.BgClassName
{
background-color: #DB5380;
}
</style>
border-color css
<style>
span { border-color: #DB5380; }
span { border-color: rgb(219,83,128); }
td.TdClassName
{
border-color: #DB5380;
}
.TagClassName
{
border-color: #DB5380;
}
</style>