Shades of Froly #DC5F66
Tints of Froly #DC5F66
RGB
CMYK
RGB Variations
Color information
#DC5F66 (or 0xDC5F66) is known color: Froly. HEX triplet: DC, 5F and 66. RGB value is (220,95,102). Sum of RGB (Red+Green+Blue) = 220+95+102=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F66 is #23A099. Grayscale: #858585. Windows color (decimal): -2334874 or 6709212. OLE color: 6709212.
HSL color Cylindrical-coordinate representation of color #DC5F66: hue angle of 356.64º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F66 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 102 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.14 |
| HSL | 356.64º | 0.64% | 0.62% | - |
| HSV(B) | 356.64º | 0.57% | 0.86% | - |
| XYZ | 36.01 | 24.36 | 15.37 | - |
| YUV | 133.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 102 | 0 | 0.57 | 0.54 | 0.14 | 356.64 | 0.64 | 0.62 |
| Hex | DC | 5F | 66 | 0 | 39 | 36 | E | 165 | 40 | 3E |
| Octal | 334 | 137 | 146 | 0 | 71 | 66 | 16 | 545 | 100 | 76 |
| Binary | 11011100 | 1011111 | 1100110 | 0 | 111001 | 110110 | 1110 | 101100101 | 1000000 | 111110 |
Color Harmonies of #DC5F66
Complementary color
Monochromatic Colors of #DC5F66
Black with #DC5F66
Text Example
Text Example
White with #DC5F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F66; }
p { color: rgb(220,95,102); }
H1.HeaderClassName
{
color: #DC5F66;
}
.AnyTagClassName
{
color: #DC5F66;
}
</style>
background-color css
<style>
a { background-color: #DC5F66; }
a { background-color: rgb(220,95,102); }
div.DivClassName
{
background-color: #DC5F66;
}
.BgClassName
{
background-color: #DC5F66;
}
</style>
border-color css
<style>
span { border-color: #DC5F66; }
span { border-color: rgb(220,95,102); }
td.TdClassName
{
border-color: #DC5F66;
}
.TagClassName
{
border-color: #DC5F66;
}
</style>