Shades of Cranberry #DB417D
Tints of Cranberry #DB417D
RGB
CMYK
RGB Variations
Color information
#DB417D (or 0xDB417D) is known color: Cranberry. HEX triplet: DB, 41 and 7D. RGB value is (219,65,125). Sum of RGB (Red+Green+Blue) = 219+65+125=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB417D is #24BE82. Grayscale: #757575. Windows color (decimal): -2408067 or 8208859. OLE color: 8208859.
HSL color Cylindrical-coordinate representation of color #DB417D: hue angle of 336.62º 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 #DB417D is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 125 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.14 |
| HSL | 336.62º | 0.68% | 0.56% | - |
| HSV(B) | 336.62º | 0.7% | 0.86% | - |
| XYZ | 34.81 | 20.32 | 21.49 | - |
| YUV | 117.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 125 | 0 | 0.70 | 0.43 | 0.14 | 336.62 | 0.68 | 0.56 |
| Hex | DB | 41 | 7D | 0 | 46 | 2B | E | 151 | 44 | 38 |
| Octal | 333 | 101 | 175 | 0 | 106 | 53 | 16 | 521 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1111101 | 0 | 1000110 | 101011 | 1110 | 101010001 | 1000100 | 111000 |
Color Harmonies of #DB417D
Complementary color
Monochromatic Colors of #DB417D
Black with #DB417D
Text Example
Text Example
White with #DB417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB417D; }
p { color: rgb(219,65,125); }
H1.HeaderClassName
{
color: #DB417D;
}
.AnyTagClassName
{
color: #DB417D;
}
</style>
background-color css
<style>
a { background-color: #DB417D; }
a { background-color: rgb(219,65,125); }
div.DivClassName
{
background-color: #DB417D;
}
.BgClassName
{
background-color: #DB417D;
}
</style>
border-color css
<style>
span { border-color: #DB417D; }
span { border-color: rgb(219,65,125); }
td.TdClassName
{
border-color: #DB417D;
}
.TagClassName
{
border-color: #DB417D;
}
</style>