Shades of Cranberry #DB4680
Tints of Cranberry #DB4680
RGB
CMYK
RGB Variations
Color information
#DB4680 (or 0xDB4680) is known color: Cranberry. HEX triplet: DB, 46 and 80. RGB value is (219,70,128). Sum of RGB (Red+Green+Blue) = 219+70+128=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4680 is #24B97F. Grayscale: #797979. Windows color (decimal): -2406784 or 8406747. OLE color: 8406747.
HSL color Cylindrical-coordinate representation of color #DB4680: hue angle of 336.64º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4680 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 70 | 128 | - |
CMYK | 0 | 0.68 | 0.42 | 0.14 |
HSL | 336.64º | 0.67% | 0.57% | - |
HSV(B) | 336.64º | 0.68% | 0.86% | - |
XYZ | 35.3 | 21 | 22.61 | - |
YUV | 121.16 | 131.86 | 197.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 70 | 128 | 0 | 0.68 | 0.42 | 0.14 | 336.64 | 0.67 | 0.57 |
Hex | DB | 46 | 80 | 0 | 44 | 2A | E | 151 | 43 | 39 |
Octal | 333 | 106 | 200 | 0 | 104 | 52 | 16 | 521 | 103 | 71 |
Binary | 11011011 | 1000110 | 10000000 | 0 | 1000100 | 101010 | 1110 | 101010001 | 1000011 | 111001 |
Color Harmonies of #DB4680
Complementary color
Monochromatic Colors of #DB4680
Black with #DB4680
Text Example
Text Example
White with #DB4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4680; }
p { color: rgb(219,70,128); }
H1.HeaderClassName
{
color: #DB4680;
}
.AnyTagClassName
{
color: #DB4680;
}
</style>
background-color css
<style>
a { background-color: #DB4680; }
a { background-color: rgb(219,70,128); }
div.DivClassName
{
background-color: #DB4680;
}
.BgClassName
{
background-color: #DB4680;
}
</style>
border-color css
<style>
span { border-color: #DB4680; }
span { border-color: rgb(219,70,128); }
td.TdClassName
{
border-color: #DB4680;
}
.TagClassName
{
border-color: #DB4680;
}
</style>