Shades of Froly #DB647B
Tints of Froly #DB647B
RGB
CMYK
RGB Variations
Color information
#DB647B (or 0xDB647B) is known color: Froly. HEX triplet: DB, 64 and 7B. RGB value is (219,100,123). Sum of RGB (Red+Green+Blue) = 219+100+123=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB647B is #249B84. Grayscale: #8A8A8A. Windows color (decimal): -2399109 or 8086747. OLE color: 8086747.
HSL color Cylindrical-coordinate representation of color #DB647B: hue angle of 348.4º 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 #DB647B is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 123 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.14 |
| HSL | 348.4º | 0.62% | 0.63% | - |
| HSV(B) | 348.4º | 0.54% | 0.86% | - |
| XYZ | 37.35 | 25.6 | 21.71 | - |
| YUV | 138.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 123 | 0 | 0.54 | 0.44 | 0.14 | 348.4 | 0.62 | 0.63 |
| Hex | DB | 64 | 7B | 0 | 36 | 2C | E | 15C | 3E | 3F |
| Octal | 333 | 144 | 173 | 0 | 66 | 54 | 16 | 534 | 76 | 77 |
| Binary | 11011011 | 1100100 | 1111011 | 0 | 110110 | 101100 | 1110 | 101011100 | 111110 | 111111 |
Color Harmonies of #DB647B
Complementary color
Monochromatic Colors of #DB647B
Black with #DB647B
Text Example
Text Example
White with #DB647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB647B; }
p { color: rgb(219,100,123); }
H1.HeaderClassName
{
color: #DB647B;
}
.AnyTagClassName
{
color: #DB647B;
}
</style>
background-color css
<style>
a { background-color: #DB647B; }
a { background-color: rgb(219,100,123); }
div.DivClassName
{
background-color: #DB647B;
}
.BgClassName
{
background-color: #DB647B;
}
</style>
border-color css
<style>
span { border-color: #DB647B; }
span { border-color: rgb(219,100,123); }
td.TdClassName
{
border-color: #DB647B;
}
.TagClassName
{
border-color: #DB647B;
}
</style>