Shades of Froly #DB6C7D
Tints of Froly #DB6C7D
RGB
CMYK
RGB Variations
Color information
#DB6C7D (or 0xDB6C7D) is known color: Froly. HEX triplet: DB, 6C and 7D. RGB value is (219,108,125). Sum of RGB (Red+Green+Blue) = 219+108+125=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C7D is #249382. Grayscale: #8F8F8F. Windows color (decimal): -2397059 or 8219867. OLE color: 8219867.
HSL color Cylindrical-coordinate representation of color #DB6C7D: hue angle of 350.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C7D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 125 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.14 |
| HSL | 350.81º | 0.61% | 0.64% | - |
| HSV(B) | 350.81º | 0.51% | 0.86% | - |
| XYZ | 38.28 | 27.27 | 22.65 | - |
| YUV | 143.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 125 | 0 | 0.51 | 0.43 | 0.14 | 350.81 | 0.61 | 0.64 |
| Hex | DB | 6C | 7D | 0 | 33 | 2B | E | 15F | 3D | 40 |
| Octal | 333 | 154 | 175 | 0 | 63 | 53 | 16 | 537 | 75 | 100 |
| Binary | 11011011 | 1101100 | 1111101 | 0 | 110011 | 101011 | 1110 | 101011111 | 111101 | 1000000 |
Color Harmonies of #DB6C7D
Complementary color
Monochromatic Colors of #DB6C7D
Black with #DB6C7D
Text Example
Text Example
White with #DB6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C7D; }
p { color: rgb(219,108,125); }
H1.HeaderClassName
{
color: #DB6C7D;
}
.AnyTagClassName
{
color: #DB6C7D;
}
</style>
background-color css
<style>
a { background-color: #DB6C7D; }
a { background-color: rgb(219,108,125); }
div.DivClassName
{
background-color: #DB6C7D;
}
.BgClassName
{
background-color: #DB6C7D;
}
</style>
border-color css
<style>
span { border-color: #DB6C7D; }
span { border-color: rgb(219,108,125); }
td.TdClassName
{
border-color: #DB6C7D;
}
.TagClassName
{
border-color: #DB6C7D;
}
</style>