Shades of Froly #DB7580
Tints of Froly #DB7580
RGB
CMYK
RGB Variations
Color information
#DB7580 (or 0xDB7580) is known color: Froly. HEX triplet: DB, 75 and 80. RGB value is (219,117,128). Sum of RGB (Red+Green+Blue) = 219+117+128=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7580 is #248A7F. Grayscale: #949494. Windows color (decimal): -2394752 or 8418779. OLE color: 8418779.
HSL color Cylindrical-coordinate representation of color #DB7580: hue angle of 353.53º 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 #DB7580 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 128 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.14 |
| HSL | 353.53º | 0.59% | 0.66% | - |
| HSV(B) | 353.53º | 0.47% | 0.86% | - |
| XYZ | 39.47 | 29.34 | 24.01 | - |
| YUV | 148.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 128 | 0 | 0.47 | 0.42 | 0.14 | 353.53 | 0.59 | 0.66 |
| Hex | DB | 75 | 80 | 0 | 2F | 2A | E | 162 | 3B | 42 |
| Octal | 333 | 165 | 200 | 0 | 57 | 52 | 16 | 542 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10000000 | 0 | 101111 | 101010 | 1110 | 101100010 | 111011 | 1000010 |
Color Harmonies of #DB7580
Complementary color
Monochromatic Colors of #DB7580
Black with #DB7580
Text Example
Text Example
White with #DB7580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7580; }
p { color: rgb(219,117,128); }
H1.HeaderClassName
{
color: #DB7580;
}
.AnyTagClassName
{
color: #DB7580;
}
</style>
background-color css
<style>
a { background-color: #DB7580; }
a { background-color: rgb(219,117,128); }
div.DivClassName
{
background-color: #DB7580;
}
.BgClassName
{
background-color: #DB7580;
}
</style>
border-color css
<style>
span { border-color: #DB7580; }
span { border-color: rgb(219,117,128); }
td.TdClassName
{
border-color: #DB7580;
}
.TagClassName
{
border-color: #DB7580;
}
</style>