Shades of Froly #DB656D
Tints of Froly #DB656D
RGB
CMYK
RGB Variations
Color information
#DB656D (or 0xDB656D) is known color: Froly. HEX triplet: DB, 65 and 6D. RGB value is (219,101,109). Sum of RGB (Red+Green+Blue) = 219+101+109=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB656D is #249A92. Grayscale: #898989. Windows color (decimal): -2398867 or 7169499. OLE color: 7169499.
HSL color Cylindrical-coordinate representation of color #DB656D: hue angle of 355.93º 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 #DB656D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 109 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.14 |
| HSL | 355.93º | 0.62% | 0.63% | - |
| HSV(B) | 355.93º | 0.54% | 0.86% | - |
| XYZ | 36.63 | 25.47 | 17.45 | - |
| YUV | 137.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 109 | 0 | 0.54 | 0.50 | 0.14 | 355.93 | 0.62 | 0.63 |
| Hex | DB | 65 | 6D | 0 | 36 | 32 | E | 164 | 3E | 3F |
| Octal | 333 | 145 | 155 | 0 | 66 | 62 | 16 | 544 | 76 | 77 |
| Binary | 11011011 | 1100101 | 1101101 | 0 | 110110 | 110010 | 1110 | 101100100 | 111110 | 111111 |
Color Harmonies of #DB656D
Complementary color
Monochromatic Colors of #DB656D
Black with #DB656D
Text Example
Text Example
White with #DB656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB656D; }
p { color: rgb(219,101,109); }
H1.HeaderClassName
{
color: #DB656D;
}
.AnyTagClassName
{
color: #DB656D;
}
</style>
background-color css
<style>
a { background-color: #DB656D; }
a { background-color: rgb(219,101,109); }
div.DivClassName
{
background-color: #DB656D;
}
.BgClassName
{
background-color: #DB656D;
}
</style>
border-color css
<style>
span { border-color: #DB656D; }
span { border-color: rgb(219,101,109); }
td.TdClassName
{
border-color: #DB656D;
}
.TagClassName
{
border-color: #DB656D;
}
</style>