Shades of Froly #DB6678
Tints of Froly #DB6678
RGB
CMYK
RGB Variations
Color information
#DB6678 (or 0xDB6678) is known color: Froly. HEX triplet: DB, 66 and 78. RGB value is (219,102,120). Sum of RGB (Red+Green+Blue) = 219+102+120=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6678 is #249987. Grayscale: #8B8B8B. Windows color (decimal): -2398600 or 7890651. OLE color: 7890651.
HSL color Cylindrical-coordinate representation of color #DB6678: hue angle of 350.77º 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 #DB6678 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 120 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.14 |
| HSL | 350.77º | 0.62% | 0.63% | - |
| HSV(B) | 350.77º | 0.53% | 0.86% | - |
| XYZ | 37.35 | 25.92 | 20.8 | - |
| YUV | 139.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 120 | 0 | 0.53 | 0.45 | 0.14 | 350.77 | 0.62 | 0.63 |
| Hex | DB | 66 | 78 | 0 | 35 | 2D | E | 15F | 3E | 3F |
| Octal | 333 | 146 | 170 | 0 | 65 | 55 | 16 | 537 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1111000 | 0 | 110101 | 101101 | 1110 | 101011111 | 111110 | 111111 |
Color Harmonies of #DB6678
Complementary color
Monochromatic Colors of #DB6678
Black with #DB6678
Text Example
Text Example
White with #DB6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6678; }
p { color: rgb(219,102,120); }
H1.HeaderClassName
{
color: #DB6678;
}
.AnyTagClassName
{
color: #DB6678;
}
</style>
background-color css
<style>
a { background-color: #DB6678; }
a { background-color: rgb(219,102,120); }
div.DivClassName
{
background-color: #DB6678;
}
.BgClassName
{
background-color: #DB6678;
}
</style>
border-color css
<style>
span { border-color: #DB6678; }
span { border-color: rgb(219,102,120); }
td.TdClassName
{
border-color: #DB6678;
}
.TagClassName
{
border-color: #DB6678;
}
</style>