Shades of Cranberry #DB4681
Tints of Cranberry #DB4681
RGB
CMYK
RGB Variations
Color information
#DB4681 (or 0xDB4681) is known color: Cranberry. HEX triplet: DB, 46 and 81. RGB value is (219,70,129). Sum of RGB (Red+Green+Blue) = 219+70+129=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4681 is #24B97E. Grayscale: #797979. Windows color (decimal): -2406783 or 8472283. OLE color: 8472283.
HSL color Cylindrical-coordinate representation of color #DB4681: hue angle of 336.24º 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 #DB4681 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 70 | 129 | - |
CMYK | 0 | 0.68 | 0.41 | 0.14 |
HSL | 336.24º | 0.67% | 0.57% | - |
HSV(B) | 336.24º | 0.68% | 0.86% | - |
XYZ | 35.37 | 21.03 | 22.96 | - |
YUV | 121.28 | 132.36 | 197.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 70 | 129 | 0 | 0.68 | 0.41 | 0.14 | 336.24 | 0.67 | 0.57 |
Hex | DB | 46 | 81 | 0 | 44 | 29 | E | 150 | 43 | 39 |
Octal | 333 | 106 | 201 | 0 | 104 | 51 | 16 | 520 | 103 | 71 |
Binary | 11011011 | 1000110 | 10000001 | 0 | 1000100 | 101001 | 1110 | 101010000 | 1000011 | 111001 |
Color Harmonies of #DB4681
Complementary color
Monochromatic Colors of #DB4681
Black with #DB4681
Text Example
Text Example
White with #DB4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4681; }
p { color: rgb(219,70,129); }
H1.HeaderClassName
{
color: #DB4681;
}
.AnyTagClassName
{
color: #DB4681;
}
</style>
background-color css
<style>
a { background-color: #DB4681; }
a { background-color: rgb(219,70,129); }
div.DivClassName
{
background-color: #DB4681;
}
.BgClassName
{
background-color: #DB4681;
}
</style>
border-color css
<style>
span { border-color: #DB4681; }
span { border-color: rgb(219,70,129); }
td.TdClassName
{
border-color: #DB4681;
}
.TagClassName
{
border-color: #DB4681;
}
</style>