Shades of Froly #DB647A
Tints of Froly #DB647A
RGB
CMYK
RGB Variations
Color information
#DB647A (or 0xDB647A) is known color: Froly. HEX triplet: DB, 64 and 7A. RGB value is (219,100,122). Sum of RGB (Red+Green+Blue) = 219+100+122=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB647A is #249B85. Grayscale: #8A8A8A. Windows color (decimal): -2399110 or 8021211. OLE color: 8021211.
HSL color Cylindrical-coordinate representation of color #DB647A: hue angle of 348.91º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB647A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 122 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.14 |
| HSL | 348.91º | 0.62% | 0.63% | - |
| HSV(B) | 348.91º | 0.54% | 0.86% | - |
| XYZ | 37.28 | 25.58 | 21.38 | - |
| YUV | 138.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 122 | 0 | 0.54 | 0.44 | 0.14 | 348.91 | 0.62 | 0.63 |
| Hex | DB | 64 | 7A | 0 | 36 | 2C | E | 15D | 3E | 3F |
| Octal | 333 | 144 | 172 | 0 | 66 | 54 | 16 | 535 | 76 | 77 |
| Binary | 11011011 | 1100100 | 1111010 | 0 | 110110 | 101100 | 1110 | 101011101 | 111110 | 111111 |
Color Harmonies of #DB647A
Complementary color
Monochromatic Colors of #DB647A
Black with #DB647A
Text Example
Text Example
White with #DB647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB647A; }
p { color: rgb(219,100,122); }
H1.HeaderClassName
{
color: #DB647A;
}
.AnyTagClassName
{
color: #DB647A;
}
</style>
background-color css
<style>
a { background-color: #DB647A; }
a { background-color: rgb(219,100,122); }
div.DivClassName
{
background-color: #DB647A;
}
.BgClassName
{
background-color: #DB647A;
}
</style>
border-color css
<style>
span { border-color: #DB647A; }
span { border-color: rgb(219,100,122); }
td.TdClassName
{
border-color: #DB647A;
}
.TagClassName
{
border-color: #DB647A;
}
</style>