Shades of Froly #DB5F6A
Tints of Froly #DB5F6A
RGB
CMYK
RGB Variations
Color information
#DB5F6A (or 0xDB5F6A) is known color: Froly. HEX triplet: DB, 5F and 6A. RGB value is (219,95,106). Sum of RGB (Red+Green+Blue) = 219+95+106=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F6A is #24A095. Grayscale: #858585. Windows color (decimal): -2400406 or 6971355. OLE color: 6971355.
HSL color Cylindrical-coordinate representation of color #DB5F6A: hue angle of 354.68º 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 #DB5F6A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 106 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.14 |
| HSL | 354.68º | 0.63% | 0.62% | - |
| HSV(B) | 354.68º | 0.57% | 0.86% | - |
| XYZ | 35.91 | 24.29 | 16.43 | - |
| YUV | 133.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 106 | 0 | 0.57 | 0.52 | 0.14 | 354.68 | 0.63 | 0.62 |
| Hex | DB | 5F | 6A | 0 | 39 | 34 | E | 163 | 3F | 3E |
| Octal | 333 | 137 | 152 | 0 | 71 | 64 | 16 | 543 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1101010 | 0 | 111001 | 110100 | 1110 | 101100011 | 111111 | 111110 |
Color Harmonies of #DB5F6A
Complementary color
Monochromatic Colors of #DB5F6A
Black with #DB5F6A
Text Example
Text Example
White with #DB5F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F6A; }
p { color: rgb(219,95,106); }
H1.HeaderClassName
{
color: #DB5F6A;
}
.AnyTagClassName
{
color: #DB5F6A;
}
</style>
background-color css
<style>
a { background-color: #DB5F6A; }
a { background-color: rgb(219,95,106); }
div.DivClassName
{
background-color: #DB5F6A;
}
.BgClassName
{
background-color: #DB5F6A;
}
</style>
border-color css
<style>
span { border-color: #DB5F6A; }
span { border-color: rgb(219,95,106); }
td.TdClassName
{
border-color: #DB5F6A;
}
.TagClassName
{
border-color: #DB5F6A;
}
</style>