Shades of Froly #DB5F69
Tints of Froly #DB5F69
RGB
CMYK
RGB Variations
Color information
#DB5F69 (or 0xDB5F69) is known color: Froly. HEX triplet: DB, 5F and 69. RGB value is (219,95,105). Sum of RGB (Red+Green+Blue) = 219+95+105=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F69 is #24A096. Grayscale: #858585. Windows color (decimal): -2400407 or 6905819. OLE color: 6905819.
HSL color Cylindrical-coordinate representation of color #DB5F69: hue angle of 355.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F69 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 105 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.14 |
| HSL | 355.16º | 0.63% | 0.62% | - |
| HSV(B) | 355.16º | 0.57% | 0.86% | - |
| XYZ | 35.86 | 24.26 | 16.16 | - |
| YUV | 133.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 105 | 0 | 0.57 | 0.52 | 0.14 | 355.16 | 0.63 | 0.62 |
| Hex | DB | 5F | 69 | 0 | 39 | 34 | E | 163 | 3F | 3E |
| Octal | 333 | 137 | 151 | 0 | 71 | 64 | 16 | 543 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1101001 | 0 | 111001 | 110100 | 1110 | 101100011 | 111111 | 111110 |
Color Harmonies of #DB5F69
Complementary color
Monochromatic Colors of #DB5F69
Black with #DB5F69
Text Example
Text Example
White with #DB5F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F69; }
p { color: rgb(219,95,105); }
H1.HeaderClassName
{
color: #DB5F69;
}
.AnyTagClassName
{
color: #DB5F69;
}
</style>
background-color css
<style>
a { background-color: #DB5F69; }
a { background-color: rgb(219,95,105); }
div.DivClassName
{
background-color: #DB5F69;
}
.BgClassName
{
background-color: #DB5F69;
}
</style>
border-color css
<style>
span { border-color: #DB5F69; }
span { border-color: rgb(219,95,105); }
td.TdClassName
{
border-color: #DB5F69;
}
.TagClassName
{
border-color: #DB5F69;
}
</style>