Shades of Cranberry #DB426C
Tints of Cranberry #DB426C
RGB
CMYK
RGB Variations
Color information
#DB426C (or 0xDB426C) is known color: Cranberry. HEX triplet: DB, 42 and 6C. RGB value is (219,66,108). Sum of RGB (Red+Green+Blue) = 219+66+108=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB426C is #24BD93. Grayscale: #747474. Windows color (decimal): -2407828 or 7095003. OLE color: 7095003.
HSL color Cylindrical-coordinate representation of color #DB426C: hue angle of 343.53º 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 #DB426C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 108 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.14 |
| HSL | 343.53º | 0.68% | 0.56% | - |
| HSV(B) | 343.53º | 0.7% | 0.86% | - |
| XYZ | 33.87 | 20.04 | 16.27 | - |
| YUV | 116.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 108 | 0 | 0.70 | 0.51 | 0.14 | 343.53 | 0.68 | 0.56 |
| Hex | DB | 42 | 6C | 0 | 46 | 33 | E | 158 | 44 | 38 |
| Octal | 333 | 102 | 154 | 0 | 106 | 63 | 16 | 530 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1101100 | 0 | 1000110 | 110011 | 1110 | 101011000 | 1000100 | 111000 |
Color Harmonies of #DB426C
Complementary color
Monochromatic Colors of #DB426C
Black with #DB426C
Text Example
Text Example
White with #DB426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB426C; }
p { color: rgb(219,66,108); }
H1.HeaderClassName
{
color: #DB426C;
}
.AnyTagClassName
{
color: #DB426C;
}
</style>
background-color css
<style>
a { background-color: #DB426C; }
a { background-color: rgb(219,66,108); }
div.DivClassName
{
background-color: #DB426C;
}
.BgClassName
{
background-color: #DB426C;
}
</style>
border-color css
<style>
span { border-color: #DB426C; }
span { border-color: rgb(219,66,108); }
td.TdClassName
{
border-color: #DB426C;
}
.TagClassName
{
border-color: #DB426C;
}
</style>