Shades of Froly #DB757E
Tints of Froly #DB757E
RGB
CMYK
RGB Variations
Color information
#DB757E (or 0xDB757E) is known color: Froly. HEX triplet: DB, 75 and 7E. RGB value is (219,117,126). Sum of RGB (Red+Green+Blue) = 219+117+126=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB757E is #248A81. Grayscale: #949494. Windows color (decimal): -2394754 or 8287707. OLE color: 8287707.
HSL color Cylindrical-coordinate representation of color #DB757E: hue angle of 354.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB757E is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 126 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.14 |
| HSL | 354.71º | 0.59% | 0.66% | - |
| HSV(B) | 354.71º | 0.47% | 0.86% | - |
| XYZ | 39.34 | 29.29 | 23.32 | - |
| YUV | 148.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 126 | 0 | 0.47 | 0.42 | 0.14 | 354.71 | 0.59 | 0.66 |
| Hex | DB | 75 | 7E | 0 | 2F | 2A | E | 163 | 3B | 42 |
| Octal | 333 | 165 | 176 | 0 | 57 | 52 | 16 | 543 | 73 | 102 |
| Binary | 11011011 | 1110101 | 1111110 | 0 | 101111 | 101010 | 1110 | 101100011 | 111011 | 1000010 |
Color Harmonies of #DB757E
Complementary color
Monochromatic Colors of #DB757E
Black with #DB757E
Text Example
Text Example
White with #DB757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB757E; }
p { color: rgb(219,117,126); }
H1.HeaderClassName
{
color: #DB757E;
}
.AnyTagClassName
{
color: #DB757E;
}
</style>
background-color css
<style>
a { background-color: #DB757E; }
a { background-color: rgb(219,117,126); }
div.DivClassName
{
background-color: #DB757E;
}
.BgClassName
{
background-color: #DB757E;
}
</style>
border-color css
<style>
span { border-color: #DB757E; }
span { border-color: rgb(219,117,126); }
td.TdClassName
{
border-color: #DB757E;
}
.TagClassName
{
border-color: #DB757E;
}
</style>