Shades of Froly #DF6A7D
Tints of Froly #DF6A7D
RGB
CMYK
RGB Variations
Color information
#DF6A7D (or 0xDF6A7D) is known color: Froly. HEX triplet: DF, 6A and 7D. RGB value is (223,106,125). Sum of RGB (Red+Green+Blue) = 223+106+125=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A7D is #209582. Grayscale: #8F8F8F. Windows color (decimal): -2135427 or 8219359. OLE color: 8219359.
HSL color Cylindrical-coordinate representation of color #DF6A7D: hue angle of 350.26º degrees, saturation: 0.65, 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 #DF6A7D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 125 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.13 |
| HSL | 350.26º | 0.65% | 0.65% | - |
| HSV(B) | 350.26º | 0.52% | 0.87% | - |
| XYZ | 39.29 | 27.48 | 22.63 | - |
| YUV | 143.15 | 117.76 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 125 | 0 | 0.52 | 0.44 | 0.13 | 350.26 | 0.65 | 0.65 |
| Hex | DF | 6A | 7D | 0 | 34 | 2C | D | 15E | 41 | 41 |
| Octal | 337 | 152 | 175 | 0 | 64 | 54 | 15 | 536 | 101 | 101 |
| Binary | 11011111 | 1101010 | 1111101 | 0 | 110100 | 101100 | 1101 | 101011110 | 1000001 | 1000001 |
Color Harmonies of #DF6A7D
Complementary color
Monochromatic Colors of #DF6A7D
Black with #DF6A7D
Text Example
Text Example
White with #DF6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6A7D; }
p { color: rgb(223,106,125); }
H1.HeaderClassName
{
color: #DF6A7D;
}
.AnyTagClassName
{
color: #DF6A7D;
}
</style>
background-color css
<style>
a { background-color: #DF6A7D; }
a { background-color: rgb(223,106,125); }
div.DivClassName
{
background-color: #DF6A7D;
}
.BgClassName
{
background-color: #DF6A7D;
}
</style>
border-color css
<style>
span { border-color: #DF6A7D; }
span { border-color: rgb(223,106,125); }
td.TdClassName
{
border-color: #DF6A7D;
}
.TagClassName
{
border-color: #DF6A7D;
}
</style>