Shades of Froly #DB6575
Tints of Froly #DB6575
RGB
CMYK
RGB Variations
Color information
#DB6575 (or 0xDB6575) is known color: Froly. HEX triplet: DB, 65 and 75. RGB value is (219,101,117). Sum of RGB (Red+Green+Blue) = 219+101+117=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6575 is #249A8A. Grayscale: #8A8A8A. Windows color (decimal): -2398859 or 7693787. OLE color: 7693787.
HSL color Cylindrical-coordinate representation of color #DB6575: hue angle of 351.86º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6575 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 117 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.14 |
| HSL | 351.86º | 0.62% | 0.63% | - |
| HSV(B) | 351.86º | 0.54% | 0.86% | - |
| XYZ | 37.08 | 25.65 | 19.83 | - |
| YUV | 138.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 117 | 0 | 0.54 | 0.47 | 0.14 | 351.86 | 0.62 | 0.63 |
| Hex | DB | 65 | 75 | 0 | 36 | 2F | E | 160 | 3E | 3F |
| Octal | 333 | 145 | 165 | 0 | 66 | 57 | 16 | 540 | 76 | 77 |
| Binary | 11011011 | 1100101 | 1110101 | 0 | 110110 | 101111 | 1110 | 101100000 | 111110 | 111111 |
Color Harmonies of #DB6575
Complementary color
Monochromatic Colors of #DB6575
Black with #DB6575
Text Example
Text Example
White with #DB6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6575; }
p { color: rgb(219,101,117); }
H1.HeaderClassName
{
color: #DB6575;
}
.AnyTagClassName
{
color: #DB6575;
}
</style>
background-color css
<style>
a { background-color: #DB6575; }
a { background-color: rgb(219,101,117); }
div.DivClassName
{
background-color: #DB6575;
}
.BgClassName
{
background-color: #DB6575;
}
</style>
border-color css
<style>
span { border-color: #DB6575; }
span { border-color: rgb(219,101,117); }
td.TdClassName
{
border-color: #DB6575;
}
.TagClassName
{
border-color: #DB6575;
}
</style>