Shades of Froly #DB6D7D
Tints of Froly #DB6D7D
RGB
CMYK
RGB Variations
Color information
#DB6D7D (or 0xDB6D7D) is known color: Froly. HEX triplet: DB, 6D and 7D. RGB value is (219,109,125). Sum of RGB (Red+Green+Blue) = 219+109+125=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D7D is #249282. Grayscale: #8F8F8F. Windows color (decimal): -2396803 or 8220123. OLE color: 8220123.
HSL color Cylindrical-coordinate representation of color #DB6D7D: hue angle of 351.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D7D is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 125 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.14 |
| HSL | 351.27º | 0.6% | 0.64% | - |
| HSV(B) | 351.27º | 0.5% | 0.86% | - |
| XYZ | 38.38 | 27.48 | 22.68 | - |
| YUV | 143.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 125 | 0 | 0.50 | 0.43 | 0.14 | 351.27 | 0.6 | 0.64 |
| Hex | DB | 6D | 7D | 0 | 32 | 2B | E | 15F | 3C | 40 |
| Octal | 333 | 155 | 175 | 0 | 62 | 53 | 16 | 537 | 74 | 100 |
| Binary | 11011011 | 1101101 | 1111101 | 0 | 110010 | 101011 | 1110 | 101011111 | 111100 | 1000000 |
Color Harmonies of #DB6D7D
Complementary color
Monochromatic Colors of #DB6D7D
Black with #DB6D7D
Text Example
Text Example
White with #DB6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D7D; }
p { color: rgb(219,109,125); }
H1.HeaderClassName
{
color: #DB6D7D;
}
.AnyTagClassName
{
color: #DB6D7D;
}
</style>
background-color css
<style>
a { background-color: #DB6D7D; }
a { background-color: rgb(219,109,125); }
div.DivClassName
{
background-color: #DB6D7D;
}
.BgClassName
{
background-color: #DB6D7D;
}
</style>
border-color css
<style>
span { border-color: #DB6D7D; }
span { border-color: rgb(219,109,125); }
td.TdClassName
{
border-color: #DB6D7D;
}
.TagClassName
{
border-color: #DB6D7D;
}
</style>