Shades of Cranberry #DB437E
Tints of Cranberry #DB437E
RGB
CMYK
RGB Variations
Color information
#DB437E (or 0xDB437E) is known color: Cranberry. HEX triplet: DB, 43 and 7E. RGB value is (219,67,126). Sum of RGB (Red+Green+Blue) = 219+67+126=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB437E is #24BC81. Grayscale: #777777. Windows color (decimal): -2407554 or 8274907. OLE color: 8274907.
HSL color Cylindrical-coordinate representation of color #DB437E: hue angle of 336.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB437E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 126 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.14 |
| HSL | 336.71º | 0.68% | 0.56% | - |
| HSV(B) | 336.71º | 0.69% | 0.86% | - |
| XYZ | 34.99 | 20.58 | 21.87 | - |
| YUV | 119.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 126 | 0 | 0.69 | 0.42 | 0.14 | 336.71 | 0.68 | 0.56 |
| Hex | DB | 43 | 7E | 0 | 45 | 2A | E | 151 | 44 | 38 |
| Octal | 333 | 103 | 176 | 0 | 105 | 52 | 16 | 521 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1111110 | 0 | 1000101 | 101010 | 1110 | 101010001 | 1000100 | 111000 |
Color Harmonies of #DB437E
Complementary color
Monochromatic Colors of #DB437E
Black with #DB437E
Text Example
Text Example
White with #DB437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB437E; }
p { color: rgb(219,67,126); }
H1.HeaderClassName
{
color: #DB437E;
}
.AnyTagClassName
{
color: #DB437E;
}
</style>
background-color css
<style>
a { background-color: #DB437E; }
a { background-color: rgb(219,67,126); }
div.DivClassName
{
background-color: #DB437E;
}
.BgClassName
{
background-color: #DB437E;
}
</style>
border-color css
<style>
span { border-color: #DB437E; }
span { border-color: rgb(219,67,126); }
td.TdClassName
{
border-color: #DB437E;
}
.TagClassName
{
border-color: #DB437E;
}
</style>