Shades of Froly #DB6269
Tints of Froly #DB6269
RGB
CMYK
RGB Variations
Color information
#DB6269 (or 0xDB6269) is known color: Froly. HEX triplet: DB, 62 and 69. RGB value is (219,98,105). Sum of RGB (Red+Green+Blue) = 219+98+105=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6269 is #249D96. Grayscale: #878787. Windows color (decimal): -2399639 or 6906587. OLE color: 6906587.
HSL color Cylindrical-coordinate representation of color #DB6269: hue angle of 356.53º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6269 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 105 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.14 |
| HSL | 356.53º | 0.63% | 0.62% | - |
| HSV(B) | 356.53º | 0.55% | 0.86% | - |
| XYZ | 36.13 | 24.82 | 16.25 | - |
| YUV | 134.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 105 | 0 | 0.55 | 0.52 | 0.14 | 356.53 | 0.63 | 0.62 |
| Hex | DB | 62 | 69 | 0 | 37 | 34 | E | 165 | 3F | 3E |
| Octal | 333 | 142 | 151 | 0 | 67 | 64 | 16 | 545 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1101001 | 0 | 110111 | 110100 | 1110 | 101100101 | 111111 | 111110 |
Color Harmonies of #DB6269
Complementary color
Monochromatic Colors of #DB6269
Black with #DB6269
Text Example
Text Example
White with #DB6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6269; }
p { color: rgb(219,98,105); }
H1.HeaderClassName
{
color: #DB6269;
}
.AnyTagClassName
{
color: #DB6269;
}
</style>
background-color css
<style>
a { background-color: #DB6269; }
a { background-color: rgb(219,98,105); }
div.DivClassName
{
background-color: #DB6269;
}
.BgClassName
{
background-color: #DB6269;
}
</style>
border-color css
<style>
span { border-color: #DB6269; }
span { border-color: rgb(219,98,105); }
td.TdClassName
{
border-color: #DB6269;
}
.TagClassName
{
border-color: #DB6269;
}
</style>