Shades of Froly #DB647C
Tints of Froly #DB647C
RGB
CMYK
RGB Variations
Color information
#DB647C (or 0xDB647C) is known color: Froly. HEX triplet: DB, 64 and 7C. RGB value is (219,100,124). Sum of RGB (Red+Green+Blue) = 219+100+124=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB647C is #249B83. Grayscale: #8A8A8A. Windows color (decimal): -2399108 or 8152283. OLE color: 8152283.
HSL color Cylindrical-coordinate representation of color #DB647C: hue angle of 347.9º 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 #DB647C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 124 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.14 |
| HSL | 347.9º | 0.62% | 0.63% | - |
| HSV(B) | 347.9º | 0.54% | 0.86% | - |
| XYZ | 37.41 | 25.63 | 22.04 | - |
| YUV | 138.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 124 | 0 | 0.54 | 0.43 | 0.14 | 347.9 | 0.62 | 0.63 |
| Hex | DB | 64 | 7C | 0 | 36 | 2B | E | 15C | 3E | 3F |
| Octal | 333 | 144 | 174 | 0 | 66 | 53 | 16 | 534 | 76 | 77 |
| Binary | 11011011 | 1100100 | 1111100 | 0 | 110110 | 101011 | 1110 | 101011100 | 111110 | 111111 |
Color Harmonies of #DB647C
Complementary color
Monochromatic Colors of #DB647C
Black with #DB647C
Text Example
Text Example
White with #DB647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB647C; }
p { color: rgb(219,100,124); }
H1.HeaderClassName
{
color: #DB647C;
}
.AnyTagClassName
{
color: #DB647C;
}
</style>
background-color css
<style>
a { background-color: #DB647C; }
a { background-color: rgb(219,100,124); }
div.DivClassName
{
background-color: #DB647C;
}
.BgClassName
{
background-color: #DB647C;
}
</style>
border-color css
<style>
span { border-color: #DB647C; }
span { border-color: rgb(219,100,124); }
td.TdClassName
{
border-color: #DB647C;
}
.TagClassName
{
border-color: #DB647C;
}
</style>