Shades of Froly #DC6577
Tints of Froly #DC6577
RGB
CMYK
RGB Variations
Color information
#DC6577 (or 0xDC6577) is known color: Froly. HEX triplet: DC, 65 and 77. RGB value is (220,101,119). Sum of RGB (Red+Green+Blue) = 220+101+119=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6577 is #239A88. Grayscale: #8A8A8A. Windows color (decimal): -2333321 or 7824860. OLE color: 7824860.
HSL color Cylindrical-coordinate representation of color #DC6577: hue angle of 350.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6577 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 119 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.14 |
| HSL | 350.92º | 0.63% | 0.63% | - |
| HSV(B) | 350.92º | 0.54% | 0.86% | - |
| XYZ | 37.5 | 25.85 | 20.47 | - |
| YUV | 138.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 119 | 0 | 0.54 | 0.46 | 0.14 | 350.92 | 0.63 | 0.63 |
| Hex | DC | 65 | 77 | 0 | 36 | 2E | E | 15F | 3F | 3F |
| Octal | 334 | 145 | 167 | 0 | 66 | 56 | 16 | 537 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1110111 | 0 | 110110 | 101110 | 1110 | 101011111 | 111111 | 111111 |
Color Harmonies of #DC6577
Complementary color
Monochromatic Colors of #DC6577
Black with #DC6577
Text Example
Text Example
White with #DC6577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6577; }
p { color: rgb(220,101,119); }
H1.HeaderClassName
{
color: #DC6577;
}
.AnyTagClassName
{
color: #DC6577;
}
</style>
background-color css
<style>
a { background-color: #DC6577; }
a { background-color: rgb(220,101,119); }
div.DivClassName
{
background-color: #DC6577;
}
.BgClassName
{
background-color: #DC6577;
}
</style>
border-color css
<style>
span { border-color: #DC6577; }
span { border-color: rgb(220,101,119); }
td.TdClassName
{
border-color: #DC6577;
}
.TagClassName
{
border-color: #DC6577;
}
</style>