Shades of Froly #DB767F
Tints of Froly #DB767F
RGB
CMYK
RGB Variations
Color information
#DB767F (or 0xDB767F) is known color: Froly. HEX triplet: DB, 76 and 7F. RGB value is (219,118,127). Sum of RGB (Red+Green+Blue) = 219+118+127=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB767F is #248980. Grayscale: #959595. Windows color (decimal): -2394497 or 8353499. OLE color: 8353499.
HSL color Cylindrical-coordinate representation of color #DB767F: hue angle of 354.65º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB767F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 127 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.14 |
| HSL | 354.65º | 0.58% | 0.66% | - |
| HSV(B) | 354.65º | 0.46% | 0.86% | - |
| XYZ | 39.52 | 29.55 | 23.7 | - |
| YUV | 149.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 127 | 0 | 0.46 | 0.42 | 0.14 | 354.65 | 0.58 | 0.66 |
| Hex | DB | 76 | 7F | 0 | 2E | 2A | E | 163 | 3A | 42 |
| Octal | 333 | 166 | 177 | 0 | 56 | 52 | 16 | 543 | 72 | 102 |
| Binary | 11011011 | 1110110 | 1111111 | 0 | 101110 | 101010 | 1110 | 101100011 | 111010 | 1000010 |
Color Harmonies of #DB767F
Complementary color
Monochromatic Colors of #DB767F
Black with #DB767F
Text Example
Text Example
White with #DB767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB767F; }
p { color: rgb(219,118,127); }
H1.HeaderClassName
{
color: #DB767F;
}
.AnyTagClassName
{
color: #DB767F;
}
</style>
background-color css
<style>
a { background-color: #DB767F; }
a { background-color: rgb(219,118,127); }
div.DivClassName
{
background-color: #DB767F;
}
.BgClassName
{
background-color: #DB767F;
}
</style>
border-color css
<style>
span { border-color: #DB767F; }
span { border-color: rgb(219,118,127); }
td.TdClassName
{
border-color: #DB767F;
}
.TagClassName
{
border-color: #DB767F;
}
</style>