Shades of Cranberry #DB427A
Tints of Cranberry #DB427A
RGB
CMYK
RGB Variations
Color information
#DB427A (or 0xDB427A) is known color: Cranberry. HEX triplet: DB, 42 and 7A. RGB value is (219,66,122). Sum of RGB (Red+Green+Blue) = 219+66+122=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB427A is #24BD85. Grayscale: #767676. Windows color (decimal): -2407814 or 8012507. OLE color: 8012507.
HSL color Cylindrical-coordinate representation of color #DB427A: hue angle of 338.04º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB427A is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 122 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.14 |
| HSL | 338.04º | 0.68% | 0.56% | - |
| HSV(B) | 338.04º | 0.7% | 0.86% | - |
| XYZ | 34.67 | 20.36 | 20.52 | - |
| YUV | 118.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 122 | 0 | 0.70 | 0.44 | 0.14 | 338.04 | 0.68 | 0.56 |
| Hex | DB | 42 | 7A | 0 | 46 | 2C | E | 152 | 44 | 38 |
| Octal | 333 | 102 | 172 | 0 | 106 | 54 | 16 | 522 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1111010 | 0 | 1000110 | 101100 | 1110 | 101010010 | 1000100 | 111000 |
Color Harmonies of #DB427A
Complementary color
Monochromatic Colors of #DB427A
Black with #DB427A
Text Example
Text Example
White with #DB427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB427A; }
p { color: rgb(219,66,122); }
H1.HeaderClassName
{
color: #DB427A;
}
.AnyTagClassName
{
color: #DB427A;
}
</style>
background-color css
<style>
a { background-color: #DB427A; }
a { background-color: rgb(219,66,122); }
div.DivClassName
{
background-color: #DB427A;
}
.BgClassName
{
background-color: #DB427A;
}
</style>
border-color css
<style>
span { border-color: #DB427A; }
span { border-color: rgb(219,66,122); }
td.TdClassName
{
border-color: #DB427A;
}
.TagClassName
{
border-color: #DB427A;
}
</style>