Shades of Froly #DB697D
Tints of Froly #DB697D
RGB
CMYK
RGB Variations
Color information
#DB697D (or 0xDB697D) is known color: Froly. HEX triplet: DB, 69 and 7D. RGB value is (219,105,125). Sum of RGB (Red+Green+Blue) = 219+105+125=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB697D is #249682. Grayscale: #8D8D8D. Windows color (decimal): -2397827 or 8219099. OLE color: 8219099.
HSL color Cylindrical-coordinate representation of color #DB697D: hue angle of 349.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB697D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 125 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.14 |
| HSL | 349.47º | 0.61% | 0.64% | - |
| HSV(B) | 349.47º | 0.52% | 0.86% | - |
| XYZ | 37.97 | 26.64 | 22.54 | - |
| YUV | 141.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 125 | 0 | 0.52 | 0.43 | 0.14 | 349.47 | 0.61 | 0.64 |
| Hex | DB | 69 | 7D | 0 | 34 | 2B | E | 15D | 3D | 40 |
| Octal | 333 | 151 | 175 | 0 | 64 | 53 | 16 | 535 | 75 | 100 |
| Binary | 11011011 | 1101001 | 1111101 | 0 | 110100 | 101011 | 1110 | 101011101 | 111101 | 1000000 |
Color Harmonies of #DB697D
Complementary color
Monochromatic Colors of #DB697D
Black with #DB697D
Text Example
Text Example
White with #DB697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB697D; }
p { color: rgb(219,105,125); }
H1.HeaderClassName
{
color: #DB697D;
}
.AnyTagClassName
{
color: #DB697D;
}
</style>
background-color css
<style>
a { background-color: #DB697D; }
a { background-color: rgb(219,105,125); }
div.DivClassName
{
background-color: #DB697D;
}
.BgClassName
{
background-color: #DB697D;
}
</style>
border-color css
<style>
span { border-color: #DB697D; }
span { border-color: rgb(219,105,125); }
td.TdClassName
{
border-color: #DB697D;
}
.TagClassName
{
border-color: #DB697D;
}
</style>