Shades of Cranberry #DB5375
Tints of Cranberry #DB5375
RGB
CMYK
RGB Variations
Color information
#DB5375 (or 0xDB5375) is known color: Cranberry. HEX triplet: DB, 53 and 75. RGB value is (219,83,117). Sum of RGB (Red+Green+Blue) = 219+83+117=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5375 is #24AC8A. Grayscale: #7F7F7F. Windows color (decimal): -2403467 or 7689179. OLE color: 7689179.
HSL color Cylindrical-coordinate representation of color #DB5375: hue angle of 345º 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 #DB5375 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 117 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.14 |
| HSL | 345º | 0.65% | 0.59% | - |
| HSV(B) | 345º | 0.62% | 0.86% | - |
| XYZ | 35.52 | 22.53 | 19.31 | - |
| YUV | 127.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 117 | 0 | 0.62 | 0.47 | 0.14 | 345 | 0.65 | 0.59 |
| Hex | DB | 53 | 75 | 0 | 3E | 2F | E | 159 | 41 | 3B |
| Octal | 333 | 123 | 165 | 0 | 76 | 57 | 16 | 531 | 101 | 73 |
| Binary | 11011011 | 1010011 | 1110101 | 0 | 111110 | 101111 | 1110 | 101011001 | 1000001 | 111011 |
Color Harmonies of #DB5375
Complementary color
Monochromatic Colors of #DB5375
Black with #DB5375
Text Example
Text Example
White with #DB5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5375; }
p { color: rgb(219,83,117); }
H1.HeaderClassName
{
color: #DB5375;
}
.AnyTagClassName
{
color: #DB5375;
}
</style>
background-color css
<style>
a { background-color: #DB5375; }
a { background-color: rgb(219,83,117); }
div.DivClassName
{
background-color: #DB5375;
}
.BgClassName
{
background-color: #DB5375;
}
</style>
border-color css
<style>
span { border-color: #DB5375; }
span { border-color: rgb(219,83,117); }
td.TdClassName
{
border-color: #DB5375;
}
.TagClassName
{
border-color: #DB5375;
}
</style>