Shades of Cranberry #DB4375
Tints of Cranberry #DB4375
RGB
CMYK
RGB Variations
Color information
#DB4375 (or 0xDB4375) is known color: Cranberry. HEX triplet: DB, 43 and 75. RGB value is (219,67,117). Sum of RGB (Red+Green+Blue) = 219+67+117=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4375 is #24BC8A. Grayscale: #767676. Windows color (decimal): -2407563 or 7685083. OLE color: 7685083.
HSL color Cylindrical-coordinate representation of color #DB4375: hue angle of 340.26º 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 #DB4375 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 117 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.14 |
| HSL | 340.26º | 0.68% | 0.56% | - |
| HSV(B) | 340.26º | 0.69% | 0.86% | - |
| XYZ | 34.43 | 20.36 | 18.94 | - |
| YUV | 118.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 117 | 0 | 0.69 | 0.47 | 0.14 | 340.26 | 0.68 | 0.56 |
| Hex | DB | 43 | 75 | 0 | 45 | 2F | E | 154 | 44 | 38 |
| Octal | 333 | 103 | 165 | 0 | 105 | 57 | 16 | 524 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1110101 | 0 | 1000101 | 101111 | 1110 | 101010100 | 1000100 | 111000 |
Color Harmonies of #DB4375
Complementary color
Monochromatic Colors of #DB4375
Black with #DB4375
Text Example
Text Example
White with #DB4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4375; }
p { color: rgb(219,67,117); }
H1.HeaderClassName
{
color: #DB4375;
}
.AnyTagClassName
{
color: #DB4375;
}
</style>
background-color css
<style>
a { background-color: #DB4375; }
a { background-color: rgb(219,67,117); }
div.DivClassName
{
background-color: #DB4375;
}
.BgClassName
{
background-color: #DB4375;
}
</style>
border-color css
<style>
span { border-color: #DB4375; }
span { border-color: rgb(219,67,117); }
td.TdClassName
{
border-color: #DB4375;
}
.TagClassName
{
border-color: #DB4375;
}
</style>