Shades of Froly #DB6973
Tints of Froly #DB6973
RGB
CMYK
RGB Variations
Color information
#DB6973 (or 0xDB6973) is known color: Froly. HEX triplet: DB, 69 and 73. RGB value is (219,105,115). Sum of RGB (Red+Green+Blue) = 219+105+115=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6973 is #24968C. Grayscale: #8C8C8C. Windows color (decimal): -2397837 or 7563739. OLE color: 7563739.
HSL color Cylindrical-coordinate representation of color #DB6973: hue angle of 354.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6973 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 115 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.14 |
| HSL | 354.74º | 0.61% | 0.64% | - |
| HSV(B) | 354.74º | 0.52% | 0.86% | - |
| XYZ | 37.36 | 26.4 | 19.35 | - |
| YUV | 140.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 115 | 0 | 0.52 | 0.47 | 0.14 | 354.74 | 0.61 | 0.64 |
| Hex | DB | 69 | 73 | 0 | 34 | 2F | E | 163 | 3D | 40 |
| Octal | 333 | 151 | 163 | 0 | 64 | 57 | 16 | 543 | 75 | 100 |
| Binary | 11011011 | 1101001 | 1110011 | 0 | 110100 | 101111 | 1110 | 101100011 | 111101 | 1000000 |
Color Harmonies of #DB6973
Complementary color
Monochromatic Colors of #DB6973
Black with #DB6973
Text Example
Text Example
White with #DB6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6973; }
p { color: rgb(219,105,115); }
H1.HeaderClassName
{
color: #DB6973;
}
.AnyTagClassName
{
color: #DB6973;
}
</style>
background-color css
<style>
a { background-color: #DB6973; }
a { background-color: rgb(219,105,115); }
div.DivClassName
{
background-color: #DB6973;
}
.BgClassName
{
background-color: #DB6973;
}
</style>
border-color css
<style>
span { border-color: #DB6973; }
span { border-color: rgb(219,105,115); }
td.TdClassName
{
border-color: #DB6973;
}
.TagClassName
{
border-color: #DB6973;
}
</style>