Shades of Froly #DB5F6C
Tints of Froly #DB5F6C
RGB
CMYK
RGB Variations
Color information
#DB5F6C (or 0xDB5F6C) is known color: Froly. HEX triplet: DB, 5F and 6C. RGB value is (219,95,108). Sum of RGB (Red+Green+Blue) = 219+95+108=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F6C is #24A093. Grayscale: #858585. Windows color (decimal): -2400404 or 7102427. OLE color: 7102427.
HSL color Cylindrical-coordinate representation of color #DB5F6C: hue angle of 353.71º 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 #DB5F6C is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 108 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.14 |
| HSL | 353.71º | 0.63% | 0.62% | - |
| HSV(B) | 353.71º | 0.57% | 0.86% | - |
| XYZ | 36.01 | 24.33 | 16.98 | - |
| YUV | 133.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 108 | 0 | 0.57 | 0.51 | 0.14 | 353.71 | 0.63 | 0.62 |
| Hex | DB | 5F | 6C | 0 | 39 | 33 | E | 162 | 3F | 3E |
| Octal | 333 | 137 | 154 | 0 | 71 | 63 | 16 | 542 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1101100 | 0 | 111001 | 110011 | 1110 | 101100010 | 111111 | 111110 |
Color Harmonies of #DB5F6C
Complementary color
Monochromatic Colors of #DB5F6C
Black with #DB5F6C
Text Example
Text Example
White with #DB5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F6C; }
p { color: rgb(219,95,108); }
H1.HeaderClassName
{
color: #DB5F6C;
}
.AnyTagClassName
{
color: #DB5F6C;
}
</style>
background-color css
<style>
a { background-color: #DB5F6C; }
a { background-color: rgb(219,95,108); }
div.DivClassName
{
background-color: #DB5F6C;
}
.BgClassName
{
background-color: #DB5F6C;
}
</style>
border-color css
<style>
span { border-color: #DB5F6C; }
span { border-color: rgb(219,95,108); }
td.TdClassName
{
border-color: #DB5F6C;
}
.TagClassName
{
border-color: #DB5F6C;
}
</style>