Shades of Froly #DB6675
Tints of Froly #DB6675
RGB
CMYK
RGB Variations
Color information
#DB6675 (or 0xDB6675) is known color: Froly. HEX triplet: DB, 66 and 75. RGB value is (219,102,117). Sum of RGB (Red+Green+Blue) = 219+102+117=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6675 is #24998A. Grayscale: #8A8A8A. Windows color (decimal): -2398603 or 7694043. OLE color: 7694043.
HSL color Cylindrical-coordinate representation of color #DB6675: hue angle of 352.31º 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 #DB6675 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 117 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.14 |
| HSL | 352.31º | 0.62% | 0.63% | - |
| HSV(B) | 352.31º | 0.53% | 0.86% | - |
| XYZ | 37.18 | 25.85 | 19.86 | - |
| YUV | 138.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 117 | 0 | 0.53 | 0.47 | 0.14 | 352.31 | 0.62 | 0.63 |
| Hex | DB | 66 | 75 | 0 | 35 | 2F | E | 160 | 3E | 3F |
| Octal | 333 | 146 | 165 | 0 | 65 | 57 | 16 | 540 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1110101 | 0 | 110101 | 101111 | 1110 | 101100000 | 111110 | 111111 |
Color Harmonies of #DB6675
Complementary color
Monochromatic Colors of #DB6675
Black with #DB6675
Text Example
Text Example
White with #DB6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6675; }
p { color: rgb(219,102,117); }
H1.HeaderClassName
{
color: #DB6675;
}
.AnyTagClassName
{
color: #DB6675;
}
</style>
background-color css
<style>
a { background-color: #DB6675; }
a { background-color: rgb(219,102,117); }
div.DivClassName
{
background-color: #DB6675;
}
.BgClassName
{
background-color: #DB6675;
}
</style>
border-color css
<style>
span { border-color: #DB6675; }
span { border-color: rgb(219,102,117); }
td.TdClassName
{
border-color: #DB6675;
}
.TagClassName
{
border-color: #DB6675;
}
</style>