Shades of Froly #DA6072
Tints of Froly #DA6072
RGB
CMYK
RGB Variations
Color information
#DA6072 (or 0xDA6072) is known color: Froly. HEX triplet: DA, 60 and 72. RGB value is (218,96,114). Sum of RGB (Red+Green+Blue) = 218+96+114=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6072 is #259F8D. Grayscale: #868686. Windows color (decimal): -2465678 or 7495898. OLE color: 7495898.
HSL color Cylindrical-coordinate representation of color #DA6072: hue angle of 351.15º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6072 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 114 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.15 |
| HSL | 351.15º | 0.62% | 0.62% | - |
| HSV(B) | 351.15º | 0.56% | 0.85% | - |
| XYZ | 36.13 | 24.49 | 18.74 | - |
| YUV | 134.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 114 | 0 | 0.56 | 0.48 | 0.15 | 351.15 | 0.62 | 0.62 |
| Hex | DA | 60 | 72 | 0 | 38 | 30 | F | 15F | 3E | 3E |
| Octal | 332 | 140 | 162 | 0 | 70 | 60 | 17 | 537 | 76 | 76 |
| Binary | 11011010 | 1100000 | 1110010 | 0 | 111000 | 110000 | 1111 | 101011111 | 111110 | 111110 |
Color Harmonies of #DA6072
Complementary color
Monochromatic Colors of #DA6072
Black with #DA6072
Text Example
Text Example
White with #DA6072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6072; }
p { color: rgb(218,96,114); }
H1.HeaderClassName
{
color: #DA6072;
}
.AnyTagClassName
{
color: #DA6072;
}
</style>
background-color css
<style>
a { background-color: #DA6072; }
a { background-color: rgb(218,96,114); }
div.DivClassName
{
background-color: #DA6072;
}
.BgClassName
{
background-color: #DA6072;
}
</style>
border-color css
<style>
span { border-color: #DA6072; }
span { border-color: rgb(218,96,114); }
td.TdClassName
{
border-color: #DA6072;
}
.TagClassName
{
border-color: #DA6072;
}
</style>