Shades of Froly #DF6366
Tints of Froly #DF6366
RGB
CMYK
RGB Variations
Color information
#DF6366 (or 0xDF6366) is known color: Froly. HEX triplet: DF, 63 and 66. RGB value is (223,99,102). Sum of RGB (Red+Green+Blue) = 223+99+102=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6366 is #209C99. Grayscale: #888888. Windows color (decimal): -2137242 or 6710239. OLE color: 6710239.
HSL color Cylindrical-coordinate representation of color #DF6366: hue angle of 358.55º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6366 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 102 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.13 |
| HSL | 358.55º | 0.66% | 0.63% | - |
| HSV(B) | 358.55º | 0.56% | 0.87% | - |
| XYZ | 37.29 | 25.57 | 15.54 | - |
| YUV | 136.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 102 | 0 | 0.56 | 0.54 | 0.13 | 358.55 | 0.66 | 0.63 |
| Hex | DF | 63 | 66 | 0 | 38 | 36 | D | 167 | 42 | 3F |
| Octal | 337 | 143 | 146 | 0 | 70 | 66 | 15 | 547 | 102 | 77 |
| Binary | 11011111 | 1100011 | 1100110 | 0 | 111000 | 110110 | 1101 | 101100111 | 1000010 | 111111 |
Color Harmonies of #DF6366
Complementary color
Monochromatic Colors of #DF6366
Black with #DF6366
Text Example
Text Example
White with #DF6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6366; }
p { color: rgb(223,99,102); }
H1.HeaderClassName
{
color: #DF6366;
}
.AnyTagClassName
{
color: #DF6366;
}
</style>
background-color css
<style>
a { background-color: #DF6366; }
a { background-color: rgb(223,99,102); }
div.DivClassName
{
background-color: #DF6366;
}
.BgClassName
{
background-color: #DF6366;
}
</style>
border-color css
<style>
span { border-color: #DF6366; }
span { border-color: rgb(223,99,102); }
td.TdClassName
{
border-color: #DF6366;
}
.TagClassName
{
border-color: #DF6366;
}
</style>