Shades of Froly #DB717D
Tints of Froly #DB717D
RGB
CMYK
RGB Variations
Color information
#DB717D (or 0xDB717D) is known color: Froly. HEX triplet: DB, 71 and 7D. RGB value is (219,113,125). Sum of RGB (Red+Green+Blue) = 219+113+125=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB717D is #248E82. Grayscale: #929292. Windows color (decimal): -2395779 or 8221147. OLE color: 8221147.
HSL color Cylindrical-coordinate representation of color #DB717D: hue angle of 353.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB717D is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 125 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.14 |
| HSL | 353.21º | 0.6% | 0.65% | - |
| HSV(B) | 353.21º | 0.48% | 0.86% | - |
| XYZ | 38.82 | 28.35 | 22.83 | - |
| YUV | 146.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 125 | 0 | 0.48 | 0.43 | 0.14 | 353.21 | 0.6 | 0.65 |
| Hex | DB | 71 | 7D | 0 | 30 | 2B | E | 161 | 3C | 41 |
| Octal | 333 | 161 | 175 | 0 | 60 | 53 | 16 | 541 | 74 | 101 |
| Binary | 11011011 | 1110001 | 1111101 | 0 | 110000 | 101011 | 1110 | 101100001 | 111100 | 1000001 |
Color Harmonies of #DB717D
Complementary color
Monochromatic Colors of #DB717D
Black with #DB717D
Text Example
Text Example
White with #DB717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB717D; }
p { color: rgb(219,113,125); }
H1.HeaderClassName
{
color: #DB717D;
}
.AnyTagClassName
{
color: #DB717D;
}
</style>
background-color css
<style>
a { background-color: #DB717D; }
a { background-color: rgb(219,113,125); }
div.DivClassName
{
background-color: #DB717D;
}
.BgClassName
{
background-color: #DB717D;
}
</style>
border-color css
<style>
span { border-color: #DB717D; }
span { border-color: rgb(219,113,125); }
td.TdClassName
{
border-color: #DB717D;
}
.TagClassName
{
border-color: #DB717D;
}
</style>