Shades of Froly #DF6C7A
Tints of Froly #DF6C7A
RGB
CMYK
RGB Variations
Color information
#DF6C7A (or 0xDF6C7A) is known color: Froly. HEX triplet: DF, 6C and 7A. RGB value is (223,108,122). Sum of RGB (Red+Green+Blue) = 223+108+122=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C7A is #209385. Grayscale: #909090. Windows color (decimal): -2134918 or 8023263. OLE color: 8023263.
HSL color Cylindrical-coordinate representation of color #DF6C7A: hue angle of 352.7º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6C7A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 122 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.13 |
| HSL | 352.7º | 0.64% | 0.65% | - |
| HSV(B) | 352.7º | 0.52% | 0.87% | - |
| XYZ | 39.31 | 27.82 | 21.71 | - |
| YUV | 143.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 122 | 0 | 0.52 | 0.45 | 0.13 | 352.7 | 0.64 | 0.65 |
| Hex | DF | 6C | 7A | 0 | 34 | 2D | D | 161 | 40 | 41 |
| Octal | 337 | 154 | 172 | 0 | 64 | 55 | 15 | 541 | 100 | 101 |
| Binary | 11011111 | 1101100 | 1111010 | 0 | 110100 | 101101 | 1101 | 101100001 | 1000000 | 1000001 |
Color Harmonies of #DF6C7A
Complementary color
Monochromatic Colors of #DF6C7A
Black with #DF6C7A
Text Example
Text Example
White with #DF6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6C7A; }
p { color: rgb(223,108,122); }
H1.HeaderClassName
{
color: #DF6C7A;
}
.AnyTagClassName
{
color: #DF6C7A;
}
</style>
background-color css
<style>
a { background-color: #DF6C7A; }
a { background-color: rgb(223,108,122); }
div.DivClassName
{
background-color: #DF6C7A;
}
.BgClassName
{
background-color: #DF6C7A;
}
</style>
border-color css
<style>
span { border-color: #DF6C7A; }
span { border-color: rgb(223,108,122); }
td.TdClassName
{
border-color: #DF6C7A;
}
.TagClassName
{
border-color: #DF6C7A;
}
</style>