Shades of Cranberry #DB4B8A
Tints of Cranberry #DB4B8A
RGB
CMYK
RGB Variations
Color information
#DB4B8A (or 0xDB4B8A) is known color: Cranberry. HEX triplet: DB, 4B and 8A. RGB value is (219,75,138). Sum of RGB (Red+Green+Blue) = 219+75+138=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B8A is #24B475. Grayscale: #7D7D7D. Windows color (decimal): -2405494 or 9063387. OLE color: 9063387.
HSL color Cylindrical-coordinate representation of color #DB4B8A: hue angle of 333.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B8A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 138 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.14 |
| HSL | 333.75º | 0.67% | 0.58% | - |
| HSV(B) | 333.75º | 0.66% | 0.86% | - |
| XYZ | 36.32 | 21.93 | 26.36 | - |
| YUV | 125.24 | 135.21 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 138 | 0 | 0.66 | 0.37 | 0.14 | 333.75 | 0.67 | 0.58 |
| Hex | DB | 4B | 8A | 0 | 42 | 25 | E | 14E | 43 | 3A |
| Octal | 333 | 113 | 212 | 0 | 102 | 45 | 16 | 516 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10001010 | 0 | 1000010 | 100101 | 1110 | 101001110 | 1000011 | 111010 |
Color Harmonies of #DB4B8A
Complementary color
Monochromatic Colors of #DB4B8A
Black with #DB4B8A
Text Example
Text Example
White with #DB4B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B8A; }
p { color: rgb(219,75,138); }
H1.HeaderClassName
{
color: #DB4B8A;
}
.AnyTagClassName
{
color: #DB4B8A;
}
</style>
background-color css
<style>
a { background-color: #DB4B8A; }
a { background-color: rgb(219,75,138); }
div.DivClassName
{
background-color: #DB4B8A;
}
.BgClassName
{
background-color: #DB4B8A;
}
</style>
border-color css
<style>
span { border-color: #DB4B8A; }
span { border-color: rgb(219,75,138); }
td.TdClassName
{
border-color: #DB4B8A;
}
.TagClassName
{
border-color: #DB4B8A;
}
</style>