Shades of Froly #DA8082
Tints of Froly #DA8082
RGB
CMYK
RGB Variations
Color information
#DA8082 (or 0xDA8082) is known color: Froly. HEX triplet: DA, 80 and 82. RGB value is (218,128,130). Sum of RGB (Red+Green+Blue) = 218+128+130=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8082 is #257F7D. Grayscale: #9B9B9B. Windows color (decimal): -2457470 or 8552666. OLE color: 8552666.
HSL color Cylindrical-coordinate representation of color #DA8082: hue angle of 358.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8082 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 130 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.15 |
| HSL | 358.67º | 0.55% | 0.68% | - |
| HSV(B) | 358.67º | 0.41% | 0.85% | - |
| XYZ | 40.66 | 31.96 | 25.14 | - |
| YUV | 155.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 130 | 0 | 0.41 | 0.40 | 0.15 | 358.67 | 0.55 | 0.68 |
| Hex | DA | 80 | 82 | 0 | 29 | 28 | F | 167 | 37 | 44 |
| Octal | 332 | 200 | 202 | 0 | 51 | 50 | 17 | 547 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10000010 | 0 | 101001 | 101000 | 1111 | 101100111 | 110111 | 1000100 |
Color Harmonies of #DA8082
Complementary color
Monochromatic Colors of #DA8082
Black with #DA8082
Text Example
Text Example
White with #DA8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8082; }
p { color: rgb(218,128,130); }
H1.HeaderClassName
{
color: #DA8082;
}
.AnyTagClassName
{
color: #DA8082;
}
</style>
background-color css
<style>
a { background-color: #DA8082; }
a { background-color: rgb(218,128,130); }
div.DivClassName
{
background-color: #DA8082;
}
.BgClassName
{
background-color: #DA8082;
}
</style>
border-color css
<style>
span { border-color: #DA8082; }
span { border-color: rgb(218,128,130); }
td.TdClassName
{
border-color: #DA8082;
}
.TagClassName
{
border-color: #DA8082;
}
</style>