Shades of Cranberry #DB4B7E
Tints of Cranberry #DB4B7E
RGB
CMYK
RGB Variations
Color information
#DB4B7E (or 0xDB4B7E) is known color: Cranberry. HEX triplet: DB, 4B and 7E. RGB value is (219,75,126). Sum of RGB (Red+Green+Blue) = 219+75+126=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B7E is #24B481. Grayscale: #7B7B7B. Windows color (decimal): -2405506 or 8276955. OLE color: 8276955.
HSL color Cylindrical-coordinate representation of color #DB4B7E: hue angle of 338.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 #DB4B7E is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 126 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.14 |
| HSL | 338.75º | 0.67% | 0.58% | - |
| HSV(B) | 338.75º | 0.66% | 0.86% | - |
| XYZ | 35.5 | 21.6 | 22.04 | - |
| YUV | 123.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 126 | 0 | 0.66 | 0.42 | 0.14 | 338.75 | 0.67 | 0.58 |
| Hex | DB | 4B | 7E | 0 | 42 | 2A | E | 153 | 43 | 3A |
| Octal | 333 | 113 | 176 | 0 | 102 | 52 | 16 | 523 | 103 | 72 |
| Binary | 11011011 | 1001011 | 1111110 | 0 | 1000010 | 101010 | 1110 | 101010011 | 1000011 | 111010 |
Color Harmonies of #DB4B7E
Complementary color
Monochromatic Colors of #DB4B7E
Black with #DB4B7E
Text Example
Text Example
White with #DB4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B7E; }
p { color: rgb(219,75,126); }
H1.HeaderClassName
{
color: #DB4B7E;
}
.AnyTagClassName
{
color: #DB4B7E;
}
</style>
background-color css
<style>
a { background-color: #DB4B7E; }
a { background-color: rgb(219,75,126); }
div.DivClassName
{
background-color: #DB4B7E;
}
.BgClassName
{
background-color: #DB4B7E;
}
</style>
border-color css
<style>
span { border-color: #DB4B7E; }
span { border-color: rgb(219,75,126); }
td.TdClassName
{
border-color: #DB4B7E;
}
.TagClassName
{
border-color: #DB4B7E;
}
</style>