Shades of Froly #DB6775
Tints of Froly #DB6775
RGB
CMYK
RGB Variations
Color information
#DB6775 (or 0xDB6775) is known color: Froly. HEX triplet: DB, 67 and 75. RGB value is (219,103,117). Sum of RGB (Red+Green+Blue) = 219+103+117=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6775 is #24988A. Grayscale: #8B8B8B. Windows color (decimal): -2398347 or 7694299. OLE color: 7694299.
HSL color Cylindrical-coordinate representation of color #DB6775: hue angle of 352.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6775 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 117 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.14 |
| HSL | 352.76º | 0.62% | 0.63% | - |
| HSV(B) | 352.76º | 0.53% | 0.86% | - |
| XYZ | 37.27 | 26.04 | 19.89 | - |
| YUV | 139.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 117 | 0 | 0.53 | 0.47 | 0.14 | 352.76 | 0.62 | 0.63 |
| Hex | DB | 67 | 75 | 0 | 35 | 2F | E | 161 | 3E | 3F |
| Octal | 333 | 147 | 165 | 0 | 65 | 57 | 16 | 541 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1110101 | 0 | 110101 | 101111 | 1110 | 101100001 | 111110 | 111111 |
Color Harmonies of #DB6775
Complementary color
Monochromatic Colors of #DB6775
Black with #DB6775
Text Example
Text Example
White with #DB6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6775; }
p { color: rgb(219,103,117); }
H1.HeaderClassName
{
color: #DB6775;
}
.AnyTagClassName
{
color: #DB6775;
}
</style>
background-color css
<style>
a { background-color: #DB6775; }
a { background-color: rgb(219,103,117); }
div.DivClassName
{
background-color: #DB6775;
}
.BgClassName
{
background-color: #DB6775;
}
</style>
border-color css
<style>
span { border-color: #DB6775; }
span { border-color: rgb(219,103,117); }
td.TdClassName
{
border-color: #DB6775;
}
.TagClassName
{
border-color: #DB6775;
}
</style>