Shades of Froly #DB606E
Tints of Froly #DB606E
RGB
CMYK
RGB Variations
Color information
#DB606E (or 0xDB606E) is known color: Froly. HEX triplet: DB, 60 and 6E. RGB value is (219,96,110). Sum of RGB (Red+Green+Blue) = 219+96+110=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB606E is #249F91. Grayscale: #868686. Windows color (decimal): -2400146 or 7233755. OLE color: 7233755.
HSL color Cylindrical-coordinate representation of color #DB606E: hue angle of 353.17º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB606E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 110 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.14 |
| HSL | 353.17º | 0.63% | 0.62% | - |
| HSV(B) | 353.17º | 0.56% | 0.86% | - |
| XYZ | 36.21 | 24.55 | 17.58 | - |
| YUV | 134.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 110 | 0 | 0.56 | 0.50 | 0.14 | 353.17 | 0.63 | 0.62 |
| Hex | DB | 60 | 6E | 0 | 38 | 32 | E | 161 | 3F | 3E |
| Octal | 333 | 140 | 156 | 0 | 70 | 62 | 16 | 541 | 77 | 76 |
| Binary | 11011011 | 1100000 | 1101110 | 0 | 111000 | 110010 | 1110 | 101100001 | 111111 | 111110 |
Color Harmonies of #DB606E
Complementary color
Monochromatic Colors of #DB606E
Black with #DB606E
Text Example
Text Example
White with #DB606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB606E; }
p { color: rgb(219,96,110); }
H1.HeaderClassName
{
color: #DB606E;
}
.AnyTagClassName
{
color: #DB606E;
}
</style>
background-color css
<style>
a { background-color: #DB606E; }
a { background-color: rgb(219,96,110); }
div.DivClassName
{
background-color: #DB606E;
}
.BgClassName
{
background-color: #DB606E;
}
</style>
border-color css
<style>
span { border-color: #DB606E; }
span { border-color: rgb(219,96,110); }
td.TdClassName
{
border-color: #DB606E;
}
.TagClassName
{
border-color: #DB606E;
}
</style>