Shades of Froly #DB656F
Tints of Froly #DB656F
RGB
CMYK
RGB Variations
Color information
#DB656F (or 0xDB656F) is known color: Froly. HEX triplet: DB, 65 and 6F. RGB value is (219,101,111). Sum of RGB (Red+Green+Blue) = 219+101+111=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB656F is #249A90. Grayscale: #898989. Windows color (decimal): -2398865 or 7300571. OLE color: 7300571.
HSL color Cylindrical-coordinate representation of color #DB656F: hue angle of 354.92º 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 #DB656F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 111 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.14 |
| HSL | 354.92º | 0.62% | 0.63% | - |
| HSV(B) | 354.92º | 0.54% | 0.86% | - |
| XYZ | 36.74 | 25.52 | 18.03 | - |
| YUV | 137.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 111 | 0 | 0.54 | 0.49 | 0.14 | 354.92 | 0.62 | 0.63 |
| Hex | DB | 65 | 6F | 0 | 36 | 31 | E | 163 | 3E | 3F |
| Octal | 333 | 145 | 157 | 0 | 66 | 61 | 16 | 543 | 76 | 77 |
| Binary | 11011011 | 1100101 | 1101111 | 0 | 110110 | 110001 | 1110 | 101100011 | 111110 | 111111 |
Color Harmonies of #DB656F
Complementary color
Monochromatic Colors of #DB656F
Black with #DB656F
Text Example
Text Example
White with #DB656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB656F; }
p { color: rgb(219,101,111); }
H1.HeaderClassName
{
color: #DB656F;
}
.AnyTagClassName
{
color: #DB656F;
}
</style>
background-color css
<style>
a { background-color: #DB656F; }
a { background-color: rgb(219,101,111); }
div.DivClassName
{
background-color: #DB656F;
}
.BgClassName
{
background-color: #DB656F;
}
</style>
border-color css
<style>
span { border-color: #DB656F; }
span { border-color: rgb(219,101,111); }
td.TdClassName
{
border-color: #DB656F;
}
.TagClassName
{
border-color: #DB656F;
}
</style>