Shades of Froly #DB5F67
Tints of Froly #DB5F67
RGB
CMYK
RGB Variations
Color information
#DB5F67 (or 0xDB5F67) is known color: Froly. HEX triplet: DB, 5F and 67. RGB value is (219,95,103). Sum of RGB (Red+Green+Blue) = 219+95+103=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F67 is #24A098. Grayscale: #858585. Windows color (decimal): -2400409 or 6774747. OLE color: 6774747.
HSL color Cylindrical-coordinate representation of color #DB5F67: hue angle of 356.13º 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 #DB5F67 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 103 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.14 |
| HSL | 356.13º | 0.63% | 0.62% | - |
| HSV(B) | 356.13º | 0.57% | 0.86% | - |
| XYZ | 35.75 | 24.22 | 15.62 | - |
| YUV | 132.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 103 | 0 | 0.57 | 0.53 | 0.14 | 356.13 | 0.63 | 0.62 |
| Hex | DB | 5F | 67 | 0 | 39 | 35 | E | 164 | 3F | 3E |
| Octal | 333 | 137 | 147 | 0 | 71 | 65 | 16 | 544 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1100111 | 0 | 111001 | 110101 | 1110 | 101100100 | 111111 | 111110 |
Color Harmonies of #DB5F67
Complementary color
Monochromatic Colors of #DB5F67
Black with #DB5F67
Text Example
Text Example
White with #DB5F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F67; }
p { color: rgb(219,95,103); }
H1.HeaderClassName
{
color: #DB5F67;
}
.AnyTagClassName
{
color: #DB5F67;
}
</style>
background-color css
<style>
a { background-color: #DB5F67; }
a { background-color: rgb(219,95,103); }
div.DivClassName
{
background-color: #DB5F67;
}
.BgClassName
{
background-color: #DB5F67;
}
</style>
border-color css
<style>
span { border-color: #DB5F67; }
span { border-color: rgb(219,95,103); }
td.TdClassName
{
border-color: #DB5F67;
}
.TagClassName
{
border-color: #DB5F67;
}
</style>