Shades of Froly #DF6B7D
Tints of Froly #DF6B7D
RGB
CMYK
RGB Variations
Color information
#DF6B7D (or 0xDF6B7D) is known color: Froly. HEX triplet: DF, 6B and 7D. RGB value is (223,107,125). Sum of RGB (Red+Green+Blue) = 223+107+125=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B7D is #209482. Grayscale: #8F8F8F. Windows color (decimal): -2135171 or 8219615. OLE color: 8219615.
HSL color Cylindrical-coordinate representation of color #DF6B7D: hue angle of 350.69º 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 #DF6B7D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 125 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.13 |
| HSL | 350.69º | 0.64% | 0.65% | - |
| HSV(B) | 350.69º | 0.52% | 0.87% | - |
| XYZ | 39.39 | 27.68 | 22.67 | - |
| YUV | 143.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 125 | 0 | 0.52 | 0.44 | 0.13 | 350.69 | 0.64 | 0.65 |
| Hex | DF | 6B | 7D | 0 | 34 | 2C | D | 15F | 40 | 41 |
| Octal | 337 | 153 | 175 | 0 | 64 | 54 | 15 | 537 | 100 | 101 |
| Binary | 11011111 | 1101011 | 1111101 | 0 | 110100 | 101100 | 1101 | 101011111 | 1000000 | 1000001 |
Color Harmonies of #DF6B7D
Complementary color
Monochromatic Colors of #DF6B7D
Black with #DF6B7D
Text Example
Text Example
White with #DF6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B7D; }
p { color: rgb(223,107,125); }
H1.HeaderClassName
{
color: #DF6B7D;
}
.AnyTagClassName
{
color: #DF6B7D;
}
</style>
background-color css
<style>
a { background-color: #DF6B7D; }
a { background-color: rgb(223,107,125); }
div.DivClassName
{
background-color: #DF6B7D;
}
.BgClassName
{
background-color: #DF6B7D;
}
</style>
border-color css
<style>
span { border-color: #DF6B7D; }
span { border-color: rgb(223,107,125); }
td.TdClassName
{
border-color: #DF6B7D;
}
.TagClassName
{
border-color: #DF6B7D;
}
</style>