Shades of Froly #DA6370
Tints of Froly #DA6370
RGB
CMYK
RGB Variations
Color information
#DA6370 (or 0xDA6370) is known color: Froly. HEX triplet: DA, 63 and 70. RGB value is (218,99,112). Sum of RGB (Red+Green+Blue) = 218+99+112=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6370 is #259C8F. Grayscale: #888888. Windows color (decimal): -2464912 or 7365594. OLE color: 7365594.
HSL color Cylindrical-coordinate representation of color #DA6370: hue angle of 353.45º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6370 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 112 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.15 |
| HSL | 353.45º | 0.62% | 0.62% | - |
| HSV(B) | 353.45º | 0.55% | 0.85% | - |
| XYZ | 36.3 | 25 | 18.24 | - |
| YUV | 136.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 112 | 0 | 0.55 | 0.49 | 0.15 | 353.45 | 0.62 | 0.62 |
| Hex | DA | 63 | 70 | 0 | 37 | 31 | F | 161 | 3E | 3E |
| Octal | 332 | 143 | 160 | 0 | 67 | 61 | 17 | 541 | 76 | 76 |
| Binary | 11011010 | 1100011 | 1110000 | 0 | 110111 | 110001 | 1111 | 101100001 | 111110 | 111110 |
Color Harmonies of #DA6370
Complementary color
Monochromatic Colors of #DA6370
Black with #DA6370
Text Example
Text Example
White with #DA6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6370; }
p { color: rgb(218,99,112); }
H1.HeaderClassName
{
color: #DA6370;
}
.AnyTagClassName
{
color: #DA6370;
}
</style>
background-color css
<style>
a { background-color: #DA6370; }
a { background-color: rgb(218,99,112); }
div.DivClassName
{
background-color: #DA6370;
}
.BgClassName
{
background-color: #DA6370;
}
</style>
border-color css
<style>
span { border-color: #DA6370; }
span { border-color: rgb(218,99,112); }
td.TdClassName
{
border-color: #DA6370;
}
.TagClassName
{
border-color: #DA6370;
}
</style>