Shades of Cranberry #DB417E
Tints of Cranberry #DB417E
RGB
CMYK
RGB Variations
Color information
#DB417E (or 0xDB417E) is known color: Cranberry. HEX triplet: DB, 41 and 7E. RGB value is (219,65,126). Sum of RGB (Red+Green+Blue) = 219+65+126=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB417E is #24BE81. Grayscale: #757575. Windows color (decimal): -2408066 or 8274395. OLE color: 8274395.
HSL color Cylindrical-coordinate representation of color #DB417E: hue angle of 336.23º 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 #DB417E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 126 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.14 |
| HSL | 336.23º | 0.68% | 0.56% | - |
| HSV(B) | 336.23º | 0.7% | 0.86% | - |
| XYZ | 34.87 | 20.35 | 21.83 | - |
| YUV | 118 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 126 | 0 | 0.70 | 0.42 | 0.14 | 336.23 | 0.68 | 0.56 |
| Hex | DB | 41 | 7E | 0 | 46 | 2A | E | 150 | 44 | 38 |
| Octal | 333 | 101 | 176 | 0 | 106 | 52 | 16 | 520 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1111110 | 0 | 1000110 | 101010 | 1110 | 101010000 | 1000100 | 111000 |
Color Harmonies of #DB417E
Complementary color
Monochromatic Colors of #DB417E
Black with #DB417E
Text Example
Text Example
White with #DB417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB417E; }
p { color: rgb(219,65,126); }
H1.HeaderClassName
{
color: #DB417E;
}
.AnyTagClassName
{
color: #DB417E;
}
</style>
background-color css
<style>
a { background-color: #DB417E; }
a { background-color: rgb(219,65,126); }
div.DivClassName
{
background-color: #DB417E;
}
.BgClassName
{
background-color: #DB417E;
}
</style>
border-color css
<style>
span { border-color: #DB417E; }
span { border-color: rgb(219,65,126); }
td.TdClassName
{
border-color: #DB417E;
}
.TagClassName
{
border-color: #DB417E;
}
</style>